COLOR #E5A921

HEX: #E5A921
RGB: (229,169,33)

Color info

#E5A921 contains mainly red color. Web safe color of #E5A921 is #CC9933 (or #C93).

RGB color model

#E5A921 color RGB value is (229,169,33).

  • red value is 229;
  • green value is 169;
  • blue value is 33.
RGB:
(229,169,33)
(90%,66%,13%)

RGB channels and saturation

R 229 of 255 = 90%
G 169 of 255 = 66%
B 33 of 255 = 13%

229
169
33

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

Portions of RGB colors in percentages

R + G + B =
229 + 169 + 33 = 431 (100%)
R 229 of 431 ~ 53.13%
G 169 of 431 ~ 39.21%
B 33 of 431 ~ 7.66%

%53.13
%39.21

CMYK color model

#E5A921 color CMYK value is (0,26,86,10).

  • cyan value is 0.00%
  • magenta value is 26.20%
  • yellow value is 85.59%
  • key color value is 10.20%
CMYK:
(0,26,86,10)
C0M26Y86K10 
(0%,26%,86%,10%)
(0.00/0.26/0.86/0.10)	

CMYK percentages

%0
%26.2
%85.59
%10.2

Codes

Color #E5A921 in popluar color models

E5A921
RGB22916933
HSL42°79.03%51.37%
HSB/HSV42°85.59%89.80%
CMYK0.00%26.20%85.59%
10.20%

Color #E5A921 in popluar number systems.

HEXE5A921
Decimal22916933
Binary1110010110101001100001
Octal34525141

Shades and tints

Shades of #E5A921

#E5A921
(229,169,33)
#D19A1E
(209,154,30)
#BD8B1B
(189,139,27)
#A97C18
(169,124,24)
#956D15
(149,109,21)
#815E12
(129,94,18)
#6D4F0F
(109,79,15)
#59400C
(89,64,12)
#453109
(69,49,9)
#312206
(49,34,6)
#1D1303
(29,19,3)
#000000
(0,0,0)

Tints of #E5A921

#E5A921
(229,169,33)
#E7B035
(231,176,53)
#E9B749
(233,183,73)
#EBBE5D
(235,190,93)
#EDC571
(237,197,113)
#EFCC85
(239,204,133)
#F1D399
(241,211,153)
#F3DAAD
(243,218,173)
#F5E1C1
(245,225,193)
#F7E8D5
(247,232,213)
#F9EFE9
(249,239,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E5A921 color. Also use rgb(229,169,33) instead hex code.

Text Font Color

.myTextColor { color: #E5A921; }

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

This text font color is #E5A921.


Background Color

.myBgColor { background-color: #E5A921; }

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

This div background color is #E5A921.


Border color

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

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

This div border color is #E5A921.


Opacity

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

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

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

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

This text has shadow with #E5A921 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E5A921 on black background.


Color preview on white background

This text has color #E5A921 on white background.



Black color preview on #E5A921 background

This text has black color on #E5A921 background.


White color preview on #E5A921 background

This text has white color on #E5A921 background.