COLOR #E2A991

HEX: #E2A991
RGB: (226,169,145)

Color info

#E2A991 contains mainly red and green colors. Web safe color of #E2A991 is #CC9999 (or #C99).

RGB color model

#E2A991 color RGB value is (226,169,145).

  • red value is 226;
  • green value is 169;
  • blue value is 145.
RGB:
(226,169,145)
(89%,66%,57%)

RGB channels and saturation

R 226 of 255 = 89%
G 169 of 255 = 66%
B 145 of 255 = 57%

226
169
145

R + G + B ~ 71%. #E2A991 is quite light color.

Portions of RGB colors in percentages

R + G + B =
226 + 169 + 145 = 540 (100%)
R 226 of 540 ~ 41.85%
G 169 of 540 ~ 31.3%
B 145 of 540 ~ 26.85%

%41.85
%31.3
%26.85

CMYK color model

#E2A991 color CMYK value is (0,25,36,11).

  • cyan value is 0.00%
  • magenta value is 25.22%
  • yellow value is 35.84%
  • key color value is 11.37%
CMYK:
(0,25,36,11)
C0M25Y36K11 
(0%,25%,36%,11%)
(0.00/0.25/0.36/0.11)	

CMYK percentages

%0
%25.22
%35.84
%11.37

Codes

Color #E2A991 in popluar color models

E2A991
RGB226169145
HSL18°58.27%72.75%
HSB/HSV18°35.84%88.63%
CMYK0.00%25.22%35.84%
11.37%

Color #E2A991 in popluar number systems.

HEXE2A991
Decimal226169145
Binary111000101010100110010001
Octal342251221

Shades and tints

Shades of #E2A991

#E2A991
(226,169,145)
#CE9A84
(206,154,132)
#BA8B77
(186,139,119)
#A67C6A
(166,124,106)
#926D5D
(146,109,93)
#7E5E50
(126,94,80)
#6A4F43
(106,79,67)
#564036
(86,64,54)
#423129
(66,49,41)
#2E221C
(46,34,28)
#1A130F
(26,19,15)
#000000
(0,0,0)

Tints of #E2A991

#E2A991
(226,169,145)
#E4B09B
(228,176,155)
#E6B7A5
(230,183,165)
#E8BEAF
(232,190,175)
#EAC5B9
(234,197,185)
#ECCCC3
(236,204,195)
#EED3CD
(238,211,205)
#F0DAD7
(240,218,215)
#F2E1E1
(242,225,225)
#F4E8EB
(244,232,235)
#F6EFF5
(246,239,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E2A991 color. Also use rgb(226,169,145) instead hex code.

Text Font Color

.myTextColor { color: #E2A991; }

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

This text font color is #E2A991.


Background Color

.myBgColor { background-color: #E2A991; }

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

This div background color is #E2A991.


Border color

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

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

This div border color is #E2A991.


Opacity

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

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

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

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

This text has shadow with #E2A991 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E2A991 on black background.


Color preview on white background

This text has color #E2A991 on white background.



Black color preview on #E2A991 background

This text has black color on #E2A991 background.


White color preview on #E2A991 background

This text has white color on #E2A991 background.