COLOR #E2E58B

HEX: #E2E58B RGB: (226,229,139)

Color info

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

RGB color model

#E2E58B color RGB value is (226,229,139).

RGB: (226,229,139) (89%, 90%, 55%)

RGB channels and saturation

R 226 of 255 = 89%
G 229 of 255 = 90%
B 139 of 255 = 55%

226
229
139

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

Portions of RGB colors in percentages

R + G + B = 226 + 229 + 139 = 594 (100%)
R 226 of 594 ~ 38.05%
G 229 of 594 ~ 38.55%
B 139 of 594 ~ 23.4'%

%38.05
%38.55
%23.4

CMYK color model

#E2E58B color CMYK value is (1,0,39,10).

  • cyan value is 1.31%
  • magenta value is 0.00%
  • yellow value is 39.30%
  • key color value is 10.20%

CMYK: (1,0,39,10)
C1M0Y39K10 (1%, 0%, 39%, 10%)
(0.01 / 0.00 / 0.39 / 0.10)

CMYK percentages

%1.31
%0
%39.3
%10.2

Codes

Color #E2E58B in popluar color models

E2 E5 8B
RGB 226 229 139
HSL 62° 63.38% 72.16%
HSB/HSV 62° 39.30% 89.80%
CMYK 1.31% 0.00% 39.30%
10.20%

Color #E2E58B in popluar number systems.

HEX E2 E5 8B
Decimal 226 229 139
Binary 11100010 11100101 10001011
Octal 342 345 213

Shades and tints

Shades of #E2E58B

#E2E58B
(226,229,139)
#CED17F
(206,209,127)
#BABD73
(186,189,115)
#A6A967
(166,169,103)
#92955B
(146,149,91)
#7E814F
(126,129,79)
#6A6D43
(106,109,67)
#565937
(86,89,55)
#42452B
(66,69,43)
#2E311F
(46,49,31)
#1A1D13
(26,29,19)
#000000
(0,0,0)

Tints of #E2E58B

#E2E58B
(226,229,139)
#E4E795
(228,231,149)
#E6E99F
(230,233,159)
#E8EBA9
(232,235,169)
#EAEDB3
(234,237,179)
#ECEFBD
(236,239,189)
#EEF1C7
(238,241,199)
#F0F3D1
(240,243,209)
#F2F5DB
(242,245,219)
#F4F7E5
(244,247,229)
#F6F9EF
(246,249,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E2E58B color. Also use rgb(226,229,139) instead hex code.

Text Font Color

.myTextColor { color: #E2E58B; }

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

This text font color is #E2E58B.

Background Color

.myBgColor { background-color: #E2E58B; }

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

This div background color is #E2E58B.

Border color

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

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

This div border color is #E2E58B.

Opacity

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

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

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

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

This text has shadow with #E2E58B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E2E58B.

Preview

Color preview on black background

This text has color #E2E58B on black background.


Color preview on white background

This text has color #E2E58B on white background.


Black color preview on #E2E58B background

This text has black color on #E2E58B background.


White color preview on #E2E58B background

This text has white color on #E2E58B background.


Related colors

Complementary color

Complementary color for #hex is #1D1A74.


I love getcolorcode.com

Triadic colors

1 #8BE2E5 and #E58BE2 with #E2E58B are triadic colors.

2 #8BE5E2 and #E5E28B with #E2E58B are triadic colors.