COLOR #EECD8A

HEX: #EECD8A
RGB: (238,205,138)

Color info

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

RGB color model

#EECD8A color RGB value is (238,205,138).

  • red value is 238;
  • green value is 205;
  • blue value is 138.
RGB:
(238,205,138)
(93%,80%,54%)

RGB channels and saturation

R 238 of 255 = 93%
G 205 of 255 = 80%
B 138 of 255 = 54%

238
205
138

R + G + B ~ 76%. #EECD8A is quite light color.

Portions of RGB colors in percentages

R + G + B =
238 + 205 + 138 = 581 (100%)
R 238 of 581 ~ 40.96%
G 205 of 581 ~ 35.28%
B 138 of 581 ~ 23.75%

%40.96
%35.28
%23.75

CMYK color model

#EECD8A color CMYK value is (0,14,42,7).

  • cyan value is 0.00%
  • magenta value is 13.87%
  • yellow value is 42.02%
  • key color value is 6.67%
CMYK:
(0,14,42,7)
C0M14Y42K7 
(0%,14%,42%,7%)
(0.00/0.14/0.42/0.07)	

CMYK percentages

%0
%13.87
%42.02
%6.67

Codes

Color #EECD8A in popluar color models

EECD8A
RGB238205138
HSL40°74.63%73.73%
HSB/HSV40°42.02%93.33%
CMYK0.00%13.87%42.02%
6.67%

Color #EECD8A in popluar number systems.

HEXEECD8A
Decimal238205138
Binary111011101100110110001010
Octal356315212

Shades and tints

Shades of #EECD8A

#EECD8A
(238,205,138)
#D9BB7E
(217,187,126)
#C4A972
(196,169,114)
#AF9766
(175,151,102)
#9A855A
(154,133,90)
#85734E
(133,115,78)
#706142
(112,97,66)
#5B4F36
(91,79,54)
#463D2A
(70,61,42)
#312B1E
(49,43,30)
#1C1912
(28,25,18)
#000000
(0,0,0)

Tints of #EECD8A

#EECD8A
(238,205,138)
#EFD194
(239,209,148)
#F0D59E
(240,213,158)
#F1D9A8
(241,217,168)
#F2DDB2
(242,221,178)
#F3E1BC
(243,225,188)
#F4E5C6
(244,229,198)
#F5E9D0
(245,233,208)
#F6EDDA
(246,237,218)
#F7F1E4
(247,241,228)
#F8F5EE
(248,245,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EECD8A color. Also use rgb(238,205,138) instead hex code.

Text Font Color

.myTextColor { color: #EECD8A; }

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

This text font color is #EECD8A.


Background Color

.myBgColor { background-color: #EECD8A; }

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

This div background color is #EECD8A.


Border color

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

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

This div border color is #EECD8A.


Opacity

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

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

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

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

This text has shadow with #EECD8A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EECD8A on black background.


Color preview on white background

This text has color #EECD8A on white background.



Black color preview on #EECD8A background

This text has black color on #EECD8A background.


White color preview on #EECD8A background

This text has white color on #EECD8A background.