COLOR #E0E29E

HEX: #E0E29E RGB: (224,226,158)

Color info

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

RGB color model

#E0E29E color RGB value is (224,226,158).

RGB: (224,226,158) (88%, 89%, 62%)

RGB channels and saturation

R 224 of 255 = 88%
G 226 of 255 = 89%
B 158 of 255 = 62%

224
226
158

R + G + B ~ 80%. #E0E29E is quite light color.

Portions of RGB colors in percentages

R + G + B = 224 + 226 + 158 = 608 (100%)
R 224 of 608 ~ 36.84%
G 226 of 608 ~ 37.17%
B 158 of 608 ~ 25.99'%

%36.84
%37.17
%25.99

CMYK color model

#E0E29E color CMYK value is (1,0,30,11).

  • cyan value is 0.88%
  • magenta value is 0.00%
  • yellow value is 30.09%
  • key color value is 11.37%

CMYK: (1,0,30,11)
C1M0Y30K11 (1%, 0%, 30%, 11%)
(0.01 / 0.00 / 0.30 / 0.11)

CMYK percentages

%0.88
%0
%30.09
%11.37

Codes

Color #E0E29E in popluar color models

E0 E2 9E
RGB 224 226 158
HSL 62° 53.97% 75.29%
HSB/HSV 62° 30.09% 88.63%
CMYK 0.88% 0.00% 30.09%
11.37%

Color #E0E29E in popluar number systems.

HEX E0 E2 9E
Decimal 224 226 158
Binary 11100000 11100010 10011110
Octal 340 342 236

Shades and tints

Shades of #E0E29E

#E0E29E
(224,226,158)
#CCCE90
(204,206,144)
#B8BA82
(184,186,130)
#A4A674
(164,166,116)
#909266
(144,146,102)
#7C7E58
(124,126,88)
#686A4A
(104,106,74)
#54563C
(84,86,60)
#40422E
(64,66,46)
#2C2E20
(44,46,32)
#181A12
(24,26,18)
#000000
(0,0,0)

Tints of #E0E29E

#E0E29E
(224,226,158)
#E2E4A6
(226,228,166)
#E4E6AE
(228,230,174)
#E6E8B6
(230,232,182)
#E8EABE
(232,234,190)
#EAECC6
(234,236,198)
#ECEECE
(236,238,206)
#EEF0D6
(238,240,214)
#F0F2DE
(240,242,222)
#F2F4E6
(242,244,230)
#F4F6EE
(244,246,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E0E29E color. Also use rgb(224,226,158) instead hex code.

Text Font Color

.myTextColor { color: #E0E29E; }

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

This text font color is #E0E29E.

Background Color

.myBgColor { background-color: #E0E29E; }

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

This div background color is #E0E29E.

Border color

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

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

This div border color is #E0E29E.

Opacity

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

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

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

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

This text has shadow with #E0E29E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E0E29E.

Preview

Color preview on black background

This text has color #E0E29E on black background.


Color preview on white background

This text has color #E0E29E on white background.


Black color preview on #E0E29E background

This text has black color on #E0E29E background.


White color preview on #E0E29E background

This text has white color on #E0E29E background.


Related colors

Complementary color

Complementary color for #hex is #1F1D61.


I love getcolorcode.com

Triadic colors

1 #9EE0E2 and #E29EE0 with #E0E29E are triadic colors.

2 #9EE2E0 and #E2E09E with #E0E29E are triadic colors.