COLOR #E8D16D

HEX: #E8D16D
RGB: (232,209,109)

Color info

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

RGB color model

#E8D16D color RGB value is (232,209,109).

  • red value is 232;
  • green value is 209;
  • blue value is 109.
RGB:
(232,209,109)
(91%,82%,43%)

RGB channels and saturation

R 232 of 255 = 91%
G 209 of 255 = 82%
B 109 of 255 = 43%

232
209
109

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

Portions of RGB colors in percentages

R + G + B =
232 + 209 + 109 = 550 (100%)
R 232 of 550 ~ 42.18%
G 209 of 550 ~ 38%
B 109 of 550 ~ 19.82%

%42.18
%38
%19.82

CMYK color model

#E8D16D color CMYK value is (0,10,53,9).

  • cyan value is 0.00%
  • magenta value is 9.91%
  • yellow value is 53.02%
  • key color value is 9.02%
CMYK:
(0,10,53,9)
C0M10Y53K9 
(0%,10%,53%,9%)
(0.00/0.10/0.53/0.09)	

CMYK percentages

%0
%9.91
%53.02
%9.02

Codes

Color #E8D16D in popluar color models

E8D16D
RGB232209109
HSL49°72.78%66.86%
HSB/HSV49°53.02%90.98%
CMYK0.00%9.91%53.02%
9.02%

Color #E8D16D in popluar number systems.

HEXE8D16D
Decimal232209109
Binary11101000110100011101101
Octal350321155

Shades and tints

Shades of #E8D16D

#E8D16D
(232,209,109)
#D3BE64
(211,190,100)
#BEAB5B
(190,171,91)
#A99852
(169,152,82)
#948549
(148,133,73)
#7F7240
(127,114,64)
#6A5F37
(106,95,55)
#554C2E
(85,76,46)
#403925
(64,57,37)
#2B261C
(43,38,28)
#161313
(22,19,19)
#000000
(0,0,0)

Tints of #E8D16D

#E8D16D
(232,209,109)
#EAD57A
(234,213,122)
#ECD987
(236,217,135)
#EEDD94
(238,221,148)
#F0E1A1
(240,225,161)
#F2E5AE
(242,229,174)
#F4E9BB
(244,233,187)
#F6EDC8
(246,237,200)
#F8F1D5
(248,241,213)
#FAF5E2
(250,245,226)
#FCF9EF
(252,249,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E8D16D color. Also use rgb(232,209,109) instead hex code.

Text Font Color

.myTextColor { color: #E8D16D; }

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

This text font color is #E8D16D.


Background Color

.myBgColor { background-color: #E8D16D; }

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

This div background color is #E8D16D.


Border color

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

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

This div border color is #E8D16D.


Opacity

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

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

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

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

This text has shadow with #E8D16D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E8D16D on black background.


Color preview on white background

This text has color #E8D16D on white background.



Black color preview on #E8D16D background

This text has black color on #E8D16D background.


White color preview on #E8D16D background

This text has white color on #E8D16D background.