COLOR #E9D66B

HEX: #E9D66B
RGB: (233,214,107)

Color info

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

RGB color model

#E9D66B color RGB value is (233,214,107).

  • red value is 233;
  • green value is 214;
  • blue value is 107.
RGB:
(233,214,107)
(91%,84%,42%)

RGB channels and saturation

R 233 of 255 = 91%
G 214 of 255 = 84%
B 107 of 255 = 42%

233
214
107

R + G + B ~ 72%. #E9D66B is quite light color.

Portions of RGB colors in percentages

R + G + B =
233 + 214 + 107 = 554 (100%)
R 233 of 554 ~ 42.06%
G 214 of 554 ~ 38.63%
B 107 of 554 ~ 19.31%

%42.06
%38.63
%19.31

CMYK color model

#E9D66B color CMYK value is (0,8,54,9).

  • cyan value is 0.00%
  • magenta value is 8.15%
  • yellow value is 54.08%
  • key color value is 8.63%
CMYK:
(0,8,54,9)
C0M8Y54K9 
(0%,8%,54%,9%)
(0.00/0.08/0.54/0.09)	

CMYK percentages

%0
%8.15
%54.08
%8.63

Codes

Color #E9D66B in popluar color models

E9D66B
RGB233214107
HSL51°74.12%66.67%
HSB/HSV51°54.08%91.37%
CMYK0.00%8.15%54.08%
8.63%

Color #E9D66B in popluar number systems.

HEXE9D66B
Decimal233214107
Binary11101001110101101101011
Octal351326153

Shades and tints

Shades of #E9D66B

#E9D66B
(233,214,107)
#D4C362
(212,195,98)
#BFB059
(191,176,89)
#AA9D50
(170,157,80)
#958A47
(149,138,71)
#80773E
(128,119,62)
#6B6435
(107,100,53)
#56512C
(86,81,44)
#413E23
(65,62,35)
#2C2B1A
(44,43,26)
#171811
(23,24,17)
#000000
(0,0,0)

Tints of #E9D66B

#E9D66B
(233,214,107)
#EBD978
(235,217,120)
#EDDC85
(237,220,133)
#EFDF92
(239,223,146)
#F1E29F
(241,226,159)
#F3E5AC
(243,229,172)
#F5E8B9
(245,232,185)
#F7EBC6
(247,235,198)
#F9EED3
(249,238,211)
#FBF1E0
(251,241,224)
#FDF4ED
(253,244,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E9D66B color. Also use rgb(233,214,107) instead hex code.

Text Font Color

.myTextColor { color: #E9D66B; }

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

This text font color is #E9D66B.


Background Color

.myBgColor { background-color: #E9D66B; }

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

This div background color is #E9D66B.


Border color

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

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

This div border color is #E9D66B.


Opacity

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

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

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

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

This text has shadow with #E9D66B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E9D66B on black background.


Color preview on white background

This text has color #E9D66B on white background.



Black color preview on #E9D66B background

This text has black color on #E9D66B background.


White color preview on #E9D66B background

This text has white color on #E9D66B background.