COLOR #E0AA05

HEX: #E0AA05
RGB: (224,170,5)

Color info

#E0AA05 contains mainly red and green colors. Web safe color of #E0AA05 is #CC9900 (or #C90).

RGB color model

#E0AA05 color RGB value is (224,170,5).

  • red value is 224;
  • green value is 170;
  • blue value is 5.
RGB:
(224,170,5)
(88%,67%,2%)

RGB channels and saturation

R 224 of 255 = 88%
G 170 of 255 = 67%
B 5 of 255 = 2%

224
170
5

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

Portions of RGB colors in percentages

R + G + B =
224 + 170 + 5 = 399 (100%)
R 224 of 399 ~ 56.14%
G 170 of 399 ~ 42.61%
B 5 of 399 ~ 1.25%

%56.14
%42.61

CMYK color model

#E0AA05 color CMYK value is (0,24,98,12).

  • cyan value is 0.00%
  • magenta value is 24.11%
  • yellow value is 97.77%
  • key color value is 12.16%
CMYK:
(0,24,98,12)
C0M24Y98K12 
(0%,24%,98%,12%)
(0.00/0.24/0.98/0.12)	

CMYK percentages

%0
%24.11
%97.77
%12.16

Codes

Color #E0AA05 in popluar color models

E0AA05
RGB2241705
HSL45°95.63%44.90%
HSB/HSV45°97.77%87.84%
CMYK0.00%24.11%97.77%
12.16%

Color #E0AA05 in popluar number systems.

HEXE0AA05
Decimal2241705
Binary1110000010101010101
Octal3402525

Shades and tints

Shades of #E0AA05

#E0AA05
(224,170,5)
#CC9B05
(204,155,5)
#B88C05
(184,140,5)
#A47D05
(164,125,5)
#906E05
(144,110,5)
#7C5F05
(124,95,5)
#685005
(104,80,5)
#544105
(84,65,5)
#403205
(64,50,5)
#2C2305
(44,35,5)
#181405
(24,20,5)
#000000
(0,0,0)

Tints of #E0AA05

#E0AA05
(224,170,5)
#E2B11B
(226,177,27)
#E4B831
(228,184,49)
#E6BF47
(230,191,71)
#E8C65D
(232,198,93)
#EACD73
(234,205,115)
#ECD489
(236,212,137)
#EEDB9F
(238,219,159)
#F0E2B5
(240,226,181)
#F2E9CB
(242,233,203)
#F4F0E1
(244,240,225)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E0AA05 color. Also use rgb(224,170,5) instead hex code.

Text Font Color

.myTextColor { color: #E0AA05; }

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

This text font color is #E0AA05.


Background Color

.myBgColor { background-color: #E0AA05; }

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

This div background color is #E0AA05.


Border color

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

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

This div border color is #E0AA05.


Opacity

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

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

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

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

This text has shadow with #E0AA05 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E0AA05 on black background.


Color preview on white background

This text has color #E0AA05 on white background.



Black color preview on #E0AA05 background

This text has black color on #E0AA05 background.


White color preview on #E0AA05 background

This text has white color on #E0AA05 background.