COLOR #E2A74A

HEX: #E2A74A
RGB: (226,167,74)

Color info

#E2A74A contains mainly red and green colors. Web safe color of #E2A74A is #CC9933 (or #C93).

RGB color model

#E2A74A color RGB value is (226,167,74).

  • red value is 226;
  • green value is 167;
  • blue value is 74.
RGB:
(226,167,74)
(89%,65%,29%)

RGB channels and saturation

R 226 of 255 = 89%
G 167 of 255 = 65%
B 74 of 255 = 29%

226
167
74

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

Portions of RGB colors in percentages

R + G + B =
226 + 167 + 74 = 467 (100%)
R 226 of 467 ~ 48.39%
G 167 of 467 ~ 35.76%
B 74 of 467 ~ 15.85%

%48.39
%35.76
%15.85

CMYK color model

#E2A74A color CMYK value is (0,26,67,11).

  • cyan value is 0.00%
  • magenta value is 26.11%
  • yellow value is 67.26%
  • key color value is 11.37%
CMYK:
(0,26,67,11)
C0M26Y67K11 
(0%,26%,67%,11%)
(0.00/0.26/0.67/0.11)	

CMYK percentages

%0
%26.11
%67.26
%11.37

Codes

Color #E2A74A in popluar color models

E2A74A
RGB22616774
HSL37°72.38%58.82%
HSB/HSV37°67.26%88.63%
CMYK0.00%26.11%67.26%
11.37%

Color #E2A74A in popluar number systems.

HEXE2A74A
Decimal22616774
Binary11100010101001111001010
Octal342247112

Shades and tints

Shades of #E2A74A

#E2A74A
(226,167,74)
#CE9844
(206,152,68)
#BA893E
(186,137,62)
#A67A38
(166,122,56)
#926B32
(146,107,50)
#7E5C2C
(126,92,44)
#6A4D26
(106,77,38)
#563E20
(86,62,32)
#422F1A
(66,47,26)
#2E2014
(46,32,20)
#1A110E
(26,17,14)
#000000
(0,0,0)

Tints of #E2A74A

#E2A74A
(226,167,74)
#E4AF5A
(228,175,90)
#E6B76A
(230,183,106)
#E8BF7A
(232,191,122)
#EAC78A
(234,199,138)
#ECCF9A
(236,207,154)
#EED7AA
(238,215,170)
#F0DFBA
(240,223,186)
#F2E7CA
(242,231,202)
#F4EFDA
(244,239,218)
#F6F7EA
(246,247,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E2A74A color. Also use rgb(226,167,74) instead hex code.

Text Font Color

.myTextColor { color: #E2A74A; }

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

This text font color is #E2A74A.


Background Color

.myBgColor { background-color: #E2A74A; }

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

This div background color is #E2A74A.


Border color

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

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

This div border color is #E2A74A.


Opacity

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

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

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

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

This text has shadow with #E2A74A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E2A74A on black background.


Color preview on white background

This text has color #E2A74A on white background.



Black color preview on #E2A74A background

This text has black color on #E2A74A background.


White color preview on #E2A74A background

This text has white color on #E2A74A background.