COLOR #E2A58C

HEX: #E2A58C RGB: (226,165,140)

Color info

#E2A58C contains mainly red color. Web safe color of #E2A58C is #CC9999 (or #C99).

RGB color model

#E2A58C color RGB value is (226,165,140).

RGB: (226,165,140) (89%, 65%, 55%)

RGB channels and saturation

R 226 of 255 = 89%
G 165 of 255 = 65%
B 140 of 255 = 55%

226
165
140

R + G + B ~ 70%. #E2A58C is quite light color.

Portions of RGB colors in percentages

R + G + B = 226 + 165 + 140 = 531 (100%)
R 226 of 531 ~ 42.56%
G 165 of 531 ~ 31.07%
B 140 of 531 ~ 26.37'%

%42.56
%31.07
%26.37

CMYK color model

#E2A58C color CMYK value is (0,27,38,11).

  • cyan value is 0.00%
  • magenta value is 26.99%
  • yellow value is 38.05%
  • key color value is 11.37%

CMYK: (0,27,38,11)
C0M27Y38K11 (0%, 27%, 38%, 11%)
(0.00 / 0.27 / 0.38 / 0.11)

CMYK percentages

%0
%26.99
%38.05
%11.37

Codes

Color #E2A58C in popluar color models

E2 A5 8C
RGB 226 165 140
HSL 17° 59.72% 71.76%
HSB/HSV 17° 38.05% 88.63%
CMYK 0.00% 26.99% 38.05%
11.37%

Color #E2A58C in popluar number systems.

HEX E2 A5 8C
Decimal 226 165 140
Binary 11100010 10100101 10001100
Octal 342 245 214

Shades and tints

Shades of #E2A58C

#E2A58C
(226,165,140)
#CE9680
(206,150,128)
#BA8774
(186,135,116)
#A67868
(166,120,104)
#92695C
(146,105,92)
#7E5A50
(126,90,80)
#6A4B44
(106,75,68)
#563C38
(86,60,56)
#422D2C
(66,45,44)
#2E1E20
(46,30,32)
#1A0F14
(26,15,20)
#000000
(0,0,0)

Tints of #E2A58C

#E2A58C
(226,165,140)
#E4AD96
(228,173,150)
#E6B5A0
(230,181,160)
#E8BDAA
(232,189,170)
#EAC5B4
(234,197,180)
#ECCDBE
(236,205,190)
#EED5C8
(238,213,200)
#F0DDD2
(240,221,210)
#F2E5DC
(242,229,220)
#F4EDE6
(244,237,230)
#F6F5F0
(246,245,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E2A58C color. Also use rgb(226,165,140) instead hex code.

Text Font Color

.myTextColor { color: #E2A58C; }

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

This text font color is #E2A58C.

Background Color

.myBgColor { background-color: #E2A58C; }

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

This div background color is #E2A58C.

Border color

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

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

This div border color is #E2A58C.

Opacity

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

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

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

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

This text has shadow with #E2A58C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E2A58C.

Preview

Color preview on black background

This text has color #E2A58C on black background.


Color preview on white background

This text has color #E2A58C on white background.


Black color preview on #E2A58C background

This text has black color on #E2A58C background.


White color preview on #E2A58C background

This text has white color on #E2A58C background.


Related colors

Complementary color

Complementary color for #hex is #1D5A73.


I love getcolorcode.com

Triadic colors

1 #8CE2A5 and #A58CE2 with #E2A58C are triadic colors.

2 #8CA5E2 and #A5E28C with #E2A58C are triadic colors.