COLOR #EDC0AA

HEX: #EDC0AA
RGB: (237,192,170)

Color info

#EDC0AA contains mainly red and green colors. Web safe color of #EDC0AA is #FFCC99 (or #FC9).

RGB color model

#EDC0AA color RGB value is (237,192,170).

  • red value is 237;
  • green value is 192;
  • blue value is 170.
RGB:
(237,192,170)
(93%,75%,67%)

RGB channels and saturation

R 237 of 255 = 93%
G 192 of 255 = 75%
B 170 of 255 = 67%

237
192
170

R + G + B ~ 78%. #EDC0AA is quite light color.

Portions of RGB colors in percentages

R + G + B =
237 + 192 + 170 = 599 (100%)
R 237 of 599 ~ 39.57%
G 192 of 599 ~ 32.05%
B 170 of 599 ~ 28.38%

%39.57
%32.05
%28.38

CMYK color model

#EDC0AA color CMYK value is (0,19,28,7).

  • cyan value is 0.00%
  • magenta value is 18.99%
  • yellow value is 28.27%
  • key color value is 7.06%
CMYK:
(0,19,28,7)
C0M19Y28K7 
(0%,19%,28%,7%)
(0.00/0.19/0.28/0.07)	

CMYK percentages

%0
%18.99
%28.27
%7.06

Codes

Color #EDC0AA in popluar color models

EDC0AA
RGB237192170
HSL20°65.05%79.80%
HSB/HSV20°28.27%92.94%
CMYK0.00%18.99%28.27%
7.06%

Color #EDC0AA in popluar number systems.

HEXEDC0AA
Decimal237192170
Binary111011011100000010101010
Octal355300252

Shades and tints

Shades of #EDC0AA

#EDC0AA
(237,192,170)
#D8AF9B
(216,175,155)
#C39E8C
(195,158,140)
#AE8D7D
(174,141,125)
#997C6E
(153,124,110)
#846B5F
(132,107,95)
#6F5A50
(111,90,80)
#5A4941
(90,73,65)
#453832
(69,56,50)
#302723
(48,39,35)
#1B1614
(27,22,20)
#000000
(0,0,0)

Tints of #EDC0AA

#EDC0AA
(237,192,170)
#EEC5B1
(238,197,177)
#EFCAB8
(239,202,184)
#F0CFBF
(240,207,191)
#F1D4C6
(241,212,198)
#F2D9CD
(242,217,205)
#F3DED4
(243,222,212)
#F4E3DB
(244,227,219)
#F5E8E2
(245,232,226)
#F6EDE9
(246,237,233)
#F7F2F0
(247,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EDC0AA color. Also use rgb(237,192,170) instead hex code.

Text Font Color

.myTextColor { color: #EDC0AA; }

<p style="color:#EDC0AA">This sample text font color is #EDC0AA.</p>

This text font color is #EDC0AA.


Background Color

.myBgColor { background-color: #EDC0AA; }

<div style="background-color:#EDC0AA">Inner text</div>

This div background color is #EDC0AA.


Border color

.myBorderColor { border: 1px solid #EDC0AA; }

<div style="border:3px solid #EDC0AA">Div</div>

This div border color is #EDC0AA.


Opacity

.myOpacity80 { color: #EDC0AA; opacity: 0.8; }

<p style="color:#EDC0AA;opacity:0.8;">80%</p>

Text with #EDC0AA color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #EDC0AA;}

<p style="text-shadow: 3px 3px 1px #EDC0AA">Text here.</p>

This text has shadow with #EDC0AA color.

.textShadow {text-shadow: 3px 3px 1px #EDC0AA, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #EDC0AA, 5px 5px 20px red">Text here.</p>

This text has shadow with #EDC0AA primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#EDC0AA, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#EDC0AA, Direction=45, Strength=4)">Text</p>

This text has shadow with #EDC0AA and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #EDC0AA;
  -webkit-box-shadow:	1px 1px 3px 2px #EDC0AA;
  box-shadow:		1px 1px 3px 2px #EDC0AA;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #EDC0AA;
-webkit-box-shadow: 1px 1px 3px 2px #EDC0AA;
box-shadow:1px 1px 3px 2px #EDC0AA;">
Div content here</div>
This div box has shadow with color #EDC0AA.

Preview

Color preview on black background

This text has color #EDC0AA on black background.


Color preview on white background

This text has color #EDC0AA on white background.



Black color preview on #EDC0AA background

This text has black color on #EDC0AA background.


White color preview on #EDC0AA background

This text has white color on #EDC0AA background.