COLOR #EA5407

HEX: #EA5407
RGB: (234,84,7)

Color info

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

RGB color model

#EA5407 color RGB value is (234,84,7).

  • red value is 234;
  • green value is 84;
  • blue value is 7.
RGB:
(234,84,7)
(92%,33%,3%)

RGB channels and saturation

R 234 of 255 = 92%
G 84 of 255 = 33%
B 7 of 255 = 3%

234
84
7

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

Portions of RGB colors in percentages

R + G + B =
234 + 84 + 7 = 325 (100%)
R 234 of 325 ~ 72%
G 84 of 325 ~ 25.85%
B 7 of 325 ~ 2.15%

%72
%25.85

CMYK color model

#EA5407 color CMYK value is (0,64,97,8).

  • cyan value is 0.00%
  • magenta value is 64.10%
  • yellow value is 97.01%
  • key color value is 8.24%
CMYK:
(0,64,97,8)
C0M64Y97K8 
(0%,64%,97%,8%)
(0.00/0.64/0.97/0.08)	

CMYK percentages

%0
%64.1
%97.01
%8.24

Codes

Color #EA5407 in popluar color models

EA5407
RGB234847
HSL20°94.19%47.25%
HSB/HSV20°97.01%91.76%
CMYK0.00%64.10%97.01%
8.24%

Color #EA5407 in popluar number systems.

HEXEA5407
Decimal234847
Binary111010101010100111
Octal3521247

Shades and tints

Shades of #EA5407

#EA5407
(234,84,7)
#D54D07
(213,77,7)
#C04607
(192,70,7)
#AB3F07
(171,63,7)
#963807
(150,56,7)
#813107
(129,49,7)
#6C2A07
(108,42,7)
#572307
(87,35,7)
#421C07
(66,28,7)
#2D1507
(45,21,7)
#180E07
(24,14,7)
#000000
(0,0,0)

Tints of #EA5407

#EA5407
(234,84,7)
#EB631D
(235,99,29)
#EC7233
(236,114,51)
#ED8149
(237,129,73)
#EE905F
(238,144,95)
#EF9F75
(239,159,117)
#F0AE8B
(240,174,139)
#F1BDA1
(241,189,161)
#F2CCB7
(242,204,183)
#F3DBCD
(243,219,205)
#F4EAE3
(244,234,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EA5407 color. Also use rgb(234,84,7) instead hex code.

Text Font Color

.myTextColor { color: #EA5407; }

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

This text font color is #EA5407.


Background Color

.myBgColor { background-color: #EA5407; }

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

This div background color is #EA5407.


Border color

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

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

This div border color is #EA5407.


Opacity

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

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

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

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

This text has shadow with #EA5407 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EA5407 on black background.


Color preview on white background

This text has color #EA5407 on white background.



Black color preview on #EA5407 background

This text has black color on #EA5407 background.


White color preview on #EA5407 background

This text has white color on #EA5407 background.