COLOR #E5D62E

HEX: #E5D62E
RGB: (229,214,46)

Color info

#E5D62E contains mainly red and green colors. Web safe color of #E5D62E is #CCCC33 (or #CC3).

RGB color model

#E5D62E color RGB value is (229,214,46).

  • red value is 229;
  • green value is 214;
  • blue value is 46.
RGB:
(229,214,46)
(90%,84%,18%)

RGB channels and saturation

R 229 of 255 = 90%
G 214 of 255 = 84%
B 46 of 255 = 18%

229
214
46

R + G + B ~ 64%. #E5D62E is quite light color.

Portions of RGB colors in percentages

R + G + B =
229 + 214 + 46 = 489 (100%)
R 229 of 489 ~ 46.83%
G 214 of 489 ~ 43.76%
B 46 of 489 ~ 9.41%

%46.83
%43.76

CMYK color model

#E5D62E color CMYK value is (0,7,80,10).

  • cyan value is 0.00%
  • magenta value is 6.55%
  • yellow value is 79.91%
  • key color value is 10.20%
CMYK:
(0,7,80,10)
C0M7Y80K10 
(0%,7%,80%,10%)
(0.00/0.07/0.80/0.10)	

CMYK percentages

%0
%6.55
%79.91
%10.2

Codes

Color #E5D62E in popluar color models

E5D62E
RGB22921446
HSL55°77.87%53.92%
HSB/HSV55°79.91%89.80%
CMYK0.00%6.55%79.91%
10.20%

Color #E5D62E in popluar number systems.

HEXE5D62E
Decimal22921446
Binary1110010111010110101110
Octal34532656

Shades and tints

Shades of #E5D62E

#E5D62E
(229,214,46)
#D1C32A
(209,195,42)
#BDB026
(189,176,38)
#A99D22
(169,157,34)
#958A1E
(149,138,30)
#81771A
(129,119,26)
#6D6416
(109,100,22)
#595112
(89,81,18)
#453E0E
(69,62,14)
#312B0A
(49,43,10)
#1D1806
(29,24,6)
#000000
(0,0,0)

Tints of #E5D62E

#E5D62E
(229,214,46)
#E7D941
(231,217,65)
#E9DC54
(233,220,84)
#EBDF67
(235,223,103)
#EDE27A
(237,226,122)
#EFE58D
(239,229,141)
#F1E8A0
(241,232,160)
#F3EBB3
(243,235,179)
#F5EEC6
(245,238,198)
#F7F1D9
(247,241,217)
#F9F4EC
(249,244,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E5D62E color. Also use rgb(229,214,46) instead hex code.

Text Font Color

.myTextColor { color: #E5D62E; }

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

This text font color is #E5D62E.


Background Color

.myBgColor { background-color: #E5D62E; }

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

This div background color is #E5D62E.


Border color

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

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

This div border color is #E5D62E.


Opacity

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

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

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

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

This text has shadow with #E5D62E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E5D62E on black background.


Color preview on white background

This text has color #E5D62E on white background.



Black color preview on #E5D62E background

This text has black color on #E5D62E background.


White color preview on #E5D62E background

This text has white color on #E5D62E background.