COLOR #E2A473

HEX: #E2A473
RGB: (226,164,115)

Color info

#E2A473 contains mainly red color. Web safe color of #E2A473 is #CC9966 (or #C96).

RGB color model

#E2A473 color RGB value is (226,164,115).

  • red value is 226;
  • green value is 164;
  • blue value is 115.
RGB:
(226,164,115)
(89%,64%,45%)

RGB channels and saturation

R 226 of 255 = 89%
G 164 of 255 = 64%
B 115 of 255 = 45%

226
164
115

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

Portions of RGB colors in percentages

R + G + B =
226 + 164 + 115 = 505 (100%)
R 226 of 505 ~ 44.75%
G 164 of 505 ~ 32.48%
B 115 of 505 ~ 22.77%

%44.75
%32.48
%22.77

CMYK color model

#E2A473 color CMYK value is (0,27,49,11).

  • cyan value is 0.00%
  • magenta value is 27.43%
  • yellow value is 49.12%
  • key color value is 11.37%
CMYK:
(0,27,49,11)
C0M27Y49K11 
(0%,27%,49%,11%)
(0.00/0.27/0.49/0.11)	

CMYK percentages

%0
%27.43
%49.12
%11.37

Codes

Color #E2A473 in popluar color models

E2A473
RGB226164115
HSL26°65.68%66.86%
HSB/HSV26°49.12%88.63%
CMYK0.00%27.43%49.12%
11.37%

Color #E2A473 in popluar number systems.

HEXE2A473
Decimal226164115
Binary11100010101001001110011
Octal342244163

Shades and tints

Shades of #E2A473

#E2A473
(226,164,115)
#CE9669
(206,150,105)
#BA885F
(186,136,95)
#A67A55
(166,122,85)
#926C4B
(146,108,75)
#7E5E41
(126,94,65)
#6A5037
(106,80,55)
#56422D
(86,66,45)
#423423
(66,52,35)
#2E2619
(46,38,25)
#1A180F
(26,24,15)
#000000
(0,0,0)

Tints of #E2A473

#E2A473
(226,164,115)
#E4AC7F
(228,172,127)
#E6B48B
(230,180,139)
#E8BC97
(232,188,151)
#EAC4A3
(234,196,163)
#ECCCAF
(236,204,175)
#EED4BB
(238,212,187)
#F0DCC7
(240,220,199)
#F2E4D3
(242,228,211)
#F4ECDF
(244,236,223)
#F6F4EB
(246,244,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E2A473; }

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

This text font color is #E2A473.


Background Color

.myBgColor { background-color: #E2A473; }

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

This div background color is #E2A473.


Border color

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

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

This div border color is #E2A473.


Opacity

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

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

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

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

This text has shadow with #E2A473 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E2A473 on black background.


Color preview on white background

This text has color #E2A473 on white background.



Black color preview on #E2A473 background

This text has black color on #E2A473 background.


White color preview on #E2A473 background

This text has white color on #E2A473 background.