COLOR #E9D29D

HEX: #E9D29D
RGB: (233,210,157)

Color info

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

RGB color model

#E9D29D color RGB value is (233,210,157).

  • red value is 233;
  • green value is 210;
  • blue value is 157.
RGB:
(233,210,157)
(91%,82%,62%)

RGB channels and saturation

R 233 of 255 = 91%
G 210 of 255 = 82%
B 157 of 255 = 62%

233
210
157

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

Portions of RGB colors in percentages

R + G + B =
233 + 210 + 157 = 600 (100%)
R 233 of 600 ~ 38.83%
G 210 of 600 ~ 35%
B 157 of 600 ~ 26.17%

%38.83
%35
%26.17

CMYK color model

#E9D29D color CMYK value is (0,10,33,9).

  • cyan value is 0.00%
  • magenta value is 9.87%
  • yellow value is 32.62%
  • key color value is 8.63%
CMYK:
(0,10,33,9)
C0M10Y33K9 
(0%,10%,33%,9%)
(0.00/0.10/0.33/0.09)	

CMYK percentages

%0
%9.87
%32.62
%8.63

Codes

Color #E9D29D in popluar color models

E9D29D
RGB233210157
HSL42°63.33%76.47%
HSB/HSV42°32.62%91.37%
CMYK0.00%9.87%32.62%
8.63%

Color #E9D29D in popluar number systems.

HEXE9D29D
Decimal233210157
Binary111010011101001010011101
Octal351322235

Shades and tints

Shades of #E9D29D

#E9D29D
(233,210,157)
#D4BF8F
(212,191,143)
#BFAC81
(191,172,129)
#AA9973
(170,153,115)
#958665
(149,134,101)
#807357
(128,115,87)
#6B6049
(107,96,73)
#564D3B
(86,77,59)
#413A2D
(65,58,45)
#2C271F
(44,39,31)
#171411
(23,20,17)
#000000
(0,0,0)

Tints of #E9D29D

#E9D29D
(233,210,157)
#EBD6A5
(235,214,165)
#EDDAAD
(237,218,173)
#EFDEB5
(239,222,181)
#F1E2BD
(241,226,189)
#F3E6C5
(243,230,197)
#F5EACD
(245,234,205)
#F7EED5
(247,238,213)
#F9F2DD
(249,242,221)
#FBF6E5
(251,246,229)
#FDFAED
(253,250,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E9D29D color. Also use rgb(233,210,157) instead hex code.

Text Font Color

.myTextColor { color: #E9D29D; }

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

This text font color is #E9D29D.


Background Color

.myBgColor { background-color: #E9D29D; }

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

This div background color is #E9D29D.


Border color

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

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

This div border color is #E9D29D.


Opacity

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

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

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

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

This text has shadow with #E9D29D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E9D29D on black background.


Color preview on white background

This text has color #E9D29D on white background.



Black color preview on #E9D29D background

This text has black color on #E9D29D background.


White color preview on #E9D29D background

This text has white color on #E9D29D background.