COLOR #E0E08D

HEX: #E0E08D
RGB: (224,224,141)

Color info

#E0E08D contains mainly red and green colors. Web safe color of #E0E08D is #CCCC99 (or #CC9).

RGB color model

#E0E08D color RGB value is (224,224,141).

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

RGB channels and saturation

R 224 of 255 = 88%
G 224 of 255 = 88%
B 141 of 255 = 55%

224
224
141

R + G + B ~ 77%. #E0E08D is quite light color.

Portions of RGB colors in percentages

R + G + B =
224 + 224 + 141 = 589 (100%)
R 224 of 589 ~ 38.03%
G 224 of 589 ~ 38.03%
B 141 of 589 ~ 23.94%

%38.03
%38.03
%23.94

CMYK color model

#E0E08D color CMYK value is (0,0,37,12).

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 37.05%
  • key color value is 12.16%
CMYK:
(0,0,37,12)
C0M0Y37K12 
(0%,0%,37%,12%)
(0.00/0.00/0.37/0.12)	

CMYK percentages

%0
%0
%37.05
%12.16

Codes

Color #E0E08D in popluar color models

E0E08D
RGB224224141
HSL60°57.24%71.57%
HSB/HSV60°37.05%87.84%
CMYK0.00%0.00%37.05%
12.16%

Color #E0E08D in popluar number systems.

HEXE0E08D
Decimal224224141
Binary111000001110000010001101
Octal340340215

Shades and tints

Shades of #E0E08D

#E0E08D
(224,224,141)
#CCCC81
(204,204,129)
#B8B875
(184,184,117)
#A4A469
(164,164,105)
#90905D
(144,144,93)
#7C7C51
(124,124,81)
#686845
(104,104,69)
#545439
(84,84,57)
#40402D
(64,64,45)
#2C2C21
(44,44,33)
#181815
(24,24,21)
#000000
(0,0,0)

Tints of #E0E08D

#E0E08D
(224,224,141)
#E2E297
(226,226,151)
#E4E4A1
(228,228,161)
#E6E6AB
(230,230,171)
#E8E8B5
(232,232,181)
#EAEABF
(234,234,191)
#ECECC9
(236,236,201)
#EEEED3
(238,238,211)
#F0F0DD
(240,240,221)
#F2F2E7
(242,242,231)
#F4F4F1
(244,244,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E0E08D; }

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

This text font color is #E0E08D.


Background Color

.myBgColor { background-color: #E0E08D; }

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

This div background color is #E0E08D.


Border color

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

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

This div border color is #E0E08D.


Opacity

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

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

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

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

This text has shadow with #E0E08D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E0E08D on black background.


Color preview on white background

This text has color #E0E08D on white background.



Black color preview on #E0E08D background

This text has black color on #E0E08D background.


White color preview on #E0E08D background

This text has white color on #E0E08D background.