COLOR #EA520F

HEX: #EA520F
RGB: (234,82,15)

Color info

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

RGB color model

#EA520F color RGB value is (234,82,15).

  • red value is 234;
  • green value is 82;
  • blue value is 15.
RGB:
(234,82,15)
(92%,32%,6%)

RGB channels and saturation

R 234 of 255 = 92%
G 82 of 255 = 32%
B 15 of 255 = 6%

234
82
15

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

Portions of RGB colors in percentages

R + G + B =
234 + 82 + 15 = 331 (100%)
R 234 of 331 ~ 70.69%
G 82 of 331 ~ 24.77%
B 15 of 331 ~ 4.53%

%70.69
%24.77

CMYK color model

#EA520F color CMYK value is (0,65,94,8).

  • cyan value is 0.00%
  • magenta value is 64.96%
  • yellow value is 93.59%
  • key color value is 8.24%
CMYK:
(0,65,94,8)
C0M65Y94K8 
(0%,65%,94%,8%)
(0.00/0.65/0.94/0.08)	

CMYK percentages

%0
%64.96
%93.59
%8.24

Codes

Color #EA520F in popluar color models

EA520F
RGB2348215
HSL18°87.95%48.82%
HSB/HSV18°93.59%91.76%
CMYK0.00%64.96%93.59%
8.24%

Color #EA520F in popluar number systems.

HEXEA520F
Decimal2348215
Binary1110101010100101111
Octal35212217

Shades and tints

Shades of #EA520F

#EA520F
(234,82,15)
#D54B0E
(213,75,14)
#C0440D
(192,68,13)
#AB3D0C
(171,61,12)
#96360B
(150,54,11)
#812F0A
(129,47,10)
#6C2809
(108,40,9)
#572108
(87,33,8)
#421A07
(66,26,7)
#2D1306
(45,19,6)
#180C05
(24,12,5)
#000000
(0,0,0)

Tints of #EA520F

#EA520F
(234,82,15)
#EB6124
(235,97,36)
#EC7039
(236,112,57)
#ED7F4E
(237,127,78)
#EE8E63
(238,142,99)
#EF9D78
(239,157,120)
#F0AC8D
(240,172,141)
#F1BBA2
(241,187,162)
#F2CAB7
(242,202,183)
#F3D9CC
(243,217,204)
#F4E8E1
(244,232,225)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EA520F color. Also use rgb(234,82,15) instead hex code.

Text Font Color

.myTextColor { color: #EA520F; }

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

This text font color is #EA520F.


Background Color

.myBgColor { background-color: #EA520F; }

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

This div background color is #EA520F.


Border color

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

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

This div border color is #EA520F.


Opacity

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

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

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

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

This text has shadow with #EA520F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EA520F on black background.


Color preview on white background

This text has color #EA520F on white background.



Black color preview on #EA520F background

This text has black color on #EA520F background.


White color preview on #EA520F background

This text has white color on #EA520F background.