COLOR #EA7209

HEX: #EA7209
RGB: (234,114,9)

Color info

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

RGB color model

#EA7209 color RGB value is (234,114,9).

  • red value is 234;
  • green value is 114;
  • blue value is 9.
RGB:
(234,114,9)
(92%,45%,4%)

RGB channels and saturation

R 234 of 255 = 92%
G 114 of 255 = 45%
B 9 of 255 = 4%

234
114
9

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

Portions of RGB colors in percentages

R + G + B =
234 + 114 + 9 = 357 (100%)
R 234 of 357 ~ 65.55%
G 114 of 357 ~ 31.93%
B 9 of 357 ~ 2.52%

%65.55
%31.93

CMYK color model

#EA7209 color CMYK value is (0,51,96,8).

  • cyan value is 0.00%
  • magenta value is 51.28%
  • yellow value is 96.15%
  • key color value is 8.24%
CMYK:
(0,51,96,8)
C0M51Y96K8 
(0%,51%,96%,8%)
(0.00/0.51/0.96/0.08)	

CMYK percentages

%0
%51.28
%96.15
%8.24

Codes

Color #EA7209 in popluar color models

EA7209
RGB2341149
HSL28°92.59%47.65%
HSB/HSV28°96.15%91.76%
CMYK0.00%51.28%96.15%
8.24%

Color #EA7209 in popluar number systems.

HEXEA7209
Decimal2341149
Binary1110101011100101001
Octal35216211

Shades and tints

Shades of #EA7209

#EA7209
(234,114,9)
#D56809
(213,104,9)
#C05E09
(192,94,9)
#AB5409
(171,84,9)
#964A09
(150,74,9)
#814009
(129,64,9)
#6C3609
(108,54,9)
#572C09
(87,44,9)
#422209
(66,34,9)
#2D1809
(45,24,9)
#180E09
(24,14,9)
#000000
(0,0,0)

Tints of #EA7209

#EA7209
(234,114,9)
#EB7E1F
(235,126,31)
#EC8A35
(236,138,53)
#ED964B
(237,150,75)
#EEA261
(238,162,97)
#EFAE77
(239,174,119)
#F0BA8D
(240,186,141)
#F1C6A3
(241,198,163)
#F2D2B9
(242,210,185)
#F3DECF
(243,222,207)
#F4EAE5
(244,234,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EA7209 color. Also use rgb(234,114,9) instead hex code.

Text Font Color

.myTextColor { color: #EA7209; }

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

This text font color is #EA7209.


Background Color

.myBgColor { background-color: #EA7209; }

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

This div background color is #EA7209.


Border color

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

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

This div border color is #EA7209.


Opacity

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

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

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

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

This text has shadow with #EA7209 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EA7209 on black background.


Color preview on white background

This text has color #EA7209 on white background.



Black color preview on #EA7209 background

This text has black color on #EA7209 background.


White color preview on #EA7209 background

This text has white color on #EA7209 background.