COLOR #E2DE99

HEX: #E2DE99 RGB: (226,222,153)

Color info

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

RGB color model

#E2DE99 color RGB value is (226,222,153).

RGB: (226,222,153) (89%, 87%, 60%)

RGB channels and saturation

R 226 of 255 = 89%
G 222 of 255 = 87%
B 153 of 255 = 60%

226
222
153

R + G + B ~ 79%. #E2DE99 is quite light color.

Portions of RGB colors in percentages

R + G + B = 226 + 222 + 153 = 601 (100%)
R 226 of 601 ~ 37.6%
G 222 of 601 ~ 36.94%
B 153 of 601 ~ 25.46'%

%37.6
%36.94
%25.46

CMYK color model

#E2DE99 color CMYK value is (0,2,32,11).

  • cyan value is 0.00%
  • magenta value is 1.77%
  • yellow value is 32.30%
  • key color value is 11.37%
CMYK: (0,2,32,11) C0M2Y32K11 (0%,2%,32%,11%) (0.00/0.02/0.32/0.11) 

CMYK percentages

%0
%1.77
%32.3
%11.37

Codes

Color #E2DE99 in popluar color models

E2 DE 99
RGB 226 222 153
HSL 57° 55.73% 74.31%
HSB/HSV 57° 32.30% 88.63%
CMYK 0.00% 1.77% 32.30%
11.37%

Color #E2DE99 in popluar number systems.

HEX E2 DE 99
Decimal 226 222 153
Binary 11100010 11011110 10011001
Octal 342 336 231

Shades and tints

Shades of #E2DE99

#E2DE99
(226,222,153)
#CECA8C
(206,202,140)
#BAB67F
(186,182,127)
#A6A272
(166,162,114)
#928E65
(146,142,101)
#7E7A58
(126,122,88)
#6A664B
(106,102,75)
#56523E
(86,82,62)
#423E31
(66,62,49)
#2E2A24
(46,42,36)
#1A1617
(26,22,23)
#000000
(0,0,0)

Tints of #E2DE99

#E2DE99
(226,222,153)
#E4E1A2
(228,225,162)
#E6E4AB
(230,228,171)
#E8E7B4
(232,231,180)
#EAEABD
(234,234,189)
#ECEDC6
(236,237,198)
#EEF0CF
(238,240,207)
#F0F3D8
(240,243,216)
#F2F6E1
(242,246,225)
#F4F9EA
(244,249,234)
#F6FCF3
(246,252,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E2DE99 color. Also use rgb(226,222,153) instead hex code.

Text Font Color

.myTextColor { color: #E2DE99; }

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

This text font color is #E2DE99.

Background Color

.myBgColor { background-color: #E2DE99; }

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

This div background color is #E2DE99.

Border color

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

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

This div border color is #E2DE99.

Opacity

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

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

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

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

This text has shadow with #E2DE99 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E2DE99.

Preview

Color preview on black background

This text has color #E2DE99 on black background.


Color preview on white background

This text has color #E2DE99 on white background.


Black color preview on #E2DE99 background

This text has black color on #E2DE99 background.


White color preview on #E2DE99 background

This text has white color on #E2DE99 background.


Related colors

Complementary color

Complementary color for #hex is #1D2166.


I love getcolorcode.com

Triadic colors

1 #99E2DE and #DE99E2 with #E2DE99 are triadic colors.

2 #99DEE2 and #DEE299 with #E2DE99 are triadic colors.