COLOR #E0D050

HEX: #E0D050 RGB: (224,208,80)

Color info

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

RGB color model

#E0D050 color RGB value is (224,208,80).

RGB: (224,208,80) (88%, 82%, 31%)

RGB channels and saturation

R 224 of 255 = 88%
G 208 of 255 = 82%
B 80 of 255 = 31%

224
208
80

R + G + B ~ 67%. #E0D050 is quite light color.

Portions of RGB colors in percentages

R + G + B = 224 + 208 + 80 = 512 (100%)
R 224 of 512 ~ 43.75%
G 208 of 512 ~ 40.63%
B 80 of 512 ~ 15.63'%

%43.75
%40.63
%15.63

CMYK color model

#E0D050 color CMYK value is (0,7,64,12).

  • cyan value is 0.00%
  • magenta value is 7.14%
  • yellow value is 64.29%
  • key color value is 12.16%

CMYK: (0,7,64,12)
C0M7Y64K12 (0%, 7%, 64%, 12%)
(0.00 / 0.07 / 0.64 / 0.12)

CMYK percentages

%0
%7.14
%64.29
%12.16

Codes

Color #E0D050 in popluar color models

E0 D0 50
RGB 224 208 80
HSL 53° 69.90% 59.61%
HSB/HSV 53° 64.29% 87.84%
CMYK 0.00% 7.14% 64.29%
12.16%

Color #E0D050 in popluar number systems.

HEX E0 D0 50
Decimal 224 208 80
Binary 11100000 11010000 1010000
Octal 340 320 120

Shades and tints

Shades of #E0D050

#E0D050
(224,208,80)
#CCBE49
(204,190,73)
#B8AC42
(184,172,66)
#A49A3B
(164,154,59)
#908834
(144,136,52)
#7C762D
(124,118,45)
#686426
(104,100,38)
#54521F
(84,82,31)
#404018
(64,64,24)
#2C2E11
(44,46,17)
#181C0A
(24,28,10)
#000000
(0,0,0)

Tints of #E0D050

#E0D050
(224,208,80)
#E2D45F
(226,212,95)
#E4D86E
(228,216,110)
#E6DC7D
(230,220,125)
#E8E08C
(232,224,140)
#EAE49B
(234,228,155)
#ECE8AA
(236,232,170)
#EEECB9
(238,236,185)
#F0F0C8
(240,240,200)
#F2F4D7
(242,244,215)
#F4F8E6
(244,248,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E0D050 color. Also use rgb(224,208,80) instead hex code.

Text Font Color

.myTextColor { color: #E0D050; }

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

This text font color is #E0D050.

Background Color

.myBgColor { background-color: #E0D050; }

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

This div background color is #E0D050.

Border color

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

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

This div border color is #E0D050.

Opacity

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

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

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

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

This text has shadow with #E0D050 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E0D050.

Preview

Color preview on black background

This text has color #E0D050 on black background.


Color preview on white background

This text has color #E0D050 on white background.


Black color preview on #E0D050 background

This text has black color on #E0D050 background.


White color preview on #E0D050 background

This text has white color on #E0D050 background.


Related colors

Complementary color

Complementary color for #hex is #1F2FAF.


I love getcolorcode.com

Triadic colors

1 #50E0D0 and #D050E0 with #E0D050 are triadic colors.

2 #50D0E0 and #D0E050 with #E0D050 are triadic colors.