COLOR #EA5B0E

HEX: #EA5B0E
RGB: (234,91,14)

Color info

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

RGB color model

#EA5B0E color RGB value is (234,91,14).

  • red value is 234;
  • green value is 91;
  • blue value is 14.
RGB:
(234,91,14)
(92%,36%,5%)

RGB channels and saturation

R 234 of 255 = 92%
G 91 of 255 = 36%
B 14 of 255 = 5%

234
91
14

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

Portions of RGB colors in percentages

R + G + B =
234 + 91 + 14 = 339 (100%)
R 234 of 339 ~ 69.03%
G 91 of 339 ~ 26.84%
B 14 of 339 ~ 4.13%

%69.03
%26.84

CMYK color model

#EA5B0E color CMYK value is (0,61,94,8).

  • cyan value is 0.00%
  • magenta value is 61.11%
  • yellow value is 94.02%
  • key color value is 8.24%
CMYK:
(0,61,94,8)
C0M61Y94K8 
(0%,61%,94%,8%)
(0.00/0.61/0.94/0.08)	

CMYK percentages

%0
%61.11
%94.02
%8.24

Codes

Color #EA5B0E in popluar color models

EA5B0E
RGB2349114
HSL21°88.71%48.63%
HSB/HSV21°94.02%91.76%
CMYK0.00%61.11%94.02%
8.24%

Color #EA5B0E in popluar number systems.

HEXEA5B0E
Decimal2349114
Binary1110101010110111110
Octal35213316

Shades and tints

Shades of #EA5B0E

#EA5B0E
(234,91,14)
#D5530D
(213,83,13)
#C04B0C
(192,75,12)
#AB430B
(171,67,11)
#963B0A
(150,59,10)
#813309
(129,51,9)
#6C2B08
(108,43,8)
#572307
(87,35,7)
#421B06
(66,27,6)
#2D1305
(45,19,5)
#180B04
(24,11,4)
#000000
(0,0,0)

Tints of #EA5B0E

#EA5B0E
(234,91,14)
#EB6923
(235,105,35)
#EC7738
(236,119,56)
#ED854D
(237,133,77)
#EE9362
(238,147,98)
#EFA177
(239,161,119)
#F0AF8C
(240,175,140)
#F1BDA1
(241,189,161)
#F2CBB6
(242,203,182)
#F3D9CB
(243,217,203)
#F4E7E0
(244,231,224)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EA5B0E color. Also use rgb(234,91,14) instead hex code.

Text Font Color

.myTextColor { color: #EA5B0E; }

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

This text font color is #EA5B0E.


Background Color

.myBgColor { background-color: #EA5B0E; }

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

This div background color is #EA5B0E.


Border color

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

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

This div border color is #EA5B0E.


Opacity

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

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

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

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

This text has shadow with #EA5B0E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EA5B0E on black background.


Color preview on white background

This text has color #EA5B0E on white background.



Black color preview on #EA5B0E background

This text has black color on #EA5B0E background.


White color preview on #EA5B0E background

This text has white color on #EA5B0E background.