COLOR #E2A142

HEX: #E2A142
RGB: (226,161,66)

Color info

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

RGB color model

#E2A142 color RGB value is (226,161,66).

  • red value is 226;
  • green value is 161;
  • blue value is 66.
RGB:
(226,161,66)
(89%,63%,26%)

RGB channels and saturation

R 226 of 255 = 89%
G 161 of 255 = 63%
B 66 of 255 = 26%

226
161
66

R + G + B ~ 59%. #E2A142 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
226 + 161 + 66 = 453 (100%)
R 226 of 453 ~ 49.89%
G 161 of 453 ~ 35.54%
B 66 of 453 ~ 14.57%

%49.89
%35.54
%14.57

CMYK color model

#E2A142 color CMYK value is (0,29,71,11).

  • cyan value is 0.00%
  • magenta value is 28.76%
  • yellow value is 70.80%
  • key color value is 11.37%
CMYK:
(0,29,71,11)
C0M29Y71K11 
(0%,29%,71%,11%)
(0.00/0.29/0.71/0.11)	

CMYK percentages

%0
%28.76
%70.8
%11.37

Codes

Color #E2A142 in popluar color models

E2A142
RGB22616166
HSL36°73.39%57.25%
HSB/HSV36°70.80%88.63%
CMYK0.00%28.76%70.80%
11.37%

Color #E2A142 in popluar number systems.

HEXE2A142
Decimal22616166
Binary11100010101000011000010
Octal342241102

Shades and tints

Shades of #E2A142

#E2A142
(226,161,66)
#CE933C
(206,147,60)
#BA8536
(186,133,54)
#A67730
(166,119,48)
#92692A
(146,105,42)
#7E5B24
(126,91,36)
#6A4D1E
(106,77,30)
#563F18
(86,63,24)
#423112
(66,49,18)
#2E230C
(46,35,12)
#1A1506
(26,21,6)
#000000
(0,0,0)

Tints of #E2A142

#E2A142
(226,161,66)
#E4A953
(228,169,83)
#E6B164
(230,177,100)
#E8B975
(232,185,117)
#EAC186
(234,193,134)
#ECC997
(236,201,151)
#EED1A8
(238,209,168)
#F0D9B9
(240,217,185)
#F2E1CA
(242,225,202)
#F4E9DB
(244,233,219)
#F6F1EC
(246,241,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E2A142 color. Also use rgb(226,161,66) instead hex code.

Text Font Color

.myTextColor { color: #E2A142; }

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

This text font color is #E2A142.


Background Color

.myBgColor { background-color: #E2A142; }

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

This div background color is #E2A142.


Border color

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

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

This div border color is #E2A142.


Opacity

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

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

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

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

This text has shadow with #E2A142 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E2A142 on black background.


Color preview on white background

This text has color #E2A142 on white background.



Black color preview on #E2A142 background

This text has black color on #E2A142 background.


White color preview on #E2A142 background

This text has white color on #E2A142 background.