COLOR #E9D16F

HEX: #E9D16F
RGB: (233,209,111)

Color info

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

RGB color model

#E9D16F color RGB value is (233,209,111).

  • red value is 233;
  • green value is 209;
  • blue value is 111.
RGB:
(233,209,111)
(91%,82%,44%)

RGB channels and saturation

R 233 of 255 = 91%
G 209 of 255 = 82%
B 111 of 255 = 44%

233
209
111

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

Portions of RGB colors in percentages

R + G + B =
233 + 209 + 111 = 553 (100%)
R 233 of 553 ~ 42.13%
G 209 of 553 ~ 37.79%
B 111 of 553 ~ 20.07%

%42.13
%37.79
%20.07

CMYK color model

#E9D16F color CMYK value is (0,10,52,9).

  • cyan value is 0.00%
  • magenta value is 10.30%
  • yellow value is 52.36%
  • key color value is 8.63%
CMYK:
(0,10,52,9)
C0M10Y52K9 
(0%,10%,52%,9%)
(0.00/0.10/0.52/0.09)	

CMYK percentages

%0
%10.3
%52.36
%8.63

Codes

Color #E9D16F in popluar color models

E9D16F
RGB233209111
HSL48°73.49%67.45%
HSB/HSV48°52.36%91.37%
CMYK0.00%10.30%52.36%
8.63%

Color #E9D16F in popluar number systems.

HEXE9D16F
Decimal233209111
Binary11101001110100011101111
Octal351321157

Shades and tints

Shades of #E9D16F

#E9D16F
(233,209,111)
#D4BE65
(212,190,101)
#BFAB5B
(191,171,91)
#AA9851
(170,152,81)
#958547
(149,133,71)
#80723D
(128,114,61)
#6B5F33
(107,95,51)
#564C29
(86,76,41)
#41391F
(65,57,31)
#2C2615
(44,38,21)
#17130B
(23,19,11)
#000000
(0,0,0)

Tints of #E9D16F

#E9D16F
(233,209,111)
#EBD57C
(235,213,124)
#EDD989
(237,217,137)
#EFDD96
(239,221,150)
#F1E1A3
(241,225,163)
#F3E5B0
(243,229,176)
#F5E9BD
(245,233,189)
#F7EDCA
(247,237,202)
#F9F1D7
(249,241,215)
#FBF5E4
(251,245,228)
#FDF9F1
(253,249,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E9D16F color. Also use rgb(233,209,111) instead hex code.

Text Font Color

.myTextColor { color: #E9D16F; }

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

This text font color is #E9D16F.


Background Color

.myBgColor { background-color: #E9D16F; }

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

This div background color is #E9D16F.


Border color

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

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

This div border color is #E9D16F.


Opacity

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

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

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

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

This text has shadow with #E9D16F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E9D16F on black background.


Color preview on white background

This text has color #E9D16F on white background.



Black color preview on #E9D16F background

This text has black color on #E9D16F background.


White color preview on #E9D16F background

This text has white color on #E9D16F background.