COLOR #E0E48C

HEX: #E0E48C
RGB: (224,228,140)

Color info

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

RGB color model

#E0E48C color RGB value is (224,228,140).

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

RGB channels and saturation

R 224 of 255 = 88%
G 228 of 255 = 89%
B 140 of 255 = 55%

224
228
140

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

Portions of RGB colors in percentages

R + G + B =
224 + 228 + 140 = 592 (100%)
R 224 of 592 ~ 37.84%
G 228 of 592 ~ 38.51%
B 140 of 592 ~ 23.65%

%37.84
%38.51
%23.65

CMYK color model

#E0E48C color CMYK value is (2,0,39,11).

  • cyan value is 1.75%
  • magenta value is 0.00%
  • yellow value is 38.60%
  • key color value is 10.59%
CMYK:
(2,0,39,11)
C2M0Y39K11 
(2%,0%,39%,11%)
(0.02/0.00/0.39/0.11)	

CMYK percentages

%1.75
%0
%38.6
%10.59

Codes

Color #E0E48C in popluar color models

E0E48C
RGB224228140
HSL63°61.97%72.16%
HSB/HSV63°38.60%89.41%
CMYK1.75%0.00%38.60%
10.59%

Color #E0E48C in popluar number systems.

HEXE0E48C
Decimal224228140
Binary111000001110010010001100
Octal340344214

Shades and tints

Shades of #E0E48C

#E0E48C
(224,228,140)
#CCD080
(204,208,128)
#B8BC74
(184,188,116)
#A4A868
(164,168,104)
#90945C
(144,148,92)
#7C8050
(124,128,80)
#686C44
(104,108,68)
#545838
(84,88,56)
#40442C
(64,68,44)
#2C3020
(44,48,32)
#181C14
(24,28,20)
#000000
(0,0,0)

Tints of #E0E48C

#E0E48C
(224,228,140)
#E2E696
(226,230,150)
#E4E8A0
(228,232,160)
#E6EAAA
(230,234,170)
#E8ECB4
(232,236,180)
#EAEEBE
(234,238,190)
#ECF0C8
(236,240,200)
#EEF2D2
(238,242,210)
#F0F4DC
(240,244,220)
#F2F6E6
(242,246,230)
#F4F8F0
(244,248,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E0E48C; }

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

This text font color is #E0E48C.


Background Color

.myBgColor { background-color: #E0E48C; }

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

This div background color is #E0E48C.


Border color

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

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

This div border color is #E0E48C.


Opacity

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

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

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

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

This text has shadow with #E0E48C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E0E48C on black background.


Color preview on white background

This text has color #E0E48C on white background.



Black color preview on #E0E48C background

This text has black color on #E0E48C background.


White color preview on #E0E48C background

This text has white color on #E0E48C background.