COLOR #E8C870

HEX: #E8C870
RGB: (232,200,112)

Color info

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

RGB color model

#E8C870 color RGB value is (232,200,112).

  • red value is 232;
  • green value is 200;
  • blue value is 112.
RGB:
(232,200,112)
(91%,78%,44%)

RGB channels and saturation

R 232 of 255 = 91%
G 200 of 255 = 78%
B 112 of 255 = 44%

232
200
112

R + G + B ~ 71%. #E8C870 is quite light color.

Portions of RGB colors in percentages

R + G + B =
232 + 200 + 112 = 544 (100%)
R 232 of 544 ~ 42.65%
G 200 of 544 ~ 36.76%
B 112 of 544 ~ 20.59%

%42.65
%36.76
%20.59

CMYK color model

#E8C870 color CMYK value is (0,14,52,9).

  • cyan value is 0.00%
  • magenta value is 13.79%
  • yellow value is 51.72%
  • key color value is 9.02%
CMYK:
(0,14,52,9)
C0M14Y52K9 
(0%,14%,52%,9%)
(0.00/0.14/0.52/0.09)	

CMYK percentages

%0
%13.79
%51.72
%9.02

Codes

Color #E8C870 in popluar color models

E8C870
RGB232200112
HSL44°72.29%67.45%
HSB/HSV44°51.72%90.98%
CMYK0.00%13.79%51.72%
9.02%

Color #E8C870 in popluar number systems.

HEXE8C870
Decimal232200112
Binary11101000110010001110000
Octal350310160

Shades and tints

Shades of #E8C870

#E8C870
(232,200,112)
#D3B666
(211,182,102)
#BEA45C
(190,164,92)
#A99252
(169,146,82)
#948048
(148,128,72)
#7F6E3E
(127,110,62)
#6A5C34
(106,92,52)
#554A2A
(85,74,42)
#403820
(64,56,32)
#2B2616
(43,38,22)
#16140C
(22,20,12)
#000000
(0,0,0)

Tints of #E8C870

#E8C870
(232,200,112)
#EACD7D
(234,205,125)
#ECD28A
(236,210,138)
#EED797
(238,215,151)
#F0DCA4
(240,220,164)
#F2E1B1
(242,225,177)
#F4E6BE
(244,230,190)
#F6EBCB
(246,235,203)
#F8F0D8
(248,240,216)
#FAF5E5
(250,245,229)
#FCFAF2
(252,250,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E8C870 color. Also use rgb(232,200,112) instead hex code.

Text Font Color

.myTextColor { color: #E8C870; }

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

This text font color is #E8C870.


Background Color

.myBgColor { background-color: #E8C870; }

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

This div background color is #E8C870.


Border color

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

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

This div border color is #E8C870.


Opacity

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

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

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

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

This text has shadow with #E8C870 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E8C870 on black background.


Color preview on white background

This text has color #E8C870 on white background.



Black color preview on #E8C870 background

This text has black color on #E8C870 background.


White color preview on #E8C870 background

This text has white color on #E8C870 background.