COLOR #E0D57D

HEX: #E0D57D RGB: (224,213,125)

Color info

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

RGB color model

#E0D57D color RGB value is (224,213,125).

RGB: (224,213,125) (88%, 84%, 49%)

RGB channels and saturation

R 224 of 255 = 88%
G 213 of 255 = 84%
B 125 of 255 = 49%

224
213
125

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

Portions of RGB colors in percentages

R + G + B = 224 + 213 + 125 = 562 (100%)
R 224 of 562 ~ 39.86%
G 213 of 562 ~ 37.9%
B 125 of 562 ~ 22.24'%

%39.86
%37.9
%22.24

CMYK color model

#E0D57D color CMYK value is (0,5,44,12).

  • cyan value is 0.00%
  • magenta value is 4.91%
  • yellow value is 44.20%
  • key color value is 12.16%

CMYK: (0,5,44,12)
C0M5Y44K12 (0%, 5%, 44%, 12%)
(0.00 / 0.05 / 0.44 / 0.12)

CMYK percentages

%0
%4.91
%44.2
%12.16

Codes

Color #E0D57D in popluar color models

E0 D5 7D
RGB 224 213 125
HSL 53° 61.49% 68.43%
HSB/HSV 53° 44.20% 87.84%
CMYK 0.00% 4.91% 44.20%
12.16%

Color #E0D57D in popluar number systems.

HEX E0 D5 7D
Decimal 224 213 125
Binary 11100000 11010101 1111101
Octal 340 325 175

Shades and tints

Shades of #E0D57D

#E0D57D
(224,213,125)
#CCC272
(204,194,114)
#B8AF67
(184,175,103)
#A49C5C
(164,156,92)
#908951
(144,137,81)
#7C7646
(124,118,70)
#68633B
(104,99,59)
#545030
(84,80,48)
#403D25
(64,61,37)
#2C2A1A
(44,42,26)
#18170F
(24,23,15)
#000000
(0,0,0)

Tints of #E0D57D

#E0D57D
(224,213,125)
#E2D888
(226,216,136)
#E4DB93
(228,219,147)
#E6DE9E
(230,222,158)
#E8E1A9
(232,225,169)
#EAE4B4
(234,228,180)
#ECE7BF
(236,231,191)
#EEEACA
(238,234,202)
#F0EDD5
(240,237,213)
#F2F0E0
(242,240,224)
#F4F3EB
(244,243,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E0D57D color. Also use rgb(224,213,125) instead hex code.

Text Font Color

.myTextColor { color: #E0D57D; }

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

This text font color is #E0D57D.

Background Color

.myBgColor { background-color: #E0D57D; }

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

This div background color is #E0D57D.

Border color

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

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

This div border color is #E0D57D.

Opacity

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

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

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

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

This text has shadow with #E0D57D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E0D57D.

Preview

Color preview on black background

This text has color #E0D57D on black background.


Color preview on white background

This text has color #E0D57D on white background.


Black color preview on #E0D57D background

This text has black color on #E0D57D background.


White color preview on #E0D57D background

This text has white color on #E0D57D background.


Related colors

Complementary color

Complementary color for #hex is #1F2A82.


I love getcolorcode.com

Triadic colors

1 #7DE0D5 and #D57DE0 with #E0D57D are triadic colors.

2 #7DD5E0 and #D5E07D with #E0D57D are triadic colors.