COLOR #E2A40D

HEX: #E2A40D
RGB: (226,164,13)

Color info

#E2A40D contains mainly red color. Web safe color of #E2A40D is #CC9900 (or #C90).

RGB color model

#E2A40D color RGB value is (226,164,13).

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

RGB channels and saturation

R 226 of 255 = 89%
G 164 of 255 = 64%
B 13 of 255 = 5%

226
164
13

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

Portions of RGB colors in percentages

R + G + B =
226 + 164 + 13 = 403 (100%)
R 226 of 403 ~ 56.08%
G 164 of 403 ~ 40.69%
B 13 of 403 ~ 3.23%

%56.08
%40.69

CMYK color model

#E2A40D color CMYK value is (0,27,94,11).

  • cyan value is 0.00%
  • magenta value is 27.43%
  • yellow value is 94.25%
  • key color value is 11.37%
CMYK:
(0,27,94,11)
C0M27Y94K11 
(0%,27%,94%,11%)
(0.00/0.27/0.94/0.11)	

CMYK percentages

%0
%27.43
%94.25
%11.37

Codes

Color #E2A40D in popluar color models

E2A40D
RGB22616413
HSL43°89.12%46.86%
HSB/HSV43°94.25%88.63%
CMYK0.00%27.43%94.25%
11.37%

Color #E2A40D in popluar number systems.

HEXE2A40D
Decimal22616413
Binary11100010101001001101
Octal34224415

Shades and tints

Shades of #E2A40D

#E2A40D
(226,164,13)
#CE960C
(206,150,12)
#BA880B
(186,136,11)
#A67A0A
(166,122,10)
#926C09
(146,108,9)
#7E5E08
(126,94,8)
#6A5007
(106,80,7)
#564206
(86,66,6)
#423405
(66,52,5)
#2E2604
(46,38,4)
#1A1803
(26,24,3)
#000000
(0,0,0)

Tints of #E2A40D

#E2A40D
(226,164,13)
#E4AC23
(228,172,35)
#E6B439
(230,180,57)
#E8BC4F
(232,188,79)
#EAC465
(234,196,101)
#ECCC7B
(236,204,123)
#EED491
(238,212,145)
#F0DCA7
(240,220,167)
#F2E4BD
(242,228,189)
#F4ECD3
(244,236,211)
#F6F4E9
(246,244,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E2A40D; }

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

This text font color is #E2A40D.


Background Color

.myBgColor { background-color: #E2A40D; }

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

This div background color is #E2A40D.


Border color

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

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

This div border color is #E2A40D.


Opacity

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

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

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

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

This text has shadow with #E2A40D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E2A40D on black background.


Color preview on white background

This text has color #E2A40D on white background.



Black color preview on #E2A40D background

This text has black color on #E2A40D background.


White color preview on #E2A40D background

This text has white color on #E2A40D background.