COLOR #E2A56A

HEX: #E2A56A
RGB: (226,165,106)

Color info

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

RGB color model

#E2A56A color RGB value is (226,165,106).

  • red value is 226;
  • green value is 165;
  • blue value is 106.
RGB:
(226,165,106)
(89%,65%,42%)

RGB channels and saturation

R 226 of 255 = 89%
G 165 of 255 = 65%
B 106 of 255 = 42%

226
165
106

R + G + B ~ 65%. #E2A56A is quite light color.

Portions of RGB colors in percentages

R + G + B =
226 + 165 + 106 = 497 (100%)
R 226 of 497 ~ 45.47%
G 165 of 497 ~ 33.2%
B 106 of 497 ~ 21.33%

%45.47
%33.2
%21.33

CMYK color model

#E2A56A color CMYK value is (0,27,53,11).

  • cyan value is 0.00%
  • magenta value is 26.99%
  • yellow value is 53.10%
  • key color value is 11.37%
CMYK:
(0,27,53,11)
C0M27Y53K11 
(0%,27%,53%,11%)
(0.00/0.27/0.53/0.11)	

CMYK percentages

%0
%26.99
%53.1
%11.37

Codes

Color #E2A56A in popluar color models

E2A56A
RGB226165106
HSL30°67.42%65.10%
HSB/HSV30°53.10%88.63%
CMYK0.00%26.99%53.10%
11.37%

Color #E2A56A in popluar number systems.

HEXE2A56A
Decimal226165106
Binary11100010101001011101010
Octal342245152

Shades and tints

Shades of #E2A56A

#E2A56A
(226,165,106)
#CE9661
(206,150,97)
#BA8758
(186,135,88)
#A6784F
(166,120,79)
#926946
(146,105,70)
#7E5A3D
(126,90,61)
#6A4B34
(106,75,52)
#563C2B
(86,60,43)
#422D22
(66,45,34)
#2E1E19
(46,30,25)
#1A0F10
(26,15,16)
#000000
(0,0,0)

Tints of #E2A56A

#E2A56A
(226,165,106)
#E4AD77
(228,173,119)
#E6B584
(230,181,132)
#E8BD91
(232,189,145)
#EAC59E
(234,197,158)
#ECCDAB
(236,205,171)
#EED5B8
(238,213,184)
#F0DDC5
(240,221,197)
#F2E5D2
(242,229,210)
#F4EDDF
(244,237,223)
#F6F5EC
(246,245,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E2A56A; }

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

This text font color is #E2A56A.


Background Color

.myBgColor { background-color: #E2A56A; }

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

This div background color is #E2A56A.


Border color

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

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

This div border color is #E2A56A.


Opacity

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

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

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

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

This text has shadow with #E2A56A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E2A56A on black background.


Color preview on white background

This text has color #E2A56A on white background.



Black color preview on #E2A56A background

This text has black color on #E2A56A background.


White color preview on #E2A56A background

This text has white color on #E2A56A background.