COLOR #EA7239

HEX: #EA7239
RGB: (234,114,57)

Color info

#EA7239 contains mainly red color. Web safe color of #EA7239 is #FF6633 (or #F63).

RGB color model

#EA7239 color RGB value is (234,114,57).

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

RGB channels and saturation

R 234 of 255 = 92%
G 114 of 255 = 45%
B 57 of 255 = 22%

234
114
57

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

Portions of RGB colors in percentages

R + G + B =
234 + 114 + 57 = 405 (100%)
R 234 of 405 ~ 57.78%
G 114 of 405 ~ 28.15%
B 57 of 405 ~ 14.07%

%57.78
%28.15
%14.07

CMYK color model

#EA7239 color CMYK value is (0,51,76,8).

  • cyan value is 0.00%
  • magenta value is 51.28%
  • yellow value is 75.64%
  • key color value is 8.24%
CMYK:
(0,51,76,8)
C0M51Y76K8 
(0%,51%,76%,8%)
(0.00/0.51/0.76/0.08)	

CMYK percentages

%0
%51.28
%75.64
%8.24

Codes

Color #EA7239 in popluar color models

EA7239
RGB23411457
HSL19°80.82%57.06%
HSB/HSV19°75.64%91.76%
CMYK0.00%51.28%75.64%
8.24%

Color #EA7239 in popluar number systems.

HEXEA7239
Decimal23411457
Binary111010101110010111001
Octal35216271

Shades and tints

Shades of #EA7239

#EA7239
(234,114,57)
#D56834
(213,104,52)
#C05E2F
(192,94,47)
#AB542A
(171,84,42)
#964A25
(150,74,37)
#814020
(129,64,32)
#6C361B
(108,54,27)
#572C16
(87,44,22)
#422211
(66,34,17)
#2D180C
(45,24,12)
#180E07
(24,14,7)
#000000
(0,0,0)

Tints of #EA7239

#EA7239
(234,114,57)
#EB7E4B
(235,126,75)
#EC8A5D
(236,138,93)
#ED966F
(237,150,111)
#EEA281
(238,162,129)
#EFAE93
(239,174,147)
#F0BAA5
(240,186,165)
#F1C6B7
(241,198,183)
#F2D2C9
(242,210,201)
#F3DEDB
(243,222,219)
#F4EAED
(244,234,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EA7239; }

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

This text font color is #EA7239.


Background Color

.myBgColor { background-color: #EA7239; }

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

This div background color is #EA7239.


Border color

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

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

This div border color is #EA7239.


Opacity

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

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

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

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

This text has shadow with #EA7239 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EA7239 on black background.


Color preview on white background

This text has color #EA7239 on white background.



Black color preview on #EA7239 background

This text has black color on #EA7239 background.


White color preview on #EA7239 background

This text has white color on #EA7239 background.