COLOR #EEDD8C

HEX: #EEDD8C
RGB: (238,221,140)

Color info

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

RGB color model

#EEDD8C color RGB value is (238,221,140).

  • red value is 238;
  • green value is 221;
  • blue value is 140.
RGB:
(238,221,140)
(93%,87%,55%)

RGB channels and saturation

R 238 of 255 = 93%
G 221 of 255 = 87%
B 140 of 255 = 55%

238
221
140

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

Portions of RGB colors in percentages

R + G + B =
238 + 221 + 140 = 599 (100%)
R 238 of 599 ~ 39.73%
G 221 of 599 ~ 36.89%
B 140 of 599 ~ 23.37%

%39.73
%36.89
%23.37

CMYK color model

#EEDD8C color CMYK value is (0,7,41,7).

  • cyan value is 0.00%
  • magenta value is 7.14%
  • yellow value is 41.18%
  • key color value is 6.67%
CMYK:
(0,7,41,7)
C0M7Y41K7 
(0%,7%,41%,7%)
(0.00/0.07/0.41/0.07)	

CMYK percentages

%0
%7.14
%41.18
%6.67

Codes

Color #EEDD8C in popluar color models

EEDD8C
RGB238221140
HSL50°74.24%74.12%
HSB/HSV50°41.18%93.33%
CMYK0.00%7.14%41.18%
6.67%

Color #EEDD8C in popluar number systems.

HEXEEDD8C
Decimal238221140
Binary111011101101110110001100
Octal356335214

Shades and tints

Shades of #EEDD8C

#EEDD8C
(238,221,140)
#D9C980
(217,201,128)
#C4B574
(196,181,116)
#AFA168
(175,161,104)
#9A8D5C
(154,141,92)
#857950
(133,121,80)
#706544
(112,101,68)
#5B5138
(91,81,56)
#463D2C
(70,61,44)
#312920
(49,41,32)
#1C1514
(28,21,20)
#000000
(0,0,0)

Tints of #EEDD8C

#EEDD8C
(238,221,140)
#EFE096
(239,224,150)
#F0E3A0
(240,227,160)
#F1E6AA
(241,230,170)
#F2E9B4
(242,233,180)
#F3ECBE
(243,236,190)
#F4EFC8
(244,239,200)
#F5F2D2
(245,242,210)
#F6F5DC
(246,245,220)
#F7F8E6
(247,248,230)
#F8FBF0
(248,251,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EEDD8C; }

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

This text font color is #EEDD8C.


Background Color

.myBgColor { background-color: #EEDD8C; }

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

This div background color is #EEDD8C.


Border color

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

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

This div border color is #EEDD8C.


Opacity

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

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

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

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

This text has shadow with #EEDD8C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EEDD8C on black background.


Color preview on white background

This text has color #EEDD8C on white background.



Black color preview on #EEDD8C background

This text has black color on #EEDD8C background.


White color preview on #EEDD8C background

This text has white color on #EEDD8C background.