COLOR #E2A45A

HEX: #E2A45A
RGB: (226,164,90)

Color info

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

RGB color model

#E2A45A color RGB value is (226,164,90).

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

RGB channels and saturation

R 226 of 255 = 89%
G 164 of 255 = 64%
B 90 of 255 = 35%

226
164
90

R + G + B ~ 63%. #E2A45A is quite light color.

Portions of RGB colors in percentages

R + G + B =
226 + 164 + 90 = 480 (100%)
R 226 of 480 ~ 47.08%
G 164 of 480 ~ 34.17%
B 90 of 480 ~ 18.75%

%47.08
%34.17
%18.75

CMYK color model

#E2A45A color CMYK value is (0,27,60,11).

  • cyan value is 0.00%
  • magenta value is 27.43%
  • yellow value is 60.18%
  • key color value is 11.37%
CMYK:
(0,27,60,11)
C0M27Y60K11 
(0%,27%,60%,11%)
(0.00/0.27/0.60/0.11)	

CMYK percentages

%0
%27.43
%60.18
%11.37

Codes

Color #E2A45A in popluar color models

E2A45A
RGB22616490
HSL33°70.10%61.96%
HSB/HSV33°60.18%88.63%
CMYK0.00%27.43%60.18%
11.37%

Color #E2A45A in popluar number systems.

HEXE2A45A
Decimal22616490
Binary11100010101001001011010
Octal342244132

Shades and tints

Shades of #E2A45A

#E2A45A
(226,164,90)
#CE9652
(206,150,82)
#BA884A
(186,136,74)
#A67A42
(166,122,66)
#926C3A
(146,108,58)
#7E5E32
(126,94,50)
#6A502A
(106,80,42)
#564222
(86,66,34)
#42341A
(66,52,26)
#2E2612
(46,38,18)
#1A180A
(26,24,10)
#000000
(0,0,0)

Tints of #E2A45A

#E2A45A
(226,164,90)
#E4AC69
(228,172,105)
#E6B478
(230,180,120)
#E8BC87
(232,188,135)
#EAC496
(234,196,150)
#ECCCA5
(236,204,165)
#EED4B4
(238,212,180)
#F0DCC3
(240,220,195)
#F2E4D2
(242,228,210)
#F4ECE1
(244,236,225)
#F6F4F0
(246,244,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E2A45A; }

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

This text font color is #E2A45A.


Background Color

.myBgColor { background-color: #E2A45A; }

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

This div background color is #E2A45A.


Border color

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

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

This div border color is #E2A45A.


Opacity

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

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

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

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

This text has shadow with #E2A45A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E2A45A on black background.


Color preview on white background

This text has color #E2A45A on white background.



Black color preview on #E2A45A background

This text has black color on #E2A45A background.


White color preview on #E2A45A background

This text has white color on #E2A45A background.