COLOR #E1DD84

HEX: #E1DD84 RGB: (225,221,132)

Color info

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

RGB color model

#E1DD84 color RGB value is (225,221,132).

RGB: (225,221,132) (88%, 87%, 52%)

RGB channels and saturation

R 225 of 255 = 88%
G 221 of 255 = 87%
B 132 of 255 = 52%

225
221
132

R + G + B ~ 76%. #E1DD84 is quite light color.

Portions of RGB colors in percentages

R + G + B = 225 + 221 + 132 = 578 (100%)
R 225 of 578 ~ 38.93%
G 221 of 578 ~ 38.24%
B 132 of 578 ~ 22.84'%

%38.93
%38.24
%22.84

CMYK color model

#E1DD84 color CMYK value is (0,2,41,12).

  • cyan value is 0.00%
  • magenta value is 1.78%
  • yellow value is 41.33%
  • key color value is 11.76%

CMYK: (0,2,41,12)
C0M2Y41K12 (0%, 2%, 41%, 12%)
(0.00 / 0.02 / 0.41 / 0.12)

CMYK percentages

%0
%1.78
%41.33
%11.76

Codes

Color #E1DD84 in popluar color models

E1 DD 84
RGB 225 221 132
HSL 57° 60.78% 70.00%
HSB/HSV 57° 41.33% 88.24%
CMYK 0.00% 1.78% 41.33%
11.76%

Color #E1DD84 in popluar number systems.

HEX E1 DD 84
Decimal 225 221 132
Binary 11100001 11011101 10000100
Octal 341 335 204

Shades and tints

Shades of #E1DD84

#E1DD84
(225,221,132)
#CDC978
(205,201,120)
#B9B56C
(185,181,108)
#A5A160
(165,161,96)
#918D54
(145,141,84)
#7D7948
(125,121,72)
#69653C
(105,101,60)
#555130
(85,81,48)
#413D24
(65,61,36)
#2D2918
(45,41,24)
#19150C
(25,21,12)
#000000
(0,0,0)

Tints of #E1DD84

#E1DD84
(225,221,132)
#E3E08F
(227,224,143)
#E5E39A
(229,227,154)
#E7E6A5
(231,230,165)
#E9E9B0
(233,233,176)
#EBECBB
(235,236,187)
#EDEFC6
(237,239,198)
#EFF2D1
(239,242,209)
#F1F5DC
(241,245,220)
#F3F8E7
(243,248,231)
#F5FBF2
(245,251,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E1DD84 color. Also use rgb(225,221,132) instead hex code.

Text Font Color

.myTextColor { color: #E1DD84; }

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

This text font color is #E1DD84.

Background Color

.myBgColor { background-color: #E1DD84; }

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

This div background color is #E1DD84.

Border color

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

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

This div border color is #E1DD84.

Opacity

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

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

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

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

This text has shadow with #E1DD84 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E1DD84.

Preview

Color preview on black background

This text has color #E1DD84 on black background.


Color preview on white background

This text has color #E1DD84 on white background.


Black color preview on #E1DD84 background

This text has black color on #E1DD84 background.


White color preview on #E1DD84 background

This text has white color on #E1DD84 background.


Related colors

Complementary color

Complementary color for #hex is #1E227B.


I love getcolorcode.com

Triadic colors

1 #84E1DD and #DD84E1 with #E1DD84 are triadic colors.

2 #84DDE1 and #DDE184 with #E1DD84 are triadic colors.