COLOR #EA9F16

HEX: #EA9F16
RGB: (234,159,22)

Color info

#EA9F16 contains mainly red color. Web safe color of #EA9F16 is #FF9900 (or #F90).

RGB color model

#EA9F16 color RGB value is (234,159,22).

  • red value is 234;
  • green value is 159;
  • blue value is 22.
RGB:
(234,159,22)
(92%,62%,9%)

RGB channels and saturation

R 234 of 255 = 92%
G 159 of 255 = 62%
B 22 of 255 = 9%

234
159
22

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

Portions of RGB colors in percentages

R + G + B =
234 + 159 + 22 = 415 (100%)
R 234 of 415 ~ 56.39%
G 159 of 415 ~ 38.31%
B 22 of 415 ~ 5.3%

%56.39
%38.31

CMYK color model

#EA9F16 color CMYK value is (0,32,91,8).

  • cyan value is 0.00%
  • magenta value is 32.05%
  • yellow value is 90.60%
  • key color value is 8.24%
CMYK:
(0,32,91,8)
C0M32Y91K8 
(0%,32%,91%,8%)
(0.00/0.32/0.91/0.08)	

CMYK percentages

%0
%32.05
%90.6
%8.24

Codes

Color #EA9F16 in popluar color models

EA9F16
RGB23415922
HSL39°83.46%50.20%
HSB/HSV39°90.60%91.76%
CMYK0.00%32.05%90.60%
8.24%

Color #EA9F16 in popluar number systems.

HEXEA9F16
Decimal23415922
Binary111010101001111110110
Octal35223726

Shades and tints

Shades of #EA9F16

#EA9F16
(234,159,22)
#D59114
(213,145,20)
#C08312
(192,131,18)
#AB7510
(171,117,16)
#96670E
(150,103,14)
#81590C
(129,89,12)
#6C4B0A
(108,75,10)
#573D08
(87,61,8)
#422F06
(66,47,6)
#2D2104
(45,33,4)
#181302
(24,19,2)
#000000
(0,0,0)

Tints of #EA9F16

#EA9F16
(234,159,22)
#EBA72B
(235,167,43)
#ECAF40
(236,175,64)
#EDB755
(237,183,85)
#EEBF6A
(238,191,106)
#EFC77F
(239,199,127)
#F0CF94
(240,207,148)
#F1D7A9
(241,215,169)
#F2DFBE
(242,223,190)
#F3E7D3
(243,231,211)
#F4EFE8
(244,239,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EA9F16 color. Also use rgb(234,159,22) instead hex code.

Text Font Color

.myTextColor { color: #EA9F16; }

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

This text font color is #EA9F16.


Background Color

.myBgColor { background-color: #EA9F16; }

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

This div background color is #EA9F16.


Border color

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

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

This div border color is #EA9F16.


Opacity

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

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

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

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

This text has shadow with #EA9F16 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EA9F16 on black background.


Color preview on white background

This text has color #EA9F16 on white background.



Black color preview on #EA9F16 background

This text has black color on #EA9F16 background.


White color preview on #EA9F16 background

This text has white color on #EA9F16 background.