COLOR #E2AA44

HEX: #E2AA44
RGB: (226,170,68)

Color info

#E2AA44 contains mainly red and green colors. Web safe color of #E2AA44 is #CC9933 (or #C93).

RGB color model

#E2AA44 color RGB value is (226,170,68).

  • red value is 226;
  • green value is 170;
  • blue value is 68.
RGB:
(226,170,68)
(89%,67%,27%)

RGB channels and saturation

R 226 of 255 = 89%
G 170 of 255 = 67%
B 68 of 255 = 27%

226
170
68

R + G + B ~ 61%. #E2AA44 is quite light color.

Portions of RGB colors in percentages

R + G + B =
226 + 170 + 68 = 464 (100%)
R 226 of 464 ~ 48.71%
G 170 of 464 ~ 36.64%
B 68 of 464 ~ 14.66%

%48.71
%36.64
%14.66

CMYK color model

#E2AA44 color CMYK value is (0,25,70,11).

  • cyan value is 0.00%
  • magenta value is 24.78%
  • yellow value is 69.91%
  • key color value is 11.37%
CMYK:
(0,25,70,11)
C0M25Y70K11 
(0%,25%,70%,11%)
(0.00/0.25/0.70/0.11)	

CMYK percentages

%0
%24.78
%69.91
%11.37

Codes

Color #E2AA44 in popluar color models

E2AA44
RGB22617068
HSL39°73.15%57.65%
HSB/HSV39°69.91%88.63%
CMYK0.00%24.78%69.91%
11.37%

Color #E2AA44 in popluar number systems.

HEXE2AA44
Decimal22617068
Binary11100010101010101000100
Octal342252104

Shades and tints

Shades of #E2AA44

#E2AA44
(226,170,68)
#CE9B3E
(206,155,62)
#BA8C38
(186,140,56)
#A67D32
(166,125,50)
#926E2C
(146,110,44)
#7E5F26
(126,95,38)
#6A5020
(106,80,32)
#56411A
(86,65,26)
#423214
(66,50,20)
#2E230E
(46,35,14)
#1A1408
(26,20,8)
#000000
(0,0,0)

Tints of #E2AA44

#E2AA44
(226,170,68)
#E4B155
(228,177,85)
#E6B866
(230,184,102)
#E8BF77
(232,191,119)
#EAC688
(234,198,136)
#ECCD99
(236,205,153)
#EED4AA
(238,212,170)
#F0DBBB
(240,219,187)
#F2E2CC
(242,226,204)
#F4E9DD
(244,233,221)
#F6F0EE
(246,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E2AA44 color. Also use rgb(226,170,68) instead hex code.

Text Font Color

.myTextColor { color: #E2AA44; }

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

This text font color is #E2AA44.


Background Color

.myBgColor { background-color: #E2AA44; }

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

This div background color is #E2AA44.


Border color

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

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

This div border color is #E2AA44.


Opacity

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

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

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

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

This text has shadow with #E2AA44 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E2AA44 on black background.


Color preview on white background

This text has color #E2AA44 on white background.



Black color preview on #E2AA44 background

This text has black color on #E2AA44 background.


White color preview on #E2AA44 background

This text has white color on #E2AA44 background.