COLOR #E0E015

HEX: #E0E015
RGB: (224,224,21)

Color info

#E0E015 contains mainly red and green colors. Web safe color of #E0E015 is #CCCC00 (or #CC0).

RGB color model

#E0E015 color RGB value is (224,224,21).

  • red value is 224;
  • green value is 224;
  • blue value is 21.
RGB:
(224,224,21)
(88%,88%,8%)

RGB channels and saturation

R 224 of 255 = 88%
G 224 of 255 = 88%
B 21 of 255 = 8%

224
224
21

R + G + B ~ 61%. #E0E015 is quite light color.

Portions of RGB colors in percentages

R + G + B =
224 + 224 + 21 = 469 (100%)
R 224 of 469 ~ 47.76%
G 224 of 469 ~ 47.76%
B 21 of 469 ~ 4.48%

%47.76
%47.76

CMYK color model

#E0E015 color CMYK value is (0,0,91,12).

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 90.63%
  • key color value is 12.16%
CMYK:
(0,0,91,12)
C0M0Y91K12 
(0%,0%,91%,12%)
(0.00/0.00/0.91/0.12)	

CMYK percentages

%0
%0
%90.63
%12.16

Codes

Color #E0E015 in popluar color models

E0E015
RGB22422421
HSL60°82.86%48.04%
HSB/HSV60°90.63%87.84%
CMYK0.00%0.00%90.63%
12.16%

Color #E0E015 in popluar number systems.

HEXE0E015
Decimal22422421
Binary111000001110000010101
Octal34034025

Shades and tints

Shades of #E0E015

#E0E015
(224,224,21)
#CCCC14
(204,204,20)
#B8B813
(184,184,19)
#A4A412
(164,164,18)
#909011
(144,144,17)
#7C7C10
(124,124,16)
#68680F
(104,104,15)
#54540E
(84,84,14)
#40400D
(64,64,13)
#2C2C0C
(44,44,12)
#18180B
(24,24,11)
#000000
(0,0,0)

Tints of #E0E015

#E0E015
(224,224,21)
#E2E22A
(226,226,42)
#E4E43F
(228,228,63)
#E6E654
(230,230,84)
#E8E869
(232,232,105)
#EAEA7E
(234,234,126)
#ECEC93
(236,236,147)
#EEEEA8
(238,238,168)
#F0F0BD
(240,240,189)
#F2F2D2
(242,242,210)
#F4F4E7
(244,244,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E0E015; }

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

This text font color is #E0E015.


Background Color

.myBgColor { background-color: #E0E015; }

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

This div background color is #E0E015.


Border color

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

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

This div border color is #E0E015.


Opacity

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

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

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

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

This text has shadow with #E0E015 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E0E015 on black background.


Color preview on white background

This text has color #E0E015 on white background.



Black color preview on #E0E015 background

This text has black color on #E0E015 background.


White color preview on #E0E015 background

This text has white color on #E0E015 background.