COLOR #E8D856

HEX: #E8D856
RGB: (232,216,86)

Color info

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

RGB color model

#E8D856 color RGB value is (232,216,86).

  • red value is 232;
  • green value is 216;
  • blue value is 86.
RGB:
(232,216,86)
(91%,85%,34%)

RGB channels and saturation

R 232 of 255 = 91%
G 216 of 255 = 85%
B 86 of 255 = 34%

232
216
86

R + G + B ~ 70%. #E8D856 is quite light color.

Portions of RGB colors in percentages

R + G + B =
232 + 216 + 86 = 534 (100%)
R 232 of 534 ~ 43.45%
G 216 of 534 ~ 40.45%
B 86 of 534 ~ 16.1%

%43.45
%40.45
%16.1

CMYK color model

#E8D856 color CMYK value is (0,7,63,9).

  • cyan value is 0.00%
  • magenta value is 6.90%
  • yellow value is 62.93%
  • key color value is 9.02%
CMYK:
(0,7,63,9)
C0M7Y63K9 
(0%,7%,63%,9%)
(0.00/0.07/0.63/0.09)	

CMYK percentages

%0
%6.9
%62.93
%9.02

Codes

Color #E8D856 in popluar color models

E8D856
RGB23221686
HSL53°76.04%62.35%
HSB/HSV53°62.93%90.98%
CMYK0.00%6.90%62.93%
9.02%

Color #E8D856 in popluar number systems.

HEXE8D856
Decimal23221686
Binary11101000110110001010110
Octal350330126

Shades and tints

Shades of #E8D856

#E8D856
(232,216,86)
#D3C54F
(211,197,79)
#BEB248
(190,178,72)
#A99F41
(169,159,65)
#948C3A
(148,140,58)
#7F7933
(127,121,51)
#6A662C
(106,102,44)
#555325
(85,83,37)
#40401E
(64,64,30)
#2B2D17
(43,45,23)
#161A10
(22,26,16)
#000000
(0,0,0)

Tints of #E8D856

#E8D856
(232,216,86)
#EADB65
(234,219,101)
#ECDE74
(236,222,116)
#EEE183
(238,225,131)
#F0E492
(240,228,146)
#F2E7A1
(242,231,161)
#F4EAB0
(244,234,176)
#F6EDBF
(246,237,191)
#F8F0CE
(248,240,206)
#FAF3DD
(250,243,221)
#FCF6EC
(252,246,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E8D856 color. Also use rgb(232,216,86) instead hex code.

Text Font Color

.myTextColor { color: #E8D856; }

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

This text font color is #E8D856.


Background Color

.myBgColor { background-color: #E8D856; }

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

This div background color is #E8D856.


Border color

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

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

This div border color is #E8D856.


Opacity

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

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

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

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

This text has shadow with #E8D856 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E8D856 on black background.


Color preview on white background

This text has color #E8D856 on white background.



Black color preview on #E8D856 background

This text has black color on #E8D856 background.


White color preview on #E8D856 background

This text has white color on #E8D856 background.