COLOR #E2E88C

HEX: #E2E88C
RGB: (226,232,140)

Color info

#E2E88C contains mainly red and green colors. Web safe color of #E2E88C is #CCFF99 (or #CF9).

RGB color model

#E2E88C color RGB value is (226,232,140).

  • red value is 226;
  • green value is 232;
  • blue value is 140.
RGB:
(226,232,140)
(89%,91%,55%)

RGB channels and saturation

R 226 of 255 = 89%
G 232 of 255 = 91%
B 140 of 255 = 55%

226
232
140

R + G + B ~ 78%. #E2E88C is quite light color.

Portions of RGB colors in percentages

R + G + B =
226 + 232 + 140 = 598 (100%)
R 226 of 598 ~ 37.79%
G 232 of 598 ~ 38.8%
B 140 of 598 ~ 23.41%

%37.79
%38.8
%23.41

CMYK color model

#E2E88C color CMYK value is (3,0,40,9).

  • cyan value is 2.59%
  • magenta value is 0.00%
  • yellow value is 39.66%
  • key color value is 9.02%
CMYK:
(3,0,40,9)
C3M0Y40K9 
(3%,0%,40%,9%)
(0.03/0.00/0.40/0.09)	

CMYK percentages

%2.59
%0
%39.66
%9.02

Codes

Color #E2E88C in popluar color models

E2E88C
RGB226232140
HSL64°66.67%72.94%
HSB/HSV64°39.66%90.98%
CMYK2.59%0.00%39.66%
9.02%

Color #E2E88C in popluar number systems.

HEXE2E88C
Decimal226232140
Binary111000101110100010001100
Octal342350214

Shades and tints

Shades of #E2E88C

#E2E88C
(226,232,140)
#CED380
(206,211,128)
#BABE74
(186,190,116)
#A6A968
(166,169,104)
#92945C
(146,148,92)
#7E7F50
(126,127,80)
#6A6A44
(106,106,68)
#565538
(86,85,56)
#42402C
(66,64,44)
#2E2B20
(46,43,32)
#1A1614
(26,22,20)
#000000
(0,0,0)

Tints of #E2E88C

#E2E88C
(226,232,140)
#E4EA96
(228,234,150)
#E6ECA0
(230,236,160)
#E8EEAA
(232,238,170)
#EAF0B4
(234,240,180)
#ECF2BE
(236,242,190)
#EEF4C8
(238,244,200)
#F0F6D2
(240,246,210)
#F2F8DC
(242,248,220)
#F4FAE6
(244,250,230)
#F6FCF0
(246,252,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E2E88C color. Also use rgb(226,232,140) instead hex code.

Text Font Color

.myTextColor { color: #E2E88C; }

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

This text font color is #E2E88C.


Background Color

.myBgColor { background-color: #E2E88C; }

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

This div background color is #E2E88C.


Border color

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

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

This div border color is #E2E88C.


Opacity

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

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

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

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

This text has shadow with #E2E88C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E2E88C on black background.


Color preview on white background

This text has color #E2E88C on white background.



Black color preview on #E2E88C background

This text has black color on #E2E88C background.


White color preview on #E2E88C background

This text has white color on #E2E88C background.