COLOR #E2A37F

HEX: #E2A37F
RGB: (226,163,127)

Color info

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

RGB color model

#E2A37F color RGB value is (226,163,127).

  • red value is 226;
  • green value is 163;
  • blue value is 127.
RGB:
(226,163,127)
(89%,64%,50%)

RGB channels and saturation

R 226 of 255 = 89%
G 163 of 255 = 64%
B 127 of 255 = 50%

226
163
127

R + G + B ~ 68%. #E2A37F is quite light color.

Portions of RGB colors in percentages

R + G + B =
226 + 163 + 127 = 516 (100%)
R 226 of 516 ~ 43.8%
G 163 of 516 ~ 31.59%
B 127 of 516 ~ 24.61%

%43.8
%31.59
%24.61

CMYK color model

#E2A37F color CMYK value is (0,28,44,11).

  • cyan value is 0.00%
  • magenta value is 27.88%
  • yellow value is 43.81%
  • key color value is 11.37%
CMYK:
(0,28,44,11)
C0M28Y44K11 
(0%,28%,44%,11%)
(0.00/0.28/0.44/0.11)	

CMYK percentages

%0
%27.88
%43.81
%11.37

Codes

Color #E2A37F in popluar color models

E2A37F
RGB226163127
HSL22°63.06%69.22%
HSB/HSV22°43.81%88.63%
CMYK0.00%27.88%43.81%
11.37%

Color #E2A37F in popluar number systems.

HEXE2A37F
Decimal226163127
Binary11100010101000111111111
Octal342243177

Shades and tints

Shades of #E2A37F

#E2A37F
(226,163,127)
#CE9574
(206,149,116)
#BA8769
(186,135,105)
#A6795E
(166,121,94)
#926B53
(146,107,83)
#7E5D48
(126,93,72)
#6A4F3D
(106,79,61)
#564132
(86,65,50)
#423327
(66,51,39)
#2E251C
(46,37,28)
#1A1711
(26,23,17)
#000000
(0,0,0)

Tints of #E2A37F

#E2A37F
(226,163,127)
#E4AB8A
(228,171,138)
#E6B395
(230,179,149)
#E8BBA0
(232,187,160)
#EAC3AB
(234,195,171)
#ECCBB6
(236,203,182)
#EED3C1
(238,211,193)
#F0DBCC
(240,219,204)
#F2E3D7
(242,227,215)
#F4EBE2
(244,235,226)
#F6F3ED
(246,243,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E2A37F color. Also use rgb(226,163,127) instead hex code.

Text Font Color

.myTextColor { color: #E2A37F; }

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

This text font color is #E2A37F.


Background Color

.myBgColor { background-color: #E2A37F; }

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

This div background color is #E2A37F.


Border color

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

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

This div border color is #E2A37F.


Opacity

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

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

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

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

This text has shadow with #E2A37F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E2A37F on black background.


Color preview on white background

This text has color #E2A37F on white background.



Black color preview on #E2A37F background

This text has black color on #E2A37F background.


White color preview on #E2A37F background

This text has white color on #E2A37F background.