COLOR #EEDD9C

HEX: #EEDD9C RGB: (238,221,156)

Color info

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

RGB color model

#EEDD9C color RGB value is (238,221,156).

RGB: (238,221,156) (93%, 87%, 61%)

RGB channels and saturation

R 238 of 255 = 93%
G 221 of 255 = 87%
B 156 of 255 = 61%

238
221
156

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

Portions of RGB colors in percentages

R + G + B = 238 + 221 + 156 = 615 (100%)
R 238 of 615 ~ 38.7%
G 221 of 615 ~ 35.93%
B 156 of 615 ~ 25.37'%

%38.7
%35.93
%25.37

CMYK color model

#EEDD9C color CMYK value is (0,7,34,7).

  • cyan value is 0.00%
  • magenta value is 7.14%
  • yellow value is 34.45%
  • key color value is 6.67%

CMYK: (0,7,34,7)
C0M7Y34K7 (0%, 7%, 34%, 7%)
(0.00 / 0.07 / 0.34 / 0.07)

CMYK percentages

%0
%7.14
%34.45
%6.67

Codes

Color #EEDD9C in popluar color models

EE DD 9C
RGB 238 221 156
HSL 48° 70.69% 77.25%
HSB/HSV 48° 34.45% 93.33%
CMYK 0.00% 7.14% 34.45%
6.67%

Color #EEDD9C in popluar number systems.

HEX EE DD 9C
Decimal 238 221 156
Binary 11101110 11011101 10011100
Octal 356 335 234

Shades and tints

Shades of #EEDD9C

#EEDD9C
(238,221,156)
#D9C98E
(217,201,142)
#C4B580
(196,181,128)
#AFA172
(175,161,114)
#9A8D64
(154,141,100)
#857956
(133,121,86)
#706548
(112,101,72)
#5B513A
(91,81,58)
#463D2C
(70,61,44)
#31291E
(49,41,30)
#1C1510
(28,21,16)
#000000
(0,0,0)

Tints of #EEDD9C

#EEDD9C
(238,221,156)
#EFE0A5
(239,224,165)
#F0E3AE
(240,227,174)
#F1E6B7
(241,230,183)
#F2E9C0
(242,233,192)
#F3ECC9
(243,236,201)
#F4EFD2
(244,239,210)
#F5F2DB
(245,242,219)
#F6F5E4
(246,245,228)
#F7F8ED
(247,248,237)
#F8FBF6
(248,251,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EEDD9C color. Also use rgb(238,221,156) instead hex code.

Text Font Color

.myTextColor { color: #EEDD9C; }

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

This text font color is #EEDD9C.

Background Color

.myBgColor { background-color: #EEDD9C; }

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

This div background color is #EEDD9C.

Border color

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

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

This div border color is #EEDD9C.

Opacity

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

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

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

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

This text has shadow with #EEDD9C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EEDD9C.

Preview

Color preview on black background

This text has color #EEDD9C on black background.


Color preview on white background

This text has color #EEDD9C on white background.


Black color preview on #EEDD9C background

This text has black color on #EEDD9C background.


White color preview on #EEDD9C background

This text has white color on #EEDD9C background.


Related colors

Complementary color

Complementary color for #hex is #112263.


I love getcolorcode.com

Triadic colors

1 #9CEEDD and #DD9CEE with #EEDD9C are triadic colors.

2 #9CDDEE and #DDEE9C with #EEDD9C are triadic colors.