COLOR #E9D472

HEX: #E9D472
RGB: (233,212,114)

Color info

#E9D472 contains mainly red and green colors. Web safe color of #E9D472 is #FFCC66 (or #FC6).

RGB color model

#E9D472 color RGB value is (233,212,114).

  • red value is 233;
  • green value is 212;
  • blue value is 114.
RGB:
(233,212,114)
(91%,83%,45%)

RGB channels and saturation

R 233 of 255 = 91%
G 212 of 255 = 83%
B 114 of 255 = 45%

233
212
114

R + G + B ~ 73%. #E9D472 is quite light color.

Portions of RGB colors in percentages

R + G + B =
233 + 212 + 114 = 559 (100%)
R 233 of 559 ~ 41.68%
G 212 of 559 ~ 37.92%
B 114 of 559 ~ 20.39%

%41.68
%37.92
%20.39

CMYK color model

#E9D472 color CMYK value is (0,9,51,9).

  • cyan value is 0.00%
  • magenta value is 9.01%
  • yellow value is 51.07%
  • key color value is 8.63%
CMYK:
(0,9,51,9)
C0M9Y51K9 
(0%,9%,51%,9%)
(0.00/0.09/0.51/0.09)	

CMYK percentages

%0
%9.01
%51.07
%8.63

Codes

Color #E9D472 in popluar color models

E9D472
RGB233212114
HSL49°73.01%68.04%
HSB/HSV49°51.07%91.37%
CMYK0.00%9.01%51.07%
8.63%

Color #E9D472 in popluar number systems.

HEXE9D472
Decimal233212114
Binary11101001110101001110010
Octal351324162

Shades and tints

Shades of #E9D472

#E9D472
(233,212,114)
#D4C168
(212,193,104)
#BFAE5E
(191,174,94)
#AA9B54
(170,155,84)
#95884A
(149,136,74)
#807540
(128,117,64)
#6B6236
(107,98,54)
#564F2C
(86,79,44)
#413C22
(65,60,34)
#2C2918
(44,41,24)
#17160E
(23,22,14)
#000000
(0,0,0)

Tints of #E9D472

#E9D472
(233,212,114)
#EBD77E
(235,215,126)
#EDDA8A
(237,218,138)
#EFDD96
(239,221,150)
#F1E0A2
(241,224,162)
#F3E3AE
(243,227,174)
#F5E6BA
(245,230,186)
#F7E9C6
(247,233,198)
#F9ECD2
(249,236,210)
#FBEFDE
(251,239,222)
#FDF2EA
(253,242,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E9D472 color. Also use rgb(233,212,114) instead hex code.

Text Font Color

.myTextColor { color: #E9D472; }

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

This text font color is #E9D472.


Background Color

.myBgColor { background-color: #E9D472; }

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

This div background color is #E9D472.


Border color

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

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

This div border color is #E9D472.


Opacity

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

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

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

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

This text has shadow with #E9D472 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E9D472 on black background.


Color preview on white background

This text has color #E9D472 on white background.



Black color preview on #E9D472 background

This text has black color on #E9D472 background.


White color preview on #E9D472 background

This text has white color on #E9D472 background.