COLOR #E2EA9B

HEX: #E2EA9B RGB: (226,234,155)

Color info

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

RGB color model

#E2EA9B color RGB value is (226,234,155).

RGB: (226,234,155) (89%, 92%, 61%)

RGB channels and saturation

R 226 of 255 = 89%
G 234 of 255 = 92%
B 155 of 255 = 61%

226
234
155

R + G + B ~ 81%. #E2EA9B is quite light color.

Portions of RGB colors in percentages

R + G + B = 226 + 234 + 155 = 615 (100%)
R 226 of 615 ~ 36.75%
G 234 of 615 ~ 38.05%
B 155 of 615 ~ 25.2'%

%36.75
%38.05
%25.2

CMYK color model

#E2EA9B color CMYK value is (3,0,34,8).

  • cyan value is 3.42%
  • magenta value is 0.00%
  • yellow value is 33.76%
  • key color value is 8.24%

CMYK: (3,0,34,8)
C3M0Y34K8 (3%, 0%, 34%, 8%)
(0.03 / 0.00 / 0.34 / 0.08)

CMYK percentages

%3.42
%0
%33.76
%8.24

Codes

Color #E2EA9B in popluar color models

E2 EA 9B
RGB 226 234 155
HSL 66° 65.29% 76.27%
HSB/HSV 66° 33.76% 91.76%
CMYK 3.42% 0.00% 33.76%
8.24%

Color #E2EA9B in popluar number systems.

HEX E2 EA 9B
Decimal 226 234 155
Binary 11100010 11101010 10011011
Octal 342 352 233

Shades and tints

Shades of #E2EA9B

#E2EA9B
(226,234,155)
#CED58D
(206,213,141)
#BAC07F
(186,192,127)
#A6AB71
(166,171,113)
#929663
(146,150,99)
#7E8155
(126,129,85)
#6A6C47
(106,108,71)
#565739
(86,87,57)
#42422B
(66,66,43)
#2E2D1D
(46,45,29)
#1A180F
(26,24,15)
#000000
(0,0,0)

Tints of #E2EA9B

#E2EA9B
(226,234,155)
#E4EBA4
(228,235,164)
#E6ECAD
(230,236,173)
#E8EDB6
(232,237,182)
#EAEEBF
(234,238,191)
#ECEFC8
(236,239,200)
#EEF0D1
(238,240,209)
#F0F1DA
(240,241,218)
#F2F2E3
(242,242,227)
#F4F3EC
(244,243,236)
#F6F4F5
(246,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E2EA9B color. Also use rgb(226,234,155) instead hex code.

Text Font Color

.myTextColor { color: #E2EA9B; }

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

This text font color is #E2EA9B.

Background Color

.myBgColor { background-color: #E2EA9B; }

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

This div background color is #E2EA9B.

Border color

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

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

This div border color is #E2EA9B.

Opacity

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

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

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

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

This text has shadow with #E2EA9B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E2EA9B.

Preview

Color preview on black background

This text has color #E2EA9B on black background.


Color preview on white background

This text has color #E2EA9B on white background.


Black color preview on #E2EA9B background

This text has black color on #E2EA9B background.


White color preview on #E2EA9B background

This text has white color on #E2EA9B background.


Related colors

Complementary color

Complementary color for #hex is #1D1564.


I love getcolorcode.com

Triadic colors

1 #9BE2EA and #EA9BE2 with #E2EA9B are triadic colors.

2 #9BEAE2 and #EAE29B with #E2EA9B are triadic colors.