COLOR #EDC9AA

HEX: #EDC9AA
RGB: (237,201,170)

Color info

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

RGB color model

#EDC9AA color RGB value is (237,201,170).

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

RGB channels and saturation

R 237 of 255 = 93%
G 201 of 255 = 79%
B 170 of 255 = 67%

237
201
170

R + G + B ~ 80%. #EDC9AA is quite light color.

Portions of RGB colors in percentages

R + G + B =
237 + 201 + 170 = 608 (100%)
R 237 of 608 ~ 38.98%
G 201 of 608 ~ 33.06%
B 170 of 608 ~ 27.96%

%38.98
%33.06
%27.96

CMYK color model

#EDC9AA color CMYK value is (0,15,28,7).

  • cyan value is 0.00%
  • magenta value is 15.19%
  • yellow value is 28.27%
  • key color value is 7.06%
CMYK:
(0,15,28,7)
C0M15Y28K7 
(0%,15%,28%,7%)
(0.00/0.15/0.28/0.07)	

CMYK percentages

%0
%15.19
%28.27
%7.06

Codes

Color #EDC9AA in popluar color models

EDC9AA
RGB237201170
HSL28°65.05%79.80%
HSB/HSV28°28.27%92.94%
CMYK0.00%15.19%28.27%
7.06%

Color #EDC9AA in popluar number systems.

HEXEDC9AA
Decimal237201170
Binary111011011100100110101010
Octal355311252

Shades and tints

Shades of #EDC9AA

#EDC9AA
(237,201,170)
#D8B79B
(216,183,155)
#C3A58C
(195,165,140)
#AE937D
(174,147,125)
#99816E
(153,129,110)
#846F5F
(132,111,95)
#6F5D50
(111,93,80)
#5A4B41
(90,75,65)
#453932
(69,57,50)
#302723
(48,39,35)
#1B1514
(27,21,20)
#000000
(0,0,0)

Tints of #EDC9AA

#EDC9AA
(237,201,170)
#EECDB1
(238,205,177)
#EFD1B8
(239,209,184)
#F0D5BF
(240,213,191)
#F1D9C6
(241,217,198)
#F2DDCD
(242,221,205)
#F3E1D4
(243,225,212)
#F4E5DB
(244,229,219)
#F5E9E2
(245,233,226)
#F6EDE9
(246,237,233)
#F7F1F0
(247,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EDC9AA; }

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

This text font color is #EDC9AA.


Background Color

.myBgColor { background-color: #EDC9AA; }

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

This div background color is #EDC9AA.


Border color

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

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

This div border color is #EDC9AA.


Opacity

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

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

Text with #EDC9AA 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 #EDC9AA;}

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

This text has shadow with #EDC9AA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDC9AA on black background.


Color preview on white background

This text has color #EDC9AA on white background.



Black color preview on #EDC9AA background

This text has black color on #EDC9AA background.


White color preview on #EDC9AA background

This text has white color on #EDC9AA background.