COLOR #E5A400

HEX: #E5A400
RGB: (229,164,0)

Color info

#E5A400 contains mainly red color. Web safe color of #E5A400 is #CC9900 (or #C90).

RGB color model

#E5A400 color RGB value is (229,164,0).

  • red value is 229;
  • green value is 164;
  • blue value is 0.
RGB:
(229,164,0)
(90%,64%,0%)

RGB channels and saturation

R 229 of 255 = 90%
G 164 of 255 = 64%
B 0 of 255 = 0%

229
164
0

R + G + B ~ 51%. #E5A400 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
229 + 164 + 0 = 393 (100%)
R 229 of 393 ~ 58.27%
G 164 of 393 ~ 41.73%
B 0 of 393 ~ 0%

%58.27
%41.73

CMYK color model

#E5A400 color CMYK value is (0,28,100,10).

  • cyan value is 0.00%
  • magenta value is 28.38%
  • yellow value is 100.00%
  • key color value is 10.20%
CMYK:
(0,28,100,10)
C0M28Y100K10 
(0%,28%,100%,10%)
(0.00/0.28/1.00/0.10)	

CMYK percentages

%0
%28.38
%100
%10.2

Codes

Color #E5A400 in popluar color models

E5A400
RGB2291640
HSL43°100.00%44.90%
HSB/HSV43°100.00%89.80%
CMYK0.00%28.38%100.00%
10.20%

Color #E5A400 in popluar number systems.

HEXE5A400
Decimal2291640
Binary11100101101001000
Octal3452440

Shades and tints

Shades of #E5A400

#E5A400
(229,164,0)
#D19600
(209,150,0)
#BD8800
(189,136,0)
#A97A00
(169,122,0)
#956C00
(149,108,0)
#815E00
(129,94,0)
#6D5000
(109,80,0)
#594200
(89,66,0)
#453400
(69,52,0)
#312600
(49,38,0)
#1D1800
(29,24,0)
#000000
(0,0,0)

Tints of #E5A400

#E5A400
(229,164,0)
#E7AC17
(231,172,23)
#E9B42E
(233,180,46)
#EBBC45
(235,188,69)
#EDC45C
(237,196,92)
#EFCC73
(239,204,115)
#F1D48A
(241,212,138)
#F3DCA1
(243,220,161)
#F5E4B8
(245,228,184)
#F7ECCF
(247,236,207)
#F9F4E6
(249,244,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E5A400 color. Also use rgb(229,164,0) instead hex code.

Text Font Color

.myTextColor { color: #E5A400; }

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

This text font color is #E5A400.


Background Color

.myBgColor { background-color: #E5A400; }

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

This div background color is #E5A400.


Border color

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

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

This div border color is #E5A400.


Opacity

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

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

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

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

This text has shadow with #E5A400 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E5A400 on black background.


Color preview on white background

This text has color #E5A400 on white background.



Black color preview on #E5A400 background

This text has black color on #E5A400 background.


White color preview on #E5A400 background

This text has white color on #E5A400 background.