COLOR #E8C715

HEX: #E8C715
RGB: (232,199,21)

Color info

#E8C715 contains mainly red and green colors. Web safe color of #E8C715 is #FFCC00 (or #FC0).

RGB color model

#E8C715 color RGB value is (232,199,21).

  • red value is 232;
  • green value is 199;
  • blue value is 21.
RGB:
(232,199,21)
(91%,78%,8%)

RGB channels and saturation

R 232 of 255 = 91%
G 199 of 255 = 78%
B 21 of 255 = 8%

232
199
21

R + G + B ~ 59%. #E8C715 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
232 + 199 + 21 = 452 (100%)
R 232 of 452 ~ 51.33%
G 199 of 452 ~ 44.03%
B 21 of 452 ~ 4.65%

%51.33
%44.03

CMYK color model

#E8C715 color CMYK value is (0,14,91,9).

  • cyan value is 0.00%
  • magenta value is 14.22%
  • yellow value is 90.95%
  • key color value is 9.02%
CMYK:
(0,14,91,9)
C0M14Y91K9 
(0%,14%,91%,9%)
(0.00/0.14/0.91/0.09)	

CMYK percentages

%0
%14.22
%90.95
%9.02

Codes

Color #E8C715 in popluar color models

E8C715
RGB23219921
HSL51°83.40%49.61%
HSB/HSV51°90.95%90.98%
CMYK0.00%14.22%90.95%
9.02%

Color #E8C715 in popluar number systems.

HEXE8C715
Decimal23219921
Binary111010001100011110101
Octal35030725

Shades and tints

Shades of #E8C715

#E8C715
(232,199,21)
#D3B514
(211,181,20)
#BEA313
(190,163,19)
#A99112
(169,145,18)
#947F11
(148,127,17)
#7F6D10
(127,109,16)
#6A5B0F
(106,91,15)
#55490E
(85,73,14)
#40370D
(64,55,13)
#2B250C
(43,37,12)
#16130B
(22,19,11)
#000000
(0,0,0)

Tints of #E8C715

#E8C715
(232,199,21)
#EACC2A
(234,204,42)
#ECD13F
(236,209,63)
#EED654
(238,214,84)
#F0DB69
(240,219,105)
#F2E07E
(242,224,126)
#F4E593
(244,229,147)
#F6EAA8
(246,234,168)
#F8EFBD
(248,239,189)
#FAF4D2
(250,244,210)
#FCF9E7
(252,249,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E8C715 color. Also use rgb(232,199,21) instead hex code.

Text Font Color

.myTextColor { color: #E8C715; }

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

This text font color is #E8C715.


Background Color

.myBgColor { background-color: #E8C715; }

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

This div background color is #E8C715.


Border color

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

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

This div border color is #E8C715.


Opacity

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

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

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

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

This text has shadow with #E8C715 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E8C715 on black background.


Color preview on white background

This text has color #E8C715 on white background.



Black color preview on #E8C715 background

This text has black color on #E8C715 background.


White color preview on #E8C715 background

This text has white color on #E8C715 background.