COLOR #E2A022

HEX: #E2A022
RGB: (226,160,34)

Color info

#E2A022 contains mainly red color. Web safe color of #E2A022 is #CC9933 (or #C93).

RGB color model

#E2A022 color RGB value is (226,160,34).

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

RGB channels and saturation

R 226 of 255 = 89%
G 160 of 255 = 63%
B 34 of 255 = 13%

226
160
34

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

Portions of RGB colors in percentages

R + G + B =
226 + 160 + 34 = 420 (100%)
R 226 of 420 ~ 53.81%
G 160 of 420 ~ 38.1%
B 34 of 420 ~ 8.1%

%53.81
%38.1

CMYK color model

#E2A022 color CMYK value is (0,29,85,11).

  • cyan value is 0.00%
  • magenta value is 29.20%
  • yellow value is 84.96%
  • key color value is 11.37%
CMYK:
(0,29,85,11)
C0M29Y85K11 
(0%,29%,85%,11%)
(0.00/0.29/0.85/0.11)	

CMYK percentages

%0
%29.2
%84.96
%11.37

Codes

Color #E2A022 in popluar color models

E2A022
RGB22616034
HSL39°76.80%50.98%
HSB/HSV39°84.96%88.63%
CMYK0.00%29.20%84.96%
11.37%

Color #E2A022 in popluar number systems.

HEXE2A022
Decimal22616034
Binary1110001010100000100010
Octal34224042

Shades and tints

Shades of #E2A022

#E2A022
(226,160,34)
#CE921F
(206,146,31)
#BA841C
(186,132,28)
#A67619
(166,118,25)
#926816
(146,104,22)
#7E5A13
(126,90,19)
#6A4C10
(106,76,16)
#563E0D
(86,62,13)
#42300A
(66,48,10)
#2E2207
(46,34,7)
#1A1404
(26,20,4)
#000000
(0,0,0)

Tints of #E2A022

#E2A022
(226,160,34)
#E4A836
(228,168,54)
#E6B04A
(230,176,74)
#E8B85E
(232,184,94)
#EAC072
(234,192,114)
#ECC886
(236,200,134)
#EED09A
(238,208,154)
#F0D8AE
(240,216,174)
#F2E0C2
(242,224,194)
#F4E8D6
(244,232,214)
#F6F0EA
(246,240,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E2A022; }

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

This text font color is #E2A022.


Background Color

.myBgColor { background-color: #E2A022; }

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

This div background color is #E2A022.


Border color

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

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

This div border color is #E2A022.


Opacity

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

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

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

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

This text has shadow with #E2A022 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E2A022 on black background.


Color preview on white background

This text has color #E2A022 on white background.



Black color preview on #E2A022 background

This text has black color on #E2A022 background.


White color preview on #E2A022 background

This text has white color on #E2A022 background.