COLOR #E2AA6E

HEX: #E2AA6E RGB: (226,170,110)

Color info

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

RGB color model

#E2AA6E color RGB value is (226,170,110).

RGB: (226,170,110) (89%, 67%, 43%)

RGB channels and saturation

R 226 of 255 = 89%
G 170 of 255 = 67%
B 110 of 255 = 43%

226
170
110

R + G + B ~ 66%. #E2AA6E is quite light color.

Portions of RGB colors in percentages

R + G + B = 226 + 170 + 110 = 506 (100%)
R 226 of 506 ~ 44.66%
G 170 of 506 ~ 33.6%
B 110 of 506 ~ 21.74'%

%44.66
%33.6
%21.74

CMYK color model

#E2AA6E color CMYK value is (0,25,51,11).

  • cyan value is 0.00%
  • magenta value is 24.78%
  • yellow value is 51.33%
  • key color value is 11.37%

CMYK: (0,25,51,11)
C0M25Y51K11 (0%, 25%, 51%, 11%)
(0.00 / 0.25 / 0.51 / 0.11)

CMYK percentages

%0
%24.78
%51.33
%11.37

Codes

Color #E2AA6E in popluar color models

E2 AA 6E
RGB 226 170 110
HSL 31° 66.67% 65.88%
HSB/HSV 31° 51.33% 88.63%
CMYK 0.00% 24.78% 51.33%
11.37%

Color #E2AA6E in popluar number systems.

HEX E2 AA 6E
Decimal 226 170 110
Binary 11100010 10101010 1101110
Octal 342 252 156

Shades and tints

Shades of #E2AA6E

#E2AA6E
(226,170,110)
#CE9B64
(206,155,100)
#BA8C5A
(186,140,90)
#A67D50
(166,125,80)
#926E46
(146,110,70)
#7E5F3C
(126,95,60)
#6A5032
(106,80,50)
#564128
(86,65,40)
#42321E
(66,50,30)
#2E2314
(46,35,20)
#1A140A
(26,20,10)
#000000
(0,0,0)

Tints of #E2AA6E

#E2AA6E
(226,170,110)
#E4B17B
(228,177,123)
#E6B888
(230,184,136)
#E8BF95
(232,191,149)
#EAC6A2
(234,198,162)
#ECCDAF
(236,205,175)
#EED4BC
(238,212,188)
#F0DBC9
(240,219,201)
#F2E2D6
(242,226,214)
#F4E9E3
(244,233,227)
#F6F0F0
(246,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E2AA6E; }

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

This text font color is #E2AA6E.

Background Color

.myBgColor { background-color: #E2AA6E; }

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

This div background color is #E2AA6E.

Border color

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

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

This div border color is #E2AA6E.

Opacity

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

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

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

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

This text has shadow with #E2AA6E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E2AA6E.

Preview

Color preview on black background

This text has color #E2AA6E on black background.


Color preview on white background

This text has color #E2AA6E on white background.


Black color preview on #E2AA6E background

This text has black color on #E2AA6E background.


White color preview on #E2AA6E background

This text has white color on #E2AA6E background.


Related colors

Complementary color

Complementary color for #hex is #1D5591.


I love getcolorcode.com

Triadic colors

1 #6EE2AA and #AA6EE2 with #E2AA6E are triadic colors.

2 #6EAAE2 and #AAE26E with #E2AA6E are triadic colors.