COLOR #E2AA80

HEX: #E2AA80
RGB: (226,170,128)

Color info

#E2AA80 contains mainly red and green colors. Web safe color of #E2AA80 is #CC9966 (or #C96).

RGB color model

#E2AA80 color RGB value is (226,170,128).

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

RGB channels and saturation

R 226 of 255 = 89%
G 170 of 255 = 67%
B 128 of 255 = 50%

226
170
128

R + G + B ~ 69%. #E2AA80 is quite light color.

Portions of RGB colors in percentages

R + G + B =
226 + 170 + 128 = 524 (100%)
R 226 of 524 ~ 43.13%
G 170 of 524 ~ 32.44%
B 128 of 524 ~ 24.43%

%43.13
%32.44
%24.43

CMYK color model

#E2AA80 color CMYK value is (0,25,43,11).

  • cyan value is 0.00%
  • magenta value is 24.78%
  • yellow value is 43.36%
  • key color value is 11.37%
CMYK:
(0,25,43,11)
C0M25Y43K11 
(0%,25%,43%,11%)
(0.00/0.25/0.43/0.11)	

CMYK percentages

%0
%24.78
%43.36
%11.37

Codes

Color #E2AA80 in popluar color models

E2AA80
RGB226170128
HSL26°62.82%69.41%
HSB/HSV26°43.36%88.63%
CMYK0.00%24.78%43.36%
11.37%

Color #E2AA80 in popluar number systems.

HEXE2AA80
Decimal226170128
Binary111000101010101010000000
Octal342252200

Shades and tints

Shades of #E2AA80

#E2AA80
(226,170,128)
#CE9B75
(206,155,117)
#BA8C6A
(186,140,106)
#A67D5F
(166,125,95)
#926E54
(146,110,84)
#7E5F49
(126,95,73)
#6A503E
(106,80,62)
#564133
(86,65,51)
#423228
(66,50,40)
#2E231D
(46,35,29)
#1A1412
(26,20,18)
#000000
(0,0,0)

Tints of #E2AA80

#E2AA80
(226,170,128)
#E4B18B
(228,177,139)
#E6B896
(230,184,150)
#E8BFA1
(232,191,161)
#EAC6AC
(234,198,172)
#ECCDB7
(236,205,183)
#EED4C2
(238,212,194)
#F0DBCD
(240,219,205)
#F2E2D8
(242,226,216)
#F4E9E3
(244,233,227)
#F6F0EE
(246,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E2AA80; }

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

This text font color is #E2AA80.


Background Color

.myBgColor { background-color: #E2AA80; }

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

This div background color is #E2AA80.


Border color

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

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

This div border color is #E2AA80.


Opacity

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

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

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

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

This text has shadow with #E2AA80 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E2AA80 on black background.


Color preview on white background

This text has color #E2AA80 on white background.



Black color preview on #E2AA80 background

This text has black color on #E2AA80 background.


White color preview on #E2AA80 background

This text has white color on #E2AA80 background.