COLOR #E9CD8A

HEX: #E9CD8A
RGB: (233,205,138)

Color info

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

RGB color model

#E9CD8A color RGB value is (233,205,138).

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

RGB channels and saturation

R 233 of 255 = 91%
G 205 of 255 = 80%
B 138 of 255 = 54%

233
205
138

R + G + B ~ 75%. #E9CD8A is quite light color.

Portions of RGB colors in percentages

R + G + B =
233 + 205 + 138 = 576 (100%)
R 233 of 576 ~ 40.45%
G 205 of 576 ~ 35.59%
B 138 of 576 ~ 23.96%

%40.45
%35.59
%23.96

CMYK color model

#E9CD8A color CMYK value is (0,12,41,9).

  • cyan value is 0.00%
  • magenta value is 12.02%
  • yellow value is 40.77%
  • key color value is 8.63%
CMYK:
(0,12,41,9)
C0M12Y41K9 
(0%,12%,41%,9%)
(0.00/0.12/0.41/0.09)	

CMYK percentages

%0
%12.02
%40.77
%8.63

Codes

Color #E9CD8A in popluar color models

E9CD8A
RGB233205138
HSL42°68.35%72.75%
HSB/HSV42°40.77%91.37%
CMYK0.00%12.02%40.77%
8.63%

Color #E9CD8A in popluar number systems.

HEXE9CD8A
Decimal233205138
Binary111010011100110110001010
Octal351315212

Shades and tints

Shades of #E9CD8A

#E9CD8A
(233,205,138)
#D4BB7E
(212,187,126)
#BFA972
(191,169,114)
#AA9766
(170,151,102)
#95855A
(149,133,90)
#80734E
(128,115,78)
#6B6142
(107,97,66)
#564F36
(86,79,54)
#413D2A
(65,61,42)
#2C2B1E
(44,43,30)
#171912
(23,25,18)
#000000
(0,0,0)

Tints of #E9CD8A

#E9CD8A
(233,205,138)
#EBD194
(235,209,148)
#EDD59E
(237,213,158)
#EFD9A8
(239,217,168)
#F1DDB2
(241,221,178)
#F3E1BC
(243,225,188)
#F5E5C6
(245,229,198)
#F7E9D0
(247,233,208)
#F9EDDA
(249,237,218)
#FBF1E4
(251,241,228)
#FDF5EE
(253,245,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E9CD8A; }

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

This text font color is #E9CD8A.


Background Color

.myBgColor { background-color: #E9CD8A; }

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

This div background color is #E9CD8A.


Border color

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

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

This div border color is #E9CD8A.


Opacity

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

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

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

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

This text has shadow with #E9CD8A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E9CD8A on black background.


Color preview on white background

This text has color #E9CD8A on white background.



Black color preview on #E9CD8A background

This text has black color on #E9CD8A background.


White color preview on #E9CD8A background

This text has white color on #E9CD8A background.