COLOR #E1DD5F

HEX: #E1DD5F RGB: (225,221,95)

Color info

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

RGB color model

#E1DD5F color RGB value is (225,221,95).

RGB: (225,221,95) (88%, 87%, 37%)

RGB channels and saturation

R 225 of 255 = 88%
G 221 of 255 = 87%
B 95 of 255 = 37%

225
221
95

R + G + B ~ 71%. #E1DD5F is quite light color.

Portions of RGB colors in percentages

R + G + B = 225 + 221 + 95 = 541 (100%)
R 225 of 541 ~ 41.59%
G 221 of 541 ~ 40.85%
B 95 of 541 ~ 17.56'%

%41.59
%40.85
%17.56

CMYK color model

#E1DD5F color CMYK value is (0,2,58,12).

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

CMYK: (0,2,58,12)
C0M2Y58K12 (0%, 2%, 58%, 12%)
(0.00 / 0.02 / 0.58 / 0.12)

CMYK percentages

%0
%1.78
%57.78
%11.76

Codes

Color #E1DD5F in popluar color models

E1 DD 5F
RGB 225 221 95
HSL 58° 68.42% 62.75%
HSB/HSV 58° 57.78% 88.24%
CMYK 0.00% 1.78% 57.78%
11.76%

Color #E1DD5F in popluar number systems.

HEX E1 DD 5F
Decimal 225 221 95
Binary 11100001 11011101 1011111
Octal 341 335 137

Shades and tints

Shades of #E1DD5F

#E1DD5F
(225,221,95)
#CDC957
(205,201,87)
#B9B54F
(185,181,79)
#A5A147
(165,161,71)
#918D3F
(145,141,63)
#7D7937
(125,121,55)
#69652F
(105,101,47)
#555127
(85,81,39)
#413D1F
(65,61,31)
#2D2917
(45,41,23)
#19150F
(25,21,15)
#000000
(0,0,0)

Tints of #E1DD5F

#E1DD5F
(225,221,95)
#E3E06D
(227,224,109)
#E5E37B
(229,227,123)
#E7E689
(231,230,137)
#E9E997
(233,233,151)
#EBECA5
(235,236,165)
#EDEFB3
(237,239,179)
#EFF2C1
(239,242,193)
#F1F5CF
(241,245,207)
#F3F8DD
(243,248,221)
#F5FBEB
(245,251,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E1DD5F; }

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

This text font color is #E1DD5F.

Background Color

.myBgColor { background-color: #E1DD5F; }

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

This div background color is #E1DD5F.

Border color

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

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

This div border color is #E1DD5F.

Opacity

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

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

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

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

This text has shadow with #E1DD5F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E1DD5F.

Preview

Color preview on black background

This text has color #E1DD5F on black background.


Color preview on white background

This text has color #E1DD5F on white background.


Black color preview on #E1DD5F background

This text has black color on #E1DD5F background.


White color preview on #E1DD5F background

This text has white color on #E1DD5F background.


Related colors

Complementary color

Complementary color for #hex is #1E22A0.


I love getcolorcode.com

Triadic colors

1 #5FE1DD and #DD5FE1 with #E1DD5F are triadic colors.

2 #5FDDE1 and #DDE15F with #E1DD5F are triadic colors.