COLOR #E2A006

HEX: #E2A006
RGB: (226,160,6)

Color info

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

RGB color model

#E2A006 color RGB value is (226,160,6).

  • red value is 226;
  • green value is 160;
  • blue value is 6.
RGB:
(226,160,6)
(89%,63%,2%)

RGB channels and saturation

R 226 of 255 = 89%
G 160 of 255 = 63%
B 6 of 255 = 2%

226
160
6

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

Portions of RGB colors in percentages

R + G + B =
226 + 160 + 6 = 392 (100%)
R 226 of 392 ~ 57.65%
G 160 of 392 ~ 40.82%
B 6 of 392 ~ 1.53%

%57.65
%40.82

CMYK color model

#E2A006 color CMYK value is (0,29,97,11).

  • cyan value is 0.00%
  • magenta value is 29.20%
  • yellow value is 97.35%
  • key color value is 11.37%
CMYK:
(0,29,97,11)
C0M29Y97K11 
(0%,29%,97%,11%)
(0.00/0.29/0.97/0.11)	

CMYK percentages

%0
%29.2
%97.35
%11.37

Codes

Color #E2A006 in popluar color models

E2A006
RGB2261606
HSL42°94.83%45.49%
HSB/HSV42°97.35%88.63%
CMYK0.00%29.20%97.35%
11.37%

Color #E2A006 in popluar number systems.

HEXE2A006
Decimal2261606
Binary1110001010100000110
Octal3422406

Shades and tints

Shades of #E2A006

#E2A006
(226,160,6)
#CE9206
(206,146,6)
#BA8406
(186,132,6)
#A67606
(166,118,6)
#926806
(146,104,6)
#7E5A06
(126,90,6)
#6A4C06
(106,76,6)
#563E06
(86,62,6)
#423006
(66,48,6)
#2E2206
(46,34,6)
#1A1406
(26,20,6)
#000000
(0,0,0)

Tints of #E2A006

#E2A006
(226,160,6)
#E4A81C
(228,168,28)
#E6B032
(230,176,50)
#E8B848
(232,184,72)
#EAC05E
(234,192,94)
#ECC874
(236,200,116)
#EED08A
(238,208,138)
#F0D8A0
(240,216,160)
#F2E0B6
(242,224,182)
#F4E8CC
(244,232,204)
#F6F0E2
(246,240,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E2A006 color. Also use rgb(226,160,6) instead hex code.

Text Font Color

.myTextColor { color: #E2A006; }

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

This text font color is #E2A006.


Background Color

.myBgColor { background-color: #E2A006; }

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

This div background color is #E2A006.


Border color

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

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

This div border color is #E2A006.


Opacity

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

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

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

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

This text has shadow with #E2A006 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E2A006 on black background.


Color preview on white background

This text has color #E2A006 on white background.



Black color preview on #E2A006 background

This text has black color on #E2A006 background.


White color preview on #E2A006 background

This text has white color on #E2A006 background.