COLOR #E0E496

HEX: #E0E496
RGB: (224,228,150)

Color info

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

RGB color model

#E0E496 color RGB value is (224,228,150).

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

RGB channels and saturation

R 224 of 255 = 88%
G 228 of 255 = 89%
B 150 of 255 = 59%

224
228
150

R + G + B ~ 79%. #E0E496 is quite light color.

Portions of RGB colors in percentages

R + G + B =
224 + 228 + 150 = 602 (100%)
R 224 of 602 ~ 37.21%
G 228 of 602 ~ 37.87%
B 150 of 602 ~ 24.92%

%37.21
%37.87
%24.92

CMYK color model

#E0E496 color CMYK value is (2,0,34,11).

  • cyan value is 1.75%
  • magenta value is 0.00%
  • yellow value is 34.21%
  • key color value is 10.59%
CMYK:
(2,0,34,11)
C2M0Y34K11 
(2%,0%,34%,11%)
(0.02/0.00/0.34/0.11)	

CMYK percentages

%1.75
%0
%34.21
%10.59

Codes

Color #E0E496 in popluar color models

E0E496
RGB224228150
HSL63°59.09%74.12%
HSB/HSV63°34.21%89.41%
CMYK1.75%0.00%34.21%
10.59%

Color #E0E496 in popluar number systems.

HEXE0E496
Decimal224228150
Binary111000001110010010010110
Octal340344226

Shades and tints

Shades of #E0E496

#E0E496
(224,228,150)
#CCD089
(204,208,137)
#B8BC7C
(184,188,124)
#A4A86F
(164,168,111)
#909462
(144,148,98)
#7C8055
(124,128,85)
#686C48
(104,108,72)
#54583B
(84,88,59)
#40442E
(64,68,46)
#2C3021
(44,48,33)
#181C14
(24,28,20)
#000000
(0,0,0)

Tints of #E0E496

#E0E496
(224,228,150)
#E2E69F
(226,230,159)
#E4E8A8
(228,232,168)
#E6EAB1
(230,234,177)
#E8ECBA
(232,236,186)
#EAEEC3
(234,238,195)
#ECF0CC
(236,240,204)
#EEF2D5
(238,242,213)
#F0F4DE
(240,244,222)
#F2F6E7
(242,246,231)
#F4F8F0
(244,248,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E0E496; }

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

This text font color is #E0E496.


Background Color

.myBgColor { background-color: #E0E496; }

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

This div background color is #E0E496.


Border color

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

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

This div border color is #E0E496.


Opacity

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

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

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

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

This text has shadow with #E0E496 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E0E496 on black background.


Color preview on white background

This text has color #E0E496 on white background.



Black color preview on #E0E496 background

This text has black color on #E0E496 background.


White color preview on #E0E496 background

This text has white color on #E0E496 background.