crispedge.com

Color picker

Loading...

#edaa9c hex color - Orange - Warm color - Information

#edaa9c hex color - Orange - Warm color

Color Hue/Base color: Orange

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

Hex #edaa9c color code is between #ee9999 web safe hex color code and #ddbbaa web safe hex color code. #ee9999 is the nearest web safe color code. You can see here many more shades of #edaa9c color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Code edaa9c #edaa9c
RGB Decimal 237, 170, 156 rgb(237, 170, 156)
RGB Percent 93%, 67%, 61% rgb(93%, 67%, 61%)
CSS RGBa 237, 170, 156,1 rgba(237,170,156,1)
CMYK Model cmyk(0%,28%,34%,7%)
HSL Color Space 10,69% ,77% hsl(10,69% ,77%)
HSV Color Space 10°, 34%, 93%
Color Temperature It's a Warm color

Color in numbers

Type Red Green Blue
Binary 11101101 10101010 10011100
Octal 355 252 234
Decimal 237 170 156
Hex ed aa 9c

Different shades of #edaa9c color code.

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

Light Shade of #edaa9c
#f5cfc7
Dark Shade of #edaa9c
#e58571
Saturated Shade of #edaa9c
#f3a696
Desaturated Shade of #edaa9c
#e7aea2
Grey scale Shade of #edaa9c
#c4c4c4
Brighten Shade
#ffc3b5
Most Readable Shade
#000000

Shades of #edaa9c color code

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

#edaa9c
#d2978a
#b88479
#9e7168
#835e56
#694b45
#4f3834
#342522
#1a1211
#000000

Similar Color like #edaa9c color

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

#eeab9d
#efac9e
#f0ad9f
#f1aea0
#f2afa1
#f3b0a2
#f4b1a3
#f5b2a4
#f6b3a5
#f7b4a6
#f8b5a7
#f9b6a8
#fab7a9
#fbb8aa
#eca99b
#eba89a
#eaa799
#e9a698
#e8a597
#e7a496
#e6a395
#e5a294
#e4a193
#e3a092
#e29f91
#e19e90
#e09d8f
#df9c8e

Monochromatic Color with #edaa9c

#edaa9c
#181210
#43302c
#6d4f48
#986d64
#c28c80

Tints of #edaa9c Color

#edaa9c
#efb3a7
#f1bcb2
#f3c6bd
#f5cfc8
#f7d9d3
#f9e2de
#fbece9
#fdf5f4
#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

#edaa9c
#9cdfed

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

Split Complementary

#edaa9c
#9cedd2
#9cb7ed

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

Analogous Color

#ed9cae
#ed9c9e
#edaa9c
#edba9c
#edca9c

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

#edaa9c
#9cedaa
#aa9ced

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

#edaa9c
#b6ed9c
#9cdfed
#d29ced

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

#edaa9c
#9cdfed
#9cb7ed
#edd29c

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 #edaa9c 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.

#edaa9c Color Code Preview on Black Background Color

This is how #edaa9c Color will look on black background color. Color contrast ratio is 10.83

#edaa9c in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #edaa9c

HTML with inline CSS

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

Your Example Paragraph content text in with font color #edaa9c

#edaa9c color code is use for CSS Background Color

Background color for the above div is #edaa9c

HTML with inline CSS

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

#edaa9c color code is use for CSS Border Color

CSS Border color for the above div is #edaa9c

HTML with inline CSS

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

CSS Border Left color for the above div is #edaa9c

HTML with inline CSS

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

CSS Border Right color for the above div is #edaa9c

HTML with inline CSS

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

CSS Border Bottom color for the above div is #edaa9c

HTML with inline CSS

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

CSS Border Top color for the above div is #edaa9c

HTML with inline CSS

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

#edaa9c hex Color code used as CSS color Codes

Example CSS Class for usage

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

#edaa9c Color code Preview on White Background

This is how #edaa9c Color code will look on white background color. Color contrast ratio is 1.94

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 #edaa9c; } .exampleBoxShadowClass { box-shadow: 1px 1px 3px 2px #edaa9c; }

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,170,156,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(156,223,237,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(237,170,156,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.