COLOR #E2E883

HEX: #E2E883
RGB: (226,232,131)

Color info

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

RGB color model

#E2E883 color RGB value is (226,232,131).

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

RGB channels and saturation

R 226 of 255 = 89%
G 232 of 255 = 91%
B 131 of 255 = 51%

226
232
131

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

Portions of RGB colors in percentages

R + G + B =
226 + 232 + 131 = 589 (100%)
R 226 of 589 ~ 38.37%
G 232 of 589 ~ 39.39%
B 131 of 589 ~ 22.24%

%38.37
%39.39
%22.24

CMYK color model

#E2E883 color CMYK value is (3,0,44,9).

  • cyan value is 2.59%
  • magenta value is 0.00%
  • yellow value is 43.53%
  • key color value is 9.02%
CMYK:
(3,0,44,9)
C3M0Y44K9 
(3%,0%,44%,9%)
(0.03/0.00/0.44/0.09)	

CMYK percentages

%2.59
%0
%43.53
%9.02

Codes

Color #E2E883 in popluar color models

E2E883
RGB226232131
HSL64°68.71%71.18%
HSB/HSV64°43.53%90.98%
CMYK2.59%0.00%43.53%
9.02%

Color #E2E883 in popluar number systems.

HEXE2E883
Decimal226232131
Binary111000101110100010000011
Octal342350203

Shades and tints

Shades of #E2E883

#E2E883
(226,232,131)
#CED378
(206,211,120)
#BABE6D
(186,190,109)
#A6A962
(166,169,98)
#929457
(146,148,87)
#7E7F4C
(126,127,76)
#6A6A41
(106,106,65)
#565536
(86,85,54)
#42402B
(66,64,43)
#2E2B20
(46,43,32)
#1A1615
(26,22,21)
#000000
(0,0,0)

Tints of #E2E883

#E2E883
(226,232,131)
#E4EA8E
(228,234,142)
#E6EC99
(230,236,153)
#E8EEA4
(232,238,164)
#EAF0AF
(234,240,175)
#ECF2BA
(236,242,186)
#EEF4C5
(238,244,197)
#F0F6D0
(240,246,208)
#F2F8DB
(242,248,219)
#F4FAE6
(244,250,230)
#F6FCF1
(246,252,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E2E883; }

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

This text font color is #E2E883.


Background Color

.myBgColor { background-color: #E2E883; }

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

This div background color is #E2E883.


Border color

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

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

This div border color is #E2E883.


Opacity

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

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

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

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

This text has shadow with #E2E883 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E2E883 on black background.


Color preview on white background

This text has color #E2E883 on white background.



Black color preview on #E2E883 background

This text has black color on #E2E883 background.


White color preview on #E2E883 background

This text has white color on #E2E883 background.