COLOR #E8D87E

HEX: #E8D87E
RGB: (232,216,126)

Color info

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

RGB color model

#E8D87E color RGB value is (232,216,126).

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

RGB channels and saturation

R 232 of 255 = 91%
G 216 of 255 = 85%
B 126 of 255 = 49%

232
216
126

R + G + B ~ 75%. #E8D87E is quite light color.

Portions of RGB colors in percentages

R + G + B =
232 + 216 + 126 = 574 (100%)
R 232 of 574 ~ 40.42%
G 216 of 574 ~ 37.63%
B 126 of 574 ~ 21.95%

%40.42
%37.63
%21.95

CMYK color model

#E8D87E color CMYK value is (0,7,46,9).

  • cyan value is 0.00%
  • magenta value is 6.90%
  • yellow value is 45.69%
  • key color value is 9.02%
CMYK:
(0,7,46,9)
C0M7Y46K9 
(0%,7%,46%,9%)
(0.00/0.07/0.46/0.09)	

CMYK percentages

%0
%6.9
%45.69
%9.02

Codes

Color #E8D87E in popluar color models

E8D87E
RGB232216126
HSL51°69.74%70.20%
HSB/HSV51°45.69%90.98%
CMYK0.00%6.90%45.69%
9.02%

Color #E8D87E in popluar number systems.

HEXE8D87E
Decimal232216126
Binary11101000110110001111110
Octal350330176

Shades and tints

Shades of #E8D87E

#E8D87E
(232,216,126)
#D3C573
(211,197,115)
#BEB268
(190,178,104)
#A99F5D
(169,159,93)
#948C52
(148,140,82)
#7F7947
(127,121,71)
#6A663C
(106,102,60)
#555331
(85,83,49)
#404026
(64,64,38)
#2B2D1B
(43,45,27)
#161A10
(22,26,16)
#000000
(0,0,0)

Tints of #E8D87E

#E8D87E
(232,216,126)
#EADB89
(234,219,137)
#ECDE94
(236,222,148)
#EEE19F
(238,225,159)
#F0E4AA
(240,228,170)
#F2E7B5
(242,231,181)
#F4EAC0
(244,234,192)
#F6EDCB
(246,237,203)
#F8F0D6
(248,240,214)
#FAF3E1
(250,243,225)
#FCF6EC
(252,246,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E8D87E; }

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

This text font color is #E8D87E.


Background Color

.myBgColor { background-color: #E8D87E; }

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

This div background color is #E8D87E.


Border color

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

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

This div border color is #E8D87E.


Opacity

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

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

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

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

This text has shadow with #E8D87E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E8D87E on black background.


Color preview on white background

This text has color #E8D87E on white background.



Black color preview on #E8D87E background

This text has black color on #E8D87E background.


White color preview on #E8D87E background

This text has white color on #E8D87E background.