COLOR #E9D072

HEX: #E9D072
RGB: (233,208,114)

Color info

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

RGB color model

#E9D072 color RGB value is (233,208,114).

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

RGB channels and saturation

R 233 of 255 = 91%
G 208 of 255 = 82%
B 114 of 255 = 45%

233
208
114

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

Portions of RGB colors in percentages

R + G + B =
233 + 208 + 114 = 555 (100%)
R 233 of 555 ~ 41.98%
G 208 of 555 ~ 37.48%
B 114 of 555 ~ 20.54%

%41.98
%37.48
%20.54

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 10.73%
  • yellow value is 51.07%
  • key color value is 8.63%
CMYK:
(0,11,51,9)
C0M11Y51K9 
(0%,11%,51%,9%)
(0.00/0.11/0.51/0.09)	

CMYK percentages

%0
%10.73
%51.07
%8.63

Codes

Color #E9D072 in popluar color models

E9D072
RGB233208114
HSL47°73.01%68.04%
HSB/HSV47°51.07%91.37%
CMYK0.00%10.73%51.07%
8.63%

Color #E9D072 in popluar number systems.

HEXE9D072
Decimal233208114
Binary11101001110100001110010
Octal351320162

Shades and tints

Shades of #E9D072

#E9D072
(233,208,114)
#D4BE68
(212,190,104)
#BFAC5E
(191,172,94)
#AA9A54
(170,154,84)
#95884A
(149,136,74)
#807640
(128,118,64)
#6B6436
(107,100,54)
#56522C
(86,82,44)
#414022
(65,64,34)
#2C2E18
(44,46,24)
#171C0E
(23,28,14)
#000000
(0,0,0)

Tints of #E9D072

#E9D072
(233,208,114)
#EBD47E
(235,212,126)
#EDD88A
(237,216,138)
#EFDC96
(239,220,150)
#F1E0A2
(241,224,162)
#F3E4AE
(243,228,174)
#F5E8BA
(245,232,186)
#F7ECC6
(247,236,198)
#F9F0D2
(249,240,210)
#FBF4DE
(251,244,222)
#FDF8EA
(253,248,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E9D072; }

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

This text font color is #E9D072.


Background Color

.myBgColor { background-color: #E9D072; }

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

This div background color is #E9D072.


Border color

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

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

This div border color is #E9D072.


Opacity

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

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

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

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

This text has shadow with #E9D072 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E9D072 on black background.


Color preview on white background

This text has color #E9D072 on white background.



Black color preview on #E9D072 background

This text has black color on #E9D072 background.


White color preview on #E9D072 background

This text has white color on #E9D072 background.