COLOR #E2A20C

HEX: #E2A20C
RGB: (226,162,12)

Color info

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

RGB color model

#E2A20C color RGB value is (226,162,12).

  • red value is 226;
  • green value is 162;
  • blue value is 12.
RGB:
(226,162,12)
(89%,64%,5%)

RGB channels and saturation

R 226 of 255 = 89%
G 162 of 255 = 64%
B 12 of 255 = 5%

226
162
12

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

Portions of RGB colors in percentages

R + G + B =
226 + 162 + 12 = 400 (100%)
R 226 of 400 ~ 56.5%
G 162 of 400 ~ 40.5%
B 12 of 400 ~ 3%

%56.5
%40.5

CMYK color model

#E2A20C color CMYK value is (0,28,95,11).

  • cyan value is 0.00%
  • magenta value is 28.32%
  • yellow value is 94.69%
  • key color value is 11.37%
CMYK:
(0,28,95,11)
C0M28Y95K11 
(0%,28%,95%,11%)
(0.00/0.28/0.95/0.11)	

CMYK percentages

%0
%28.32
%94.69
%11.37

Codes

Color #E2A20C in popluar color models

E2A20C
RGB22616212
HSL42°89.92%46.67%
HSB/HSV42°94.69%88.63%
CMYK0.00%28.32%94.69%
11.37%

Color #E2A20C in popluar number systems.

HEXE2A20C
Decimal22616212
Binary11100010101000101100
Octal34224214

Shades and tints

Shades of #E2A20C

#E2A20C
(226,162,12)
#CE940B
(206,148,11)
#BA860A
(186,134,10)
#A67809
(166,120,9)
#926A08
(146,106,8)
#7E5C07
(126,92,7)
#6A4E06
(106,78,6)
#564005
(86,64,5)
#423204
(66,50,4)
#2E2403
(46,36,3)
#1A1602
(26,22,2)
#000000
(0,0,0)

Tints of #E2A20C

#E2A20C
(226,162,12)
#E4AA22
(228,170,34)
#E6B238
(230,178,56)
#E8BA4E
(232,186,78)
#EAC264
(234,194,100)
#ECCA7A
(236,202,122)
#EED290
(238,210,144)
#F0DAA6
(240,218,166)
#F2E2BC
(242,226,188)
#F4EAD2
(244,234,210)
#F6F2E8
(246,242,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E2A20C color. Also use rgb(226,162,12) instead hex code.

Text Font Color

.myTextColor { color: #E2A20C; }

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

This text font color is #E2A20C.


Background Color

.myBgColor { background-color: #E2A20C; }

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

This div background color is #E2A20C.


Border color

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

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

This div border color is #E2A20C.


Opacity

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

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

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

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

This text has shadow with #E2A20C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E2A20C on black background.


Color preview on white background

This text has color #E2A20C on white background.



Black color preview on #E2A20C background

This text has black color on #E2A20C background.


White color preview on #E2A20C background

This text has white color on #E2A20C background.