COLOR #EA5915

HEX: #EA5915
RGB: (234,89,21)

Color info

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

RGB color model

#EA5915 color RGB value is (234,89,21).

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

RGB channels and saturation

R 234 of 255 = 92%
G 89 of 255 = 35%
B 21 of 255 = 8%

234
89
21

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

Portions of RGB colors in percentages

R + G + B =
234 + 89 + 21 = 344 (100%)
R 234 of 344 ~ 68.02%
G 89 of 344 ~ 25.87%
B 21 of 344 ~ 6.1%

%68.02
%25.87

CMYK color model

#EA5915 color CMYK value is (0,62,91,8).

  • cyan value is 0.00%
  • magenta value is 61.97%
  • yellow value is 91.03%
  • key color value is 8.24%
CMYK:
(0,62,91,8)
C0M62Y91K8 
(0%,62%,91%,8%)
(0.00/0.62/0.91/0.08)	

CMYK percentages

%0
%61.97
%91.03
%8.24

Codes

Color #EA5915 in popluar color models

EA5915
RGB2348921
HSL19°83.53%50.00%
HSB/HSV19°91.03%91.76%
CMYK0.00%61.97%91.03%
8.24%

Color #EA5915 in popluar number systems.

HEXEA5915
Decimal2348921
Binary11101010101100110101
Octal35213125

Shades and tints

Shades of #EA5915

#EA5915
(234,89,21)
#D55114
(213,81,20)
#C04913
(192,73,19)
#AB4112
(171,65,18)
#963911
(150,57,17)
#813110
(129,49,16)
#6C290F
(108,41,15)
#57210E
(87,33,14)
#42190D
(66,25,13)
#2D110C
(45,17,12)
#18090B
(24,9,11)
#000000
(0,0,0)

Tints of #EA5915

#EA5915
(234,89,21)
#EB682A
(235,104,42)
#EC773F
(236,119,63)
#ED8654
(237,134,84)
#EE9569
(238,149,105)
#EFA47E
(239,164,126)
#F0B393
(240,179,147)
#F1C2A8
(241,194,168)
#F2D1BD
(242,209,189)
#F3E0D2
(243,224,210)
#F4EFE7
(244,239,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EA5915; }

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

This text font color is #EA5915.


Background Color

.myBgColor { background-color: #EA5915; }

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

This div background color is #EA5915.


Border color

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

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

This div border color is #EA5915.


Opacity

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

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

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

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

This text has shadow with #EA5915 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EA5915 on black background.


Color preview on white background

This text has color #EA5915 on white background.



Black color preview on #EA5915 background

This text has black color on #EA5915 background.


White color preview on #EA5915 background

This text has white color on #EA5915 background.