COLOR #E2A486

HEX: #E2A486 RGB: (226,164,134)

Color info

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

RGB color model

#E2A486 color RGB value is (226,164,134).

RGB: (226,164,134) (89%, 64%, 53%)

RGB channels and saturation

R 226 of 255 = 89%
G 164 of 255 = 64%
B 134 of 255 = 53%

226
164
134

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

Portions of RGB colors in percentages

R + G + B = 226 + 164 + 134 = 524 (100%)
R 226 of 524 ~ 43.13%
G 164 of 524 ~ 31.3%
B 134 of 524 ~ 25.57'%

%43.13
%31.3
%25.57

CMYK color model

#E2A486 color CMYK value is (0,27,41,11).

  • cyan value is 0.00%
  • magenta value is 27.43%
  • yellow value is 40.71%
  • key color value is 11.37%

CMYK: (0,27,41,11)
C0M27Y41K11 (0%, 27%, 41%, 11%)
(0.00 / 0.27 / 0.41 / 0.11)

CMYK percentages

%0
%27.43
%40.71
%11.37

Codes

Color #E2A486 in popluar color models

E2 A4 86
RGB 226 164 134
HSL 20° 61.33% 70.59%
HSB/HSV 20° 40.71% 88.63%
CMYK 0.00% 27.43% 40.71%
11.37%

Color #E2A486 in popluar number systems.

HEX E2 A4 86
Decimal 226 164 134
Binary 11100010 10100100 10000110
Octal 342 244 206

Shades and tints

Shades of #E2A486

#E2A486
(226,164,134)
#CE967A
(206,150,122)
#BA886E
(186,136,110)
#A67A62
(166,122,98)
#926C56
(146,108,86)
#7E5E4A
(126,94,74)
#6A503E
(106,80,62)
#564232
(86,66,50)
#423426
(66,52,38)
#2E261A
(46,38,26)
#1A180E
(26,24,14)
#000000
(0,0,0)

Tints of #E2A486

#E2A486
(226,164,134)
#E4AC91
(228,172,145)
#E6B49C
(230,180,156)
#E8BCA7
(232,188,167)
#EAC4B2
(234,196,178)
#ECCCBD
(236,204,189)
#EED4C8
(238,212,200)
#F0DCD3
(240,220,211)
#F2E4DE
(242,228,222)
#F4ECE9
(244,236,233)
#F6F4F4
(246,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E2A486 color. Also use rgb(226,164,134) instead hex code.

Text Font Color

.myTextColor { color: #E2A486; }

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

This text font color is #E2A486.

Background Color

.myBgColor { background-color: #E2A486; }

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

This div background color is #E2A486.

Border color

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

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

This div border color is #E2A486.

Opacity

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

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

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

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

This text has shadow with #E2A486 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E2A486.

Preview

Color preview on black background

This text has color #E2A486 on black background.


Color preview on white background

This text has color #E2A486 on white background.


Black color preview on #E2A486 background

This text has black color on #E2A486 background.


White color preview on #E2A486 background

This text has white color on #E2A486 background.


Related colors

Complementary color

Complementary color for #hex is #1D5B79.


I love getcolorcode.com

Triadic colors

1 #86E2A4 and #A486E2 with #E2A486 are triadic colors.

2 #86A4E2 and #A4E286 with #E2A486 are triadic colors.