COLOR #E2AE5E

HEX: #E2AE5E RGB: (226,174,94)

Color info

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

RGB color model

#E2AE5E color RGB value is (226,174,94).

RGB: (226,174,94) (89%, 68%, 37%)

RGB channels and saturation

R 226 of 255 = 89%
G 174 of 255 = 68%
B 94 of 255 = 37%

226
174
94

R + G + B ~ 65%. #E2AE5E is quite light color.

Portions of RGB colors in percentages

R + G + B = 226 + 174 + 94 = 494 (100%)
R 226 of 494 ~ 45.75%
G 174 of 494 ~ 35.22%
B 94 of 494 ~ 19.03'%

%45.75
%35.22
%19.03

CMYK color model

#E2AE5E color CMYK value is (0,23,58,11).

  • cyan value is 0.00%
  • magenta value is 23.01%
  • yellow value is 58.41%
  • key color value is 11.37%
CMYK: (0,23,58,11) C0M23Y58K11 (0%,23%,58%,11%) (0.00/0.23/0.58/0.11) 

CMYK percentages

%0
%23.01
%58.41
%11.37

Codes

Color #E2AE5E in popluar color models

E2 AE 5E
RGB 226 174 94
HSL 36° 69.47% 62.75%
HSB/HSV 36° 58.41% 88.63%
CMYK 0.00% 23.01% 58.41%
11.37%

Color #E2AE5E in popluar number systems.

HEX E2 AE 5E
Decimal 226 174 94
Binary 11100010 10101110 1011110
Octal 342 256 136

Shades and tints

Shades of #E2AE5E

#E2AE5E
(226,174,94)
#CE9F56
(206,159,86)
#BA904E
(186,144,78)
#A68146
(166,129,70)
#92723E
(146,114,62)
#7E6336
(126,99,54)
#6A542E
(106,84,46)
#564526
(86,69,38)
#42361E
(66,54,30)
#2E2716
(46,39,22)
#1A180E
(26,24,14)
#000000
(0,0,0)

Tints of #E2AE5E

#E2AE5E
(226,174,94)
#E4B56C
(228,181,108)
#E6BC7A
(230,188,122)
#E8C388
(232,195,136)
#EACA96
(234,202,150)
#ECD1A4
(236,209,164)
#EED8B2
(238,216,178)
#F0DFC0
(240,223,192)
#F2E6CE
(242,230,206)
#F4EDDC
(244,237,220)
#F6F4EA
(246,244,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E2AE5E color. Also use rgb(226,174,94) instead hex code.

Text Font Color

.myTextColor { color: #E2AE5E; }

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

This text font color is #E2AE5E.

Background Color

.myBgColor { background-color: #E2AE5E; }

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

This div background color is #E2AE5E.

Border color

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

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

This div border color is #E2AE5E.

Opacity

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

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

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

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

This text has shadow with #E2AE5E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E2AE5E.

Preview

Color preview on black background

This text has color #E2AE5E on black background.


Color preview on white background

This text has color #E2AE5E on white background.


Black color preview on #E2AE5E background

This text has black color on #E2AE5E background.


White color preview on #E2AE5E background

This text has white color on #E2AE5E background.


Related colors

Complementary color

Complementary color for #hex is #1D51A1.


I love getcolorcode.com

Triadic colors

1 #5EE2AE and #AE5EE2 with #E2AE5E are triadic colors.

2 #5EAEE2 and #AEE25E with #E2AE5E are triadic colors.