COLOR #E2A547

HEX: #E2A547
RGB: (226,165,71)

Color info

#E2A547 contains mainly red color. Web safe color of #E2A547 is #CC9933 (or #C93).

RGB color model

#E2A547 color RGB value is (226,165,71).

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

RGB channels and saturation

R 226 of 255 = 89%
G 165 of 255 = 65%
B 71 of 255 = 28%

226
165
71

R + G + B ~ 61%. #E2A547 is quite light color.

Portions of RGB colors in percentages

R + G + B =
226 + 165 + 71 = 462 (100%)
R 226 of 462 ~ 48.92%
G 165 of 462 ~ 35.71%
B 71 of 462 ~ 15.37%

%48.92
%35.71
%15.37

CMYK color model

#E2A547 color CMYK value is (0,27,69,11).

  • cyan value is 0.00%
  • magenta value is 26.99%
  • yellow value is 68.58%
  • key color value is 11.37%
CMYK:
(0,27,69,11)
C0M27Y69K11 
(0%,27%,69%,11%)
(0.00/0.27/0.69/0.11)	

CMYK percentages

%0
%26.99
%68.58
%11.37

Codes

Color #E2A547 in popluar color models

E2A547
RGB22616571
HSL36°72.77%58.24%
HSB/HSV36°68.58%88.63%
CMYK0.00%26.99%68.58%
11.37%

Color #E2A547 in popluar number systems.

HEXE2A547
Decimal22616571
Binary11100010101001011000111
Octal342245107

Shades and tints

Shades of #E2A547

#E2A547
(226,165,71)
#CE9641
(206,150,65)
#BA873B
(186,135,59)
#A67835
(166,120,53)
#92692F
(146,105,47)
#7E5A29
(126,90,41)
#6A4B23
(106,75,35)
#563C1D
(86,60,29)
#422D17
(66,45,23)
#2E1E11
(46,30,17)
#1A0F0B
(26,15,11)
#000000
(0,0,0)

Tints of #E2A547

#E2A547
(226,165,71)
#E4AD57
(228,173,87)
#E6B567
(230,181,103)
#E8BD77
(232,189,119)
#EAC587
(234,197,135)
#ECCD97
(236,205,151)
#EED5A7
(238,213,167)
#F0DDB7
(240,221,183)
#F2E5C7
(242,229,199)
#F4EDD7
(244,237,215)
#F6F5E7
(246,245,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E2A547; }

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

This text font color is #E2A547.


Background Color

.myBgColor { background-color: #E2A547; }

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

This div background color is #E2A547.


Border color

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

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

This div border color is #E2A547.


Opacity

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

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

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

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

This text has shadow with #E2A547 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E2A547 on black background.


Color preview on white background

This text has color #E2A547 on white background.



Black color preview on #E2A547 background

This text has black color on #E2A547 background.


White color preview on #E2A547 background

This text has white color on #E2A547 background.