COLOR #E2DD79

HEX: #E2DD79
RGB: (226,221,121)

Color info

#E2DD79 contains mainly red and green colors. Web safe color of #E2DD79 is #CCCC66 (or #CC6).

RGB color model

#E2DD79 color RGB value is (226,221,121).

  • red value is 226;
  • green value is 221;
  • blue value is 121.
RGB:
(226,221,121)
(89%,87%,47%)

RGB channels and saturation

R 226 of 255 = 89%
G 221 of 255 = 87%
B 121 of 255 = 47%

226
221
121

R + G + B ~ 74%. #E2DD79 is quite light color.

Portions of RGB colors in percentages

R + G + B =
226 + 221 + 121 = 568 (100%)
R 226 of 568 ~ 39.79%
G 221 of 568 ~ 38.91%
B 121 of 568 ~ 21.3%

%39.79
%38.91
%21.3

CMYK color model

#E2DD79 color CMYK value is (0,2,46,11).

  • cyan value is 0.00%
  • magenta value is 2.21%
  • yellow value is 46.46%
  • key color value is 11.37%
CMYK:
(0,2,46,11)
C0M2Y46K11 
(0%,2%,46%,11%)
(0.00/0.02/0.46/0.11)	

CMYK percentages

%0
%2.21
%46.46
%11.37

Codes

Color #E2DD79 in popluar color models

E2DD79
RGB226221121
HSL57°64.42%68.04%
HSB/HSV57°46.46%88.63%
CMYK0.00%2.21%46.46%
11.37%

Color #E2DD79 in popluar number systems.

HEXE2DD79
Decimal226221121
Binary11100010110111011111001
Octal342335171

Shades and tints

Shades of #E2DD79

#E2DD79
(226,221,121)
#CEC96E
(206,201,110)
#BAB563
(186,181,99)
#A6A158
(166,161,88)
#928D4D
(146,141,77)
#7E7942
(126,121,66)
#6A6537
(106,101,55)
#56512C
(86,81,44)
#423D21
(66,61,33)
#2E2916
(46,41,22)
#1A150B
(26,21,11)
#000000
(0,0,0)

Tints of #E2DD79

#E2DD79
(226,221,121)
#E4E085
(228,224,133)
#E6E391
(230,227,145)
#E8E69D
(232,230,157)
#EAE9A9
(234,233,169)
#ECECB5
(236,236,181)
#EEEFC1
(238,239,193)
#F0F2CD
(240,242,205)
#F2F5D9
(242,245,217)
#F4F8E5
(244,248,229)
#F6FBF1
(246,251,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E2DD79 color. Also use rgb(226,221,121) instead hex code.

Text Font Color

.myTextColor { color: #E2DD79; }

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

This text font color is #E2DD79.


Background Color

.myBgColor { background-color: #E2DD79; }

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

This div background color is #E2DD79.


Border color

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

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

This div border color is #E2DD79.


Opacity

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

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

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

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

This text has shadow with #E2DD79 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E2DD79 on black background.


Color preview on white background

This text has color #E2DD79 on white background.



Black color preview on #E2DD79 background

This text has black color on #E2DD79 background.


White color preview on #E2DD79 background

This text has white color on #E2DD79 background.