COLOR #EA9E05

HEX: #EA9E05
RGB: (234,158,5)

Color info

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

RGB color model

#EA9E05 color RGB value is (234,158,5).

  • red value is 234;
  • green value is 158;
  • blue value is 5.
RGB:
(234,158,5)
(92%,62%,2%)

RGB channels and saturation

R 234 of 255 = 92%
G 158 of 255 = 62%
B 5 of 255 = 2%

234
158
5

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

Portions of RGB colors in percentages

R + G + B =
234 + 158 + 5 = 397 (100%)
R 234 of 397 ~ 58.94%
G 158 of 397 ~ 39.8%
B 5 of 397 ~ 1.26%

%58.94
%39.8

CMYK color model

#EA9E05 color CMYK value is (0,32,98,8).

  • cyan value is 0.00%
  • magenta value is 32.48%
  • yellow value is 97.86%
  • key color value is 8.24%
CMYK:
(0,32,98,8)
C0M32Y98K8 
(0%,32%,98%,8%)
(0.00/0.32/0.98/0.08)	

CMYK percentages

%0
%32.48
%97.86
%8.24

Codes

Color #EA9E05 in popluar color models

EA9E05
RGB2341585
HSL40°95.82%46.86%
HSB/HSV40°97.86%91.76%
CMYK0.00%32.48%97.86%
8.24%

Color #EA9E05 in popluar number systems.

HEXEA9E05
Decimal2341585
Binary1110101010011110101
Octal3522365

Shades and tints

Shades of #EA9E05

#EA9E05
(234,158,5)
#D59005
(213,144,5)
#C08205
(192,130,5)
#AB7405
(171,116,5)
#966605
(150,102,5)
#815805
(129,88,5)
#6C4A05
(108,74,5)
#573C05
(87,60,5)
#422E05
(66,46,5)
#2D2005
(45,32,5)
#181205
(24,18,5)
#000000
(0,0,0)

Tints of #EA9E05

#EA9E05
(234,158,5)
#EBA61B
(235,166,27)
#ECAE31
(236,174,49)
#EDB647
(237,182,71)
#EEBE5D
(238,190,93)
#EFC673
(239,198,115)
#F0CE89
(240,206,137)
#F1D69F
(241,214,159)
#F2DEB5
(242,222,181)
#F3E6CB
(243,230,203)
#F4EEE1
(244,238,225)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EA9E05 color. Also use rgb(234,158,5) instead hex code.

Text Font Color

.myTextColor { color: #EA9E05; }

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

This text font color is #EA9E05.


Background Color

.myBgColor { background-color: #EA9E05; }

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

This div background color is #EA9E05.


Border color

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

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

This div border color is #EA9E05.


Opacity

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

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

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

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

This text has shadow with #EA9E05 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EA9E05 on black background.


Color preview on white background

This text has color #EA9E05 on white background.



Black color preview on #EA9E05 background

This text has black color on #EA9E05 background.


White color preview on #EA9E05 background

This text has white color on #EA9E05 background.