COLOR #E0E072

HEX: #E0E072
RGB: (224,224,114)

Color info

#E0E072 contains mainly red and green colors. Web safe color of #E0E072 is #CCCC66 (or #CC6).

RGB color model

#E0E072 color RGB value is (224,224,114).

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

RGB channels and saturation

R 224 of 255 = 88%
G 224 of 255 = 88%
B 114 of 255 = 45%

224
224
114

R + G + B ~ 74%. #E0E072 is quite light color.

Portions of RGB colors in percentages

R + G + B =
224 + 224 + 114 = 562 (100%)
R 224 of 562 ~ 39.86%
G 224 of 562 ~ 39.86%
B 114 of 562 ~ 20.28%

%39.86
%39.86
%20.28

CMYK color model

#E0E072 color CMYK value is (0,0,49,12).

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 49.11%
  • key color value is 12.16%
CMYK:
(0,0,49,12)
C0M0Y49K12 
(0%,0%,49%,12%)
(0.00/0.00/0.49/0.12)	

CMYK percentages

%0
%0
%49.11
%12.16

Codes

Color #E0E072 in popluar color models

E0E072
RGB224224114
HSL60°63.95%66.27%
HSB/HSV60°49.11%87.84%
CMYK0.00%0.00%49.11%
12.16%

Color #E0E072 in popluar number systems.

HEXE0E072
Decimal224224114
Binary11100000111000001110010
Octal340340162

Shades and tints

Shades of #E0E072

#E0E072
(224,224,114)
#CCCC68
(204,204,104)
#B8B85E
(184,184,94)
#A4A454
(164,164,84)
#90904A
(144,144,74)
#7C7C40
(124,124,64)
#686836
(104,104,54)
#54542C
(84,84,44)
#404022
(64,64,34)
#2C2C18
(44,44,24)
#18180E
(24,24,14)
#000000
(0,0,0)

Tints of #E0E072

#E0E072
(224,224,114)
#E2E27E
(226,226,126)
#E4E48A
(228,228,138)
#E6E696
(230,230,150)
#E8E8A2
(232,232,162)
#EAEAAE
(234,234,174)
#ECECBA
(236,236,186)
#EEEEC6
(238,238,198)
#F0F0D2
(240,240,210)
#F2F2DE
(242,242,222)
#F4F4EA
(244,244,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E0E072; }

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

This text font color is #E0E072.


Background Color

.myBgColor { background-color: #E0E072; }

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

This div background color is #E0E072.


Border color

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

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

This div border color is #E0E072.


Opacity

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

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

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

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

This text has shadow with #E0E072 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E0E072 on black background.


Color preview on white background

This text has color #E0E072 on white background.



Black color preview on #E0E072 background

This text has black color on #E0E072 background.


White color preview on #E0E072 background

This text has white color on #E0E072 background.