COLOR #EA9B04

HEX: #EA9B04
RGB: (234,155,4)

Color info

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

RGB color model

#EA9B04 color RGB value is (234,155,4).

  • red value is 234;
  • green value is 155;
  • blue value is 4.
RGB:
(234,155,4)
(92%,61%,2%)

RGB channels and saturation

R 234 of 255 = 92%
G 155 of 255 = 61%
B 4 of 255 = 2%

234
155
4

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

Portions of RGB colors in percentages

R + G + B =
234 + 155 + 4 = 393 (100%)
R 234 of 393 ~ 59.54%
G 155 of 393 ~ 39.44%
B 4 of 393 ~ 1.02%

%59.54
%39.44

CMYK color model

#EA9B04 color CMYK value is (0,34,98,8).

  • cyan value is 0.00%
  • magenta value is 33.76%
  • yellow value is 98.29%
  • key color value is 8.24%
CMYK:
(0,34,98,8)
C0M34Y98K8 
(0%,34%,98%,8%)
(0.00/0.34/0.98/0.08)	

CMYK percentages

%0
%33.76
%98.29
%8.24

Codes

Color #EA9B04 in popluar color models

EA9B04
RGB2341554
HSL39°96.64%46.67%
HSB/HSV39°98.29%91.76%
CMYK0.00%33.76%98.29%
8.24%

Color #EA9B04 in popluar number systems.

HEXEA9B04
Decimal2341554
Binary1110101010011011100
Octal3522334

Shades and tints

Shades of #EA9B04

#EA9B04
(234,155,4)
#D58D04
(213,141,4)
#C07F04
(192,127,4)
#AB7104
(171,113,4)
#966304
(150,99,4)
#815504
(129,85,4)
#6C4704
(108,71,4)
#573904
(87,57,4)
#422B04
(66,43,4)
#2D1D04
(45,29,4)
#180F04
(24,15,4)
#000000
(0,0,0)

Tints of #EA9B04

#EA9B04
(234,155,4)
#EBA41A
(235,164,26)
#ECAD30
(236,173,48)
#EDB646
(237,182,70)
#EEBF5C
(238,191,92)
#EFC872
(239,200,114)
#F0D188
(240,209,136)
#F1DA9E
(241,218,158)
#F2E3B4
(242,227,180)
#F3ECCA
(243,236,202)
#F4F5E0
(244,245,224)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EA9B04 color. Also use rgb(234,155,4) instead hex code.

Text Font Color

.myTextColor { color: #EA9B04; }

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

This text font color is #EA9B04.


Background Color

.myBgColor { background-color: #EA9B04; }

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

This div background color is #EA9B04.


Border color

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

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

This div border color is #EA9B04.


Opacity

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

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

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

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

This text has shadow with #EA9B04 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EA9B04 on black background.


Color preview on white background

This text has color #EA9B04 on white background.



Black color preview on #EA9B04 background

This text has black color on #EA9B04 background.


White color preview on #EA9B04 background

This text has white color on #EA9B04 background.