COLOR #EA5909

HEX: #EA5909
RGB: (234,89,9)

Color info

#EA5909 contains mainly red color. Web safe color of #EA5909 is #FF6600 (or #F60).

RGB color model

#EA5909 color RGB value is (234,89,9).

  • red value is 234;
  • green value is 89;
  • blue value is 9.
RGB:
(234,89,9)
(92%,35%,4%)

RGB channels and saturation

R 234 of 255 = 92%
G 89 of 255 = 35%
B 9 of 255 = 4%

234
89
9

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

Portions of RGB colors in percentages

R + G + B =
234 + 89 + 9 = 332 (100%)
R 234 of 332 ~ 70.48%
G 89 of 332 ~ 26.81%
B 9 of 332 ~ 2.71%

%70.48
%26.81

CMYK color model

#EA5909 color CMYK value is (0,62,96,8).

  • cyan value is 0.00%
  • magenta value is 61.97%
  • yellow value is 96.15%
  • key color value is 8.24%
CMYK:
(0,62,96,8)
C0M62Y96K8 
(0%,62%,96%,8%)
(0.00/0.62/0.96/0.08)	

CMYK percentages

%0
%61.97
%96.15
%8.24

Codes

Color #EA5909 in popluar color models

EA5909
RGB234899
HSL21°92.59%47.65%
HSB/HSV21°96.15%91.76%
CMYK0.00%61.97%96.15%
8.24%

Color #EA5909 in popluar number systems.

HEXEA5909
Decimal234899
Binary1110101010110011001
Octal35213111

Shades and tints

Shades of #EA5909

#EA5909
(234,89,9)
#D55109
(213,81,9)
#C04909
(192,73,9)
#AB4109
(171,65,9)
#963909
(150,57,9)
#813109
(129,49,9)
#6C2909
(108,41,9)
#572109
(87,33,9)
#421909
(66,25,9)
#2D1109
(45,17,9)
#180909
(24,9,9)
#000000
(0,0,0)

Tints of #EA5909

#EA5909
(234,89,9)
#EB681F
(235,104,31)
#EC7735
(236,119,53)
#ED864B
(237,134,75)
#EE9561
(238,149,97)
#EFA477
(239,164,119)
#F0B38D
(240,179,141)
#F1C2A3
(241,194,163)
#F2D1B9
(242,209,185)
#F3E0CF
(243,224,207)
#F4EFE5
(244,239,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EA5909 color. Also use rgb(234,89,9) instead hex code.

Text Font Color

.myTextColor { color: #EA5909; }

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

This text font color is #EA5909.


Background Color

.myBgColor { background-color: #EA5909; }

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

This div background color is #EA5909.


Border color

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

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

This div border color is #EA5909.


Opacity

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

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

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

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

This text has shadow with #EA5909 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EA5909 on black background.


Color preview on white background

This text has color #EA5909 on white background.



Black color preview on #EA5909 background

This text has black color on #EA5909 background.


White color preview on #EA5909 background

This text has white color on #EA5909 background.