crispedge.com

#edab7d hex color - Orange - Warm color - Information

#edab7d hex color - Orange - Warm color

Color Mixture: Orange and Brown

Color Hue/Base color: Orange

Hex #edab7d Color code in RGB color code model is created after adding 92.94% red color, 67.06% green color and 49.02% blue color. Hex #edab7d Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 28% magenta, 47% yellow and 7% black.

Hex #edab7d color code is between #eeaa77 web safe hex color code and #ddbb88 web safe hex color code. #eeaa77 is the nearest web safe color code. You can see here many more shades of #edab7d color code.

0 Likes 0 Comments | 1 Views

RGB Chart

RGB Chart using SVG and CSS mix-blend-mode: lighten;

Color Table

Hex Color Codeedab7d#edab7d
RGB Decimal237, 171, 125rgb(237, 171, 125)
RGB Percent93%, 67%, 49%rgb(93%, 67%, 49%)
CSS RGBa237, 171, 125,1rgba(237,171,125,1)
CMYK Modelcmyk(0%,28%,47%,7%)
HSL Color Space25,76% ,71%hsl(25,76% ,71%)
HSV Color Space25°, 47%, 93%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary111011011010101101111101
Octal355253175
Decimal237171125
Hexedab7d

Different shades of #edab7d color code.

Different color shades are produced by adding adding white or black (respectively). Generate more color shades with shades generator.

Light Shade of #edab7d
#f3c8aa
Dark Shade of #edab7d
#e78e50
Saturated Shade of #edab7d
#f4aa76
Desaturated Shade of #edab7d
#e6ac84
Grey scale Shade of #edab7d
#b5b5b5
Brighten Shade
#ffc496
Most Readable Shade
#000000

Shades of #edab7d color code

Generate more color scales with scales (color stack) generator.

#edab7d
#d2986f
#b88561
#9e7253
#835f45
#694c37
#4f3929
#34261b
#1a130d
#000000

Similar Color like #edab7d color

Find visually similar hex color codes nearing to #edab7d hex color. Similar colors can help you tweak and adjust for your project until it’s just right.

#eeac7e
#efad7f
#f0ae80
#f1af81
#f2b082
#f3b183
#f4b284
#f5b385
#f6b486
#f7b587
#f8b688
#f9b789
#fab88a
#fbb98b
#ecaa7c
#eba97b
#eaa87a
#e9a779
#e8a678
#e7a577
#e6a476
#e5a375
#e4a274
#e3a173
#e2a072
#e19f71
#e09e70
#df9d6f

Monochromatic Color with #edab7d

#edab7d
#18120d
#433023
#6d4f3a
#986e50
#c28c67

Tints of #edab7d Color

#edab7d
#efb48b
#f1bd99
#f3c7a8
#f5d0b6
#f7d9c5
#f9e3d3
#fbece2
#fdf5f0
#ffffff

Color Schemes

A good color harmony is perfect looking color combinations or colors that look good together. Everyone from designers to developers are looking for colors that go well together. Color schemes above are different relative position on color spectrum. Using them together will create aesthetic looks.

Complimentary

#edab7d
#7dbfed

Complimentary Colors are colors on opposite sides of the color wheel that goes well together.

Split Complementary

#edab7d
#7dede3
#7d87ed

Split Complimentary Colors are two secondary colors with one color as the main color. Secondary colors be used for accents and highlights.

Analogous Color

#ed7e7d
#ed957d
#edab7d
#edc17d
#edd87d

Analogous colors are a slight variation in one color or related colors or neighboring colors on either side of color wheel . Example like Red, Orange and Yellow with red as central color. An analogous color scheme creates a rich, monochromatic look. Analogous scheme lacks contrast and is not as vibrant as complementary schemes.

Triadic Color

#edab7d
#7dedab
#ab7ded

The primary colors are Red, Green Blue. They are an example of a triadic color scheme. Put a triangle on color wheel and find all three triadic colors. Triadic color schemes are vibrant with high color contrast with color harmony.

Tetrad/Square Color

#edab7d
#87ed7d
#7dbfed
#e37ded

Tetrad/Square Color is vibrant, positive and colorful color scheme. Its a diverse color scheme, Google, Microsoft, Slack & eBay uses in their color logos.

Double Complementary Color

#edab7d
#7dbfed
#7d87ed
#ede37d

Double Complementary is Four color (a mix of primar and secondary colors) scheme with two colors (hues) are next to each other on the color wheel are paired with two adjacent colors (hues) on the opposite side. For examle Red (Primary) and Orange (Secondary) with adjacent to Blue (Primary) and Green (Secondary).

Hex #edab7d Color Code use in CSS Color, CSS Font/Text Color, CSS Background Color, CSS Border Color, CSS placeholder color, CSS rgba, Box Shadow Color, Text Shadow color.

#edab7d Color Code Preview on Black Background Color

This is how #edab7d Color will look on black background color. Color contrast ratio is 10.72

#edab7d in use for CSS Font/Text Color

HTML with inline CSS

<p style="color:#edab7d">Your Example Paragraph content text in with font color #edab7d </p>

Your Example Paragraph content text in with font color #edab7d

HTML with inline CSS

<div style="color:#edab7d">Your Paragraph text in with font color #edab7d </div>

Your Example Paragraph content text in with font color #edab7d

#edab7d color code is use for CSS Background Color

Background color for the above div is #edab7d

HTML with inline CSS

<div style="background-color:#edab7d;"></div>

#edab7d color code is use for CSS Border Color

CSS Border color for the above div is #edab7d

HTML with inline CSS

<div style="border:5px solid #edab7d;"></div>

CSS Border Left color for the above div is #edab7d

HTML with inline CSS

<div style="border-left:5px solid #edab7d;"></div>

CSS Border Right color for the above div is #edab7d

HTML with inline CSS

<div style="border-right:5px solid #edab7d;"></div>

CSS Border Bottom color for the above div is #edab7d

HTML with inline CSS

<div style="border-bottom:5px solid #edab7d;"></div>

CSS Border Top color for the above div is #edab7d

HTML with inline CSS

<div style="border-top:5px solid #edab7d;"></div>

#edab7d hex Color code used as CSS color Codes

Example CSS Class for usage

.examplebgclass {background-color:#edab7d; } .examplecolorclass {color:#edab7d; } .examplebordercolor {border:3px solid #edab7d; }

#edab7d Color code Preview on White Background

This is how #edab7d Color code will look on white background color. Color contrast ratio is 1.96

Different text-shadow examples and usage

coming soon...

CSS3 text-shadow and box-shadow Usage

Example CSS Class for usage

.exampleTextShadowClass { text-shadow: 4px 4px 2px #edab7d; } .exampleBoxShadowClass { box-shadow: 1px 1px 3px 2px #edab7d; }

Gradient Background

Beautiful Colored Gradient Background. Find awesome Gradient backgrounds for your next project.

Gradient Text

Find Gradient Text for your next project.

CRISPEDGE


 .gradientTextClass{
  background: 
      linear-gradient(217deg, rgba(237,171,125,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(125,191,237,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(237,171,125,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }
							

0 Likes 0 Comments | 1 Views

Post your comment:-

By submitting comment you agree to our privacy policy.

< /html>