COLOR #E9A42A

HEX: #E9A42A
RGB: (233,164,42)

Color info

#E9A42A contains mainly red color. Web safe color of #E9A42A is #FF9933 (or #F93).

RGB color model

#E9A42A color RGB value is (233,164,42).

  • red value is 233;
  • green value is 164;
  • blue value is 42.
RGB:
(233,164,42)
(91%,64%,16%)

RGB channels and saturation

R 233 of 255 = 91%
G 164 of 255 = 64%
B 42 of 255 = 16%

233
164
42

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

Portions of RGB colors in percentages

R + G + B =
233 + 164 + 42 = 439 (100%)
R 233 of 439 ~ 53.08%
G 164 of 439 ~ 37.36%
B 42 of 439 ~ 9.57%

%53.08
%37.36
%9.57

CMYK color model

#E9A42A color CMYK value is (0,30,82,9).

  • cyan value is 0.00%
  • magenta value is 29.61%
  • yellow value is 81.97%
  • key color value is 8.63%
CMYK:
(0,30,82,9)
C0M30Y82K9 
(0%,30%,82%,9%)
(0.00/0.30/0.82/0.09)	

CMYK percentages

%0
%29.61
%81.97
%8.63

Codes

Color #E9A42A in popluar color models

E9A42A
RGB23316442
HSL38°81.28%53.92%
HSB/HSV38°81.97%91.37%
CMYK0.00%29.61%81.97%
8.63%

Color #E9A42A in popluar number systems.

HEXE9A42A
Decimal23316442
Binary1110100110100100101010
Octal35124452

Shades and tints

Shades of #E9A42A

#E9A42A
(233,164,42)
#D49627
(212,150,39)
#BF8824
(191,136,36)
#AA7A21
(170,122,33)
#956C1E
(149,108,30)
#805E1B
(128,94,27)
#6B5018
(107,80,24)
#564215
(86,66,21)
#413412
(65,52,18)
#2C260F
(44,38,15)
#17180C
(23,24,12)
#000000
(0,0,0)

Tints of #E9A42A

#E9A42A
(233,164,42)
#EBAC3D
(235,172,61)
#EDB450
(237,180,80)
#EFBC63
(239,188,99)
#F1C476
(241,196,118)
#F3CC89
(243,204,137)
#F5D49C
(245,212,156)
#F7DCAF
(247,220,175)
#F9E4C2
(249,228,194)
#FBECD5
(251,236,213)
#FDF4E8
(253,244,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E9A42A color. Also use rgb(233,164,42) instead hex code.

Text Font Color

.myTextColor { color: #E9A42A; }

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

This text font color is #E9A42A.


Background Color

.myBgColor { background-color: #E9A42A; }

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

This div background color is #E9A42A.


Border color

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

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

This div border color is #E9A42A.


Opacity

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

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

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

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

This text has shadow with #E9A42A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E9A42A on black background.


Color preview on white background

This text has color #E9A42A on white background.



Black color preview on #E9A42A background

This text has black color on #E9A42A background.


White color preview on #E9A42A background

This text has white color on #E9A42A background.