COLOR #EEDE9A

HEX: #EEDE9A
RGB: (238,222,154)

Color info

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

RGB color model

#EEDE9A color RGB value is (238,222,154).

  • red value is 238;
  • green value is 222;
  • blue value is 154.
RGB:
(238,222,154)
(93%,87%,60%)

RGB channels and saturation

R 238 of 255 = 93%
G 222 of 255 = 87%
B 154 of 255 = 60%

238
222
154

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

Portions of RGB colors in percentages

R + G + B =
238 + 222 + 154 = 614 (100%)
R 238 of 614 ~ 38.76%
G 222 of 614 ~ 36.16%
B 154 of 614 ~ 25.08%

%38.76
%36.16
%25.08

CMYK color model

#EEDE9A color CMYK value is (0,7,35,7).

  • cyan value is 0.00%
  • magenta value is 6.72%
  • yellow value is 35.29%
  • key color value is 6.67%
CMYK:
(0,7,35,7)
C0M7Y35K7 
(0%,7%,35%,7%)
(0.00/0.07/0.35/0.07)	

CMYK percentages

%0
%6.72
%35.29
%6.67

Codes

Color #EEDE9A in popluar color models

EEDE9A
RGB238222154
HSL49°71.19%76.86%
HSB/HSV49°35.29%93.33%
CMYK0.00%6.72%35.29%
6.67%

Color #EEDE9A in popluar number systems.

HEXEEDE9A
Decimal238222154
Binary111011101101111010011010
Octal356336232

Shades and tints

Shades of #EEDE9A

#EEDE9A
(238,222,154)
#D9CA8C
(217,202,140)
#C4B67E
(196,182,126)
#AFA270
(175,162,112)
#9A8E62
(154,142,98)
#857A54
(133,122,84)
#706646
(112,102,70)
#5B5238
(91,82,56)
#463E2A
(70,62,42)
#312A1C
(49,42,28)
#1C160E
(28,22,14)
#000000
(0,0,0)

Tints of #EEDE9A

#EEDE9A
(238,222,154)
#EFE1A3
(239,225,163)
#F0E4AC
(240,228,172)
#F1E7B5
(241,231,181)
#F2EABE
(242,234,190)
#F3EDC7
(243,237,199)
#F4F0D0
(244,240,208)
#F5F3D9
(245,243,217)
#F6F6E2
(246,246,226)
#F7F9EB
(247,249,235)
#F8FCF4
(248,252,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EEDE9A color. Also use rgb(238,222,154) instead hex code.

Text Font Color

.myTextColor { color: #EEDE9A; }

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

This text font color is #EEDE9A.


Background Color

.myBgColor { background-color: #EEDE9A; }

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

This div background color is #EEDE9A.


Border color

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

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

This div border color is #EEDE9A.


Opacity

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

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

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

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

This text has shadow with #EEDE9A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EEDE9A on black background.


Color preview on white background

This text has color #EEDE9A on white background.



Black color preview on #EEDE9A background

This text has black color on #EEDE9A background.


White color preview on #EEDE9A background

This text has white color on #EEDE9A background.