COLOR #EA5918

HEX: #EA5918
RGB: (234,89,24)

Color info

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

RGB color model

#EA5918 color RGB value is (234,89,24).

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

RGB channels and saturation

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

234
89
24

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

Portions of RGB colors in percentages

R + G + B =
234 + 89 + 24 = 347 (100%)
R 234 of 347 ~ 67.44%
G 89 of 347 ~ 25.65%
B 24 of 347 ~ 6.92%

%67.44
%25.65

CMYK color model

#EA5918 color CMYK value is (0,62,90,8).

  • cyan value is 0.00%
  • magenta value is 61.97%
  • yellow value is 89.74%
  • key color value is 8.24%
CMYK:
(0,62,90,8)
C0M62Y90K8 
(0%,62%,90%,8%)
(0.00/0.62/0.90/0.08)	

CMYK percentages

%0
%61.97
%89.74
%8.24

Codes

Color #EA5918 in popluar color models

EA5918
RGB2348924
HSL19°83.33%50.59%
HSB/HSV19°89.74%91.76%
CMYK0.00%61.97%89.74%
8.24%

Color #EA5918 in popluar number systems.

HEXEA5918
Decimal2348924
Binary11101010101100111000
Octal35213130

Shades and tints

Shades of #EA5918

#EA5918
(234,89,24)
#D55116
(213,81,22)
#C04914
(192,73,20)
#AB4112
(171,65,18)
#963910
(150,57,16)
#81310E
(129,49,14)
#6C290C
(108,41,12)
#57210A
(87,33,10)
#421908
(66,25,8)
#2D1106
(45,17,6)
#180904
(24,9,4)
#000000
(0,0,0)

Tints of #EA5918

#EA5918
(234,89,24)
#EB682D
(235,104,45)
#EC7742
(236,119,66)
#ED8657
(237,134,87)
#EE956C
(238,149,108)
#EFA481
(239,164,129)
#F0B396
(240,179,150)
#F1C2AB
(241,194,171)
#F2D1C0
(242,209,192)
#F3E0D5
(243,224,213)
#F4EFEA
(244,239,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EA5918; }

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

This text font color is #EA5918.


Background Color

.myBgColor { background-color: #EA5918; }

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

This div background color is #EA5918.


Border color

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

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

This div border color is #EA5918.


Opacity

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

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

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

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

This text has shadow with #EA5918 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EA5918 on black background.


Color preview on white background

This text has color #EA5918 on white background.



Black color preview on #EA5918 background

This text has black color on #EA5918 background.


White color preview on #EA5918 background

This text has white color on #EA5918 background.