COLOR #E8A509

HEX: #E8A509
RGB: (232,165,9)

Color info

#E8A509 contains mainly red color. Web safe color of #E8A509 is #FF9900 (or #F90).

RGB color model

#E8A509 color RGB value is (232,165,9).

  • red value is 232;
  • green value is 165;
  • blue value is 9.
RGB:
(232,165,9)
(91%,65%,4%)

RGB channels and saturation

R 232 of 255 = 91%
G 165 of 255 = 65%
B 9 of 255 = 4%

232
165
9

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

Portions of RGB colors in percentages

R + G + B =
232 + 165 + 9 = 406 (100%)
R 232 of 406 ~ 57.14%
G 165 of 406 ~ 40.64%
B 9 of 406 ~ 2.22%

%57.14
%40.64

CMYK color model

#E8A509 color CMYK value is (0,29,96,9).

  • cyan value is 0.00%
  • magenta value is 28.88%
  • yellow value is 96.12%
  • key color value is 9.02%
CMYK:
(0,29,96,9)
C0M29Y96K9 
(0%,29%,96%,9%)
(0.00/0.29/0.96/0.09)	

CMYK percentages

%0
%28.88
%96.12
%9.02

Codes

Color #E8A509 in popluar color models

E8A509
RGB2321659
HSL42°92.53%47.25%
HSB/HSV42°96.12%90.98%
CMYK0.00%28.88%96.12%
9.02%

Color #E8A509 in popluar number systems.

HEXE8A509
Decimal2321659
Binary11101000101001011001
Octal35024511

Shades and tints

Shades of #E8A509

#E8A509
(232,165,9)
#D39609
(211,150,9)
#BE8709
(190,135,9)
#A97809
(169,120,9)
#946909
(148,105,9)
#7F5A09
(127,90,9)
#6A4B09
(106,75,9)
#553C09
(85,60,9)
#402D09
(64,45,9)
#2B1E09
(43,30,9)
#160F09
(22,15,9)
#000000
(0,0,0)

Tints of #E8A509

#E8A509
(232,165,9)
#EAAD1F
(234,173,31)
#ECB535
(236,181,53)
#EEBD4B
(238,189,75)
#F0C561
(240,197,97)
#F2CD77
(242,205,119)
#F4D58D
(244,213,141)
#F6DDA3
(246,221,163)
#F8E5B9
(248,229,185)
#FAEDCF
(250,237,207)
#FCF5E5
(252,245,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E8A509 color. Also use rgb(232,165,9) instead hex code.

Text Font Color

.myTextColor { color: #E8A509; }

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

This text font color is #E8A509.


Background Color

.myBgColor { background-color: #E8A509; }

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

This div background color is #E8A509.


Border color

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

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

This div border color is #E8A509.


Opacity

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

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

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

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

This text has shadow with #E8A509 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E8A509 on black background.


Color preview on white background

This text has color #E8A509 on white background.



Black color preview on #E8A509 background

This text has black color on #E8A509 background.


White color preview on #E8A509 background

This text has white color on #E8A509 background.