COLOR #EA9204

HEX: #EA9204
RGB: (234,146,4)

Color info

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

RGB color model

#EA9204 color RGB value is (234,146,4).

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

RGB channels and saturation

R 234 of 255 = 92%
G 146 of 255 = 57%
B 4 of 255 = 2%

234
146
4

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

Portions of RGB colors in percentages

R + G + B =
234 + 146 + 4 = 384 (100%)
R 234 of 384 ~ 60.94%
G 146 of 384 ~ 38.02%
B 4 of 384 ~ 1.04%

%60.94
%38.02

CMYK color model

#EA9204 color CMYK value is (0,38,98,8).

  • cyan value is 0.00%
  • magenta value is 37.61%
  • yellow value is 98.29%
  • key color value is 8.24%
CMYK:
(0,38,98,8)
C0M38Y98K8 
(0%,38%,98%,8%)
(0.00/0.38/0.98/0.08)	

CMYK percentages

%0
%37.61
%98.29
%8.24

Codes

Color #EA9204 in popluar color models

EA9204
RGB2341464
HSL37°96.64%46.67%
HSB/HSV37°98.29%91.76%
CMYK0.00%37.61%98.29%
8.24%

Color #EA9204 in popluar number systems.

HEXEA9204
Decimal2341464
Binary1110101010010010100
Octal3522224

Shades and tints

Shades of #EA9204

#EA9204
(234,146,4)
#D58504
(213,133,4)
#C07804
(192,120,4)
#AB6B04
(171,107,4)
#965E04
(150,94,4)
#815104
(129,81,4)
#6C4404
(108,68,4)
#573704
(87,55,4)
#422A04
(66,42,4)
#2D1D04
(45,29,4)
#181004
(24,16,4)
#000000
(0,0,0)

Tints of #EA9204

#EA9204
(234,146,4)
#EB9B1A
(235,155,26)
#ECA430
(236,164,48)
#EDAD46
(237,173,70)
#EEB65C
(238,182,92)
#EFBF72
(239,191,114)
#F0C888
(240,200,136)
#F1D19E
(241,209,158)
#F2DAB4
(242,218,180)
#F3E3CA
(243,227,202)
#F4ECE0
(244,236,224)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EA9204; }

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

This text font color is #EA9204.


Background Color

.myBgColor { background-color: #EA9204; }

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

This div background color is #EA9204.


Border color

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

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

This div border color is #EA9204.


Opacity

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

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

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

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

This text has shadow with #EA9204 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EA9204 on black background.


Color preview on white background

This text has color #EA9204 on white background.



Black color preview on #EA9204 background

This text has black color on #EA9204 background.


White color preview on #EA9204 background

This text has white color on #EA9204 background.