COLOR #E8E714

HEX: #E8E714
RGB: (232,231,20)

Color info

#E8E714 contains mainly red and green colors. Web safe color of #E8E714 is #FFFF00 (or #FF0).

RGB color model

#E8E714 color RGB value is (232,231,20).

  • red value is 232;
  • green value is 231;
  • blue value is 20.
RGB:
(232,231,20)
(91%,91%,8%)

RGB channels and saturation

R 232 of 255 = 91%
G 231 of 255 = 91%
B 20 of 255 = 8%

232
231
20

R + G + B ~ 63%. #E8E714 is quite light color.

Portions of RGB colors in percentages

R + G + B =
232 + 231 + 20 = 483 (100%)
R 232 of 483 ~ 48.03%
G 231 of 483 ~ 47.83%
B 20 of 483 ~ 4.14%

%48.03
%47.83

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 0.43%
  • yellow value is 91.38%
  • key color value is 9.02%
CMYK:
(0,0,91,9)
C0M0Y91K9 
(0%,0%,91%,9%)
(0.00/0.00/0.91/0.09)	

CMYK percentages

%0
%0.43
%91.38
%9.02

Codes

Color #E8E714 in popluar color models

E8E714
RGB23223120
HSL60°84.13%49.41%
HSB/HSV60°91.38%90.98%
CMYK0.00%0.43%91.38%
9.02%

Color #E8E714 in popluar number systems.

HEXE8E714
Decimal23223120
Binary111010001110011110100
Octal35034724

Shades and tints

Shades of #E8E714

#E8E714
(232,231,20)
#D3D213
(211,210,19)
#BEBD12
(190,189,18)
#A9A811
(169,168,17)
#949310
(148,147,16)
#7F7E0F
(127,126,15)
#6A690E
(106,105,14)
#55540D
(85,84,13)
#403F0C
(64,63,12)
#2B2A0B
(43,42,11)
#16150A
(22,21,10)
#000000
(0,0,0)

Tints of #E8E714

#E8E714
(232,231,20)
#EAE929
(234,233,41)
#ECEB3E
(236,235,62)
#EEED53
(238,237,83)
#F0EF68
(240,239,104)
#F2F17D
(242,241,125)
#F4F392
(244,243,146)
#F6F5A7
(246,245,167)
#F8F7BC
(248,247,188)
#FAF9D1
(250,249,209)
#FCFBE6
(252,251,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E8E714 color. Also use rgb(232,231,20) instead hex code.

Text Font Color

.myTextColor { color: #E8E714; }

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

This text font color is #E8E714.


Background Color

.myBgColor { background-color: #E8E714; }

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

This div background color is #E8E714.


Border color

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

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

This div border color is #E8E714.


Opacity

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

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

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

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

This text has shadow with #E8E714 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E8E714 on black background.


Color preview on white background

This text has color #E8E714 on white background.



Black color preview on #E8E714 background

This text has black color on #E8E714 background.


White color preview on #E8E714 background

This text has white color on #E8E714 background.