COLOR #EDD6AD

HEX: #EDD6AD RGB: (237,214,173)

Color info

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

RGB color model

#EDD6AD color RGB value is (237,214,173).

RGB: (237,214,173) (93%, 84%, 68%)

RGB channels and saturation

R 237 of 255 = 93%
G 214 of 255 = 84%
B 173 of 255 = 68%

237
214
173

R + G + B ~ 82%. #EDD6AD is quite light color.

Portions of RGB colors in percentages

R + G + B = 237 + 214 + 173 = 624 (100%)
R 237 of 624 ~ 37.98%
G 214 of 624 ~ 34.29%
B 173 of 624 ~ 27.72'%

%37.98
%34.29
%27.72

CMYK color model

#EDD6AD color CMYK value is (0,10,27,7).

  • cyan value is 0.00%
  • magenta value is 9.70%
  • yellow value is 27.00%
  • key color value is 7.06%

CMYK: (0,10,27,7)
C0M10Y27K7 (0%, 10%, 27%, 7%)
(0.00 / 0.10 / 0.27 / 0.07)

CMYK percentages

%0
%9.7
%27
%7.06

Codes

Color #EDD6AD in popluar color models

ED D6 AD
RGB 237 214 173
HSL 38° 64.00% 80.39%
HSB/HSV 38° 27.00% 92.94%
CMYK 0.00% 9.70% 27.00%
7.06%

Color #EDD6AD in popluar number systems.

HEX ED D6 AD
Decimal 237 214 173
Binary 11101101 11010110 10101101
Octal 355 326 255

Shades and tints

Shades of #EDD6AD

#EDD6AD
(237,214,173)
#D8C39E
(216,195,158)
#C3B08F
(195,176,143)
#AE9D80
(174,157,128)
#998A71
(153,138,113)
#847762
(132,119,98)
#6F6453
(111,100,83)
#5A5144
(90,81,68)
#453E35
(69,62,53)
#302B26
(48,43,38)
#1B1817
(27,24,23)
#000000
(0,0,0)

Tints of #EDD6AD

#EDD6AD
(237,214,173)
#EED9B4
(238,217,180)
#EFDCBB
(239,220,187)
#F0DFC2
(240,223,194)
#F1E2C9
(241,226,201)
#F2E5D0
(242,229,208)
#F3E8D7
(243,232,215)
#F4EBDE
(244,235,222)
#F5EEE5
(245,238,229)
#F6F1EC
(246,241,236)
#F7F4F3
(247,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EDD6AD color. Also use rgb(237,214,173) instead hex code.

Text Font Color

.myTextColor { color: #EDD6AD; }

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

This text font color is #EDD6AD.

Background Color

.myBgColor { background-color: #EDD6AD; }

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

This div background color is #EDD6AD.

Border color

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

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

This div border color is #EDD6AD.

Opacity

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

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

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

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

This text has shadow with #EDD6AD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EDD6AD.

Preview

Color preview on black background

This text has color #EDD6AD on black background.


Color preview on white background

This text has color #EDD6AD on white background.


Black color preview on #EDD6AD background

This text has black color on #EDD6AD background.


White color preview on #EDD6AD background

This text has white color on #EDD6AD background.


Related colors

Complementary color

Complementary color for #hex is #122952.


I love getcolorcode.com

Triadic colors

1 #ADEDD6 and #D6ADED with #EDD6AD are triadic colors.

2 #ADD6ED and #D6EDAD with #EDD6AD are triadic colors.