COLOR #E0A50C

HEX: #E0A50C
RGB: (224,165,12)

Color info

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

RGB color model

#E0A50C color RGB value is (224,165,12).

  • red value is 224;
  • green value is 165;
  • blue value is 12.
RGB:
(224,165,12)
(88%,65%,5%)

RGB channels and saturation

R 224 of 255 = 88%
G 165 of 255 = 65%
B 12 of 255 = 5%

224
165
12

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

Portions of RGB colors in percentages

R + G + B =
224 + 165 + 12 = 401 (100%)
R 224 of 401 ~ 55.86%
G 165 of 401 ~ 41.15%
B 12 of 401 ~ 2.99%

%55.86
%41.15

CMYK color model

#E0A50C color CMYK value is (0,26,95,12).

  • cyan value is 0.00%
  • magenta value is 26.34%
  • yellow value is 94.64%
  • key color value is 12.16%
CMYK:
(0,26,95,12)
C0M26Y95K12 
(0%,26%,95%,12%)
(0.00/0.26/0.95/0.12)	

CMYK percentages

%0
%26.34
%94.64
%12.16

Codes

Color #E0A50C in popluar color models

E0A50C
RGB22416512
HSL43°89.83%46.27%
HSB/HSV43°94.64%87.84%
CMYK0.00%26.34%94.64%
12.16%

Color #E0A50C in popluar number systems.

HEXE0A50C
Decimal22416512
Binary11100000101001011100
Octal34024514

Shades and tints

Shades of #E0A50C

#E0A50C
(224,165,12)
#CC960B
(204,150,11)
#B8870A
(184,135,10)
#A47809
(164,120,9)
#906908
(144,105,8)
#7C5A07
(124,90,7)
#684B06
(104,75,6)
#543C05
(84,60,5)
#402D04
(64,45,4)
#2C1E03
(44,30,3)
#180F02
(24,15,2)
#000000
(0,0,0)

Tints of #E0A50C

#E0A50C
(224,165,12)
#E2AD22
(226,173,34)
#E4B538
(228,181,56)
#E6BD4E
(230,189,78)
#E8C564
(232,197,100)
#EACD7A
(234,205,122)
#ECD590
(236,213,144)
#EEDDA6
(238,221,166)
#F0E5BC
(240,229,188)
#F2EDD2
(242,237,210)
#F4F5E8
(244,245,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E0A50C color. Also use rgb(224,165,12) instead hex code.

Text Font Color

.myTextColor { color: #E0A50C; }

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

This text font color is #E0A50C.


Background Color

.myBgColor { background-color: #E0A50C; }

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

This div background color is #E0A50C.


Border color

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

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

This div border color is #E0A50C.


Opacity

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

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

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

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

This text has shadow with #E0A50C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E0A50C on black background.


Color preview on white background

This text has color #E0A50C on white background.



Black color preview on #E0A50C background

This text has black color on #E0A50C background.


White color preview on #E0A50C background

This text has white color on #E0A50C background.