COLOR #E0E073

HEX: #E0E073
RGB: (224,224,115)

Color info

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

RGB color model

#E0E073 color RGB value is (224,224,115).

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

RGB channels and saturation

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

224
224
115

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

Portions of RGB colors in percentages

R + G + B =
224 + 224 + 115 = 563 (100%)
R 224 of 563 ~ 39.79%
G 224 of 563 ~ 39.79%
B 115 of 563 ~ 20.43%

%39.79
%39.79
%20.43

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 48.66%
  • 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
%48.66
%12.16

Codes

Color #E0E073 in popluar color models

E0E073
RGB224224115
HSL60°63.74%66.47%
HSB/HSV60°48.66%87.84%
CMYK0.00%0.00%48.66%
12.16%

Color #E0E073 in popluar number systems.

HEXE0E073
Decimal224224115
Binary11100000111000001110011
Octal340340163

Shades and tints

Shades of #E0E073

#E0E073
(224,224,115)
#CCCC69
(204,204,105)
#B8B85F
(184,184,95)
#A4A455
(164,164,85)
#90904B
(144,144,75)
#7C7C41
(124,124,65)
#686837
(104,104,55)
#54542D
(84,84,45)
#404023
(64,64,35)
#2C2C19
(44,44,25)
#18180F
(24,24,15)
#000000
(0,0,0)

Tints of #E0E073

#E0E073
(224,224,115)
#E2E27F
(226,226,127)
#E4E48B
(228,228,139)
#E6E697
(230,230,151)
#E8E8A3
(232,232,163)
#EAEAAF
(234,234,175)
#ECECBB
(236,236,187)
#EEEEC7
(238,238,199)
#F0F0D3
(240,240,211)
#F2F2DF
(242,242,223)
#F4F4EB
(244,244,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E0E073; }

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

This text font color is #E0E073.


Background Color

.myBgColor { background-color: #E0E073; }

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

This div background color is #E0E073.


Border color

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

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

This div border color is #E0E073.


Opacity

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

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

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

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

This text has shadow with #E0E073 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E0E073 on black background.


Color preview on white background

This text has color #E0E073 on white background.



Black color preview on #E0E073 background

This text has black color on #E0E073 background.


White color preview on #E0E073 background

This text has white color on #E0E073 background.