COLOR #E5D550

HEX: #E5D550
RGB: (229,213,80)

Color info

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

RGB color model

#E5D550 color RGB value is (229,213,80).

  • red value is 229;
  • green value is 213;
  • blue value is 80.
RGB:
(229,213,80)
(90%,84%,31%)

RGB channels and saturation

R 229 of 255 = 90%
G 213 of 255 = 84%
B 80 of 255 = 31%

229
213
80

R + G + B ~ 68%. #E5D550 is quite light color.

Portions of RGB colors in percentages

R + G + B =
229 + 213 + 80 = 522 (100%)
R 229 of 522 ~ 43.87%
G 213 of 522 ~ 40.8%
B 80 of 522 ~ 15.33%

%43.87
%40.8
%15.33

CMYK color model

#E5D550 color CMYK value is (0,7,65,10).

  • cyan value is 0.00%
  • magenta value is 6.99%
  • yellow value is 65.07%
  • key color value is 10.20%
CMYK:
(0,7,65,10)
C0M7Y65K10 
(0%,7%,65%,10%)
(0.00/0.07/0.65/0.10)	

CMYK percentages

%0
%6.99
%65.07
%10.2

Codes

Color #E5D550 in popluar color models

E5D550
RGB22921380
HSL54°74.13%60.59%
HSB/HSV54°65.07%89.80%
CMYK0.00%6.99%65.07%
10.20%

Color #E5D550 in popluar number systems.

HEXE5D550
Decimal22921380
Binary11100101110101011010000
Octal345325120

Shades and tints

Shades of #E5D550

#E5D550
(229,213,80)
#D1C249
(209,194,73)
#BDAF42
(189,175,66)
#A99C3B
(169,156,59)
#958934
(149,137,52)
#81762D
(129,118,45)
#6D6326
(109,99,38)
#59501F
(89,80,31)
#453D18
(69,61,24)
#312A11
(49,42,17)
#1D170A
(29,23,10)
#000000
(0,0,0)

Tints of #E5D550

#E5D550
(229,213,80)
#E7D85F
(231,216,95)
#E9DB6E
(233,219,110)
#EBDE7D
(235,222,125)
#EDE18C
(237,225,140)
#EFE49B
(239,228,155)
#F1E7AA
(241,231,170)
#F3EAB9
(243,234,185)
#F5EDC8
(245,237,200)
#F7F0D7
(247,240,215)
#F9F3E6
(249,243,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E5D550 color. Also use rgb(229,213,80) instead hex code.

Text Font Color

.myTextColor { color: #E5D550; }

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

This text font color is #E5D550.


Background Color

.myBgColor { background-color: #E5D550; }

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

This div background color is #E5D550.


Border color

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

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

This div border color is #E5D550.


Opacity

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

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

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

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

This text has shadow with #E5D550 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E5D550 on black background.


Color preview on white background

This text has color #E5D550 on white background.



Black color preview on #E5D550 background

This text has black color on #E5D550 background.


White color preview on #E5D550 background

This text has white color on #E5D550 background.