COLOR #EA8739

HEX: #EA8739
RGB: (234,135,57)

Color info

#EA8739 contains mainly red color. Web safe color of #EA8739 is #FF9933 (or #F93).

RGB color model

#EA8739 color RGB value is (234,135,57).

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

RGB channels and saturation

R 234 of 255 = 92%
G 135 of 255 = 53%
B 57 of 255 = 22%

234
135
57

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

Portions of RGB colors in percentages

R + G + B =
234 + 135 + 57 = 426 (100%)
R 234 of 426 ~ 54.93%
G 135 of 426 ~ 31.69%
B 57 of 426 ~ 13.38%

%54.93
%31.69
%13.38

CMYK color model

#EA8739 color CMYK value is (0,42,76,8).

  • cyan value is 0.00%
  • magenta value is 42.31%
  • yellow value is 75.64%
  • key color value is 8.24%
CMYK:
(0,42,76,8)
C0M42Y76K8 
(0%,42%,76%,8%)
(0.00/0.42/0.76/0.08)	

CMYK percentages

%0
%42.31
%75.64
%8.24

Codes

Color #EA8739 in popluar color models

EA8739
RGB23413557
HSL26°80.82%57.06%
HSB/HSV26°75.64%91.76%
CMYK0.00%42.31%75.64%
8.24%

Color #EA8739 in popluar number systems.

HEXEA8739
Decimal23413557
Binary1110101010000111111001
Octal35220771

Shades and tints

Shades of #EA8739

#EA8739
(234,135,57)
#D57B34
(213,123,52)
#C06F2F
(192,111,47)
#AB632A
(171,99,42)
#965725
(150,87,37)
#814B20
(129,75,32)
#6C3F1B
(108,63,27)
#573316
(87,51,22)
#422711
(66,39,17)
#2D1B0C
(45,27,12)
#180F07
(24,15,7)
#000000
(0,0,0)

Tints of #EA8739

#EA8739
(234,135,57)
#EB914B
(235,145,75)
#EC9B5D
(236,155,93)
#EDA56F
(237,165,111)
#EEAF81
(238,175,129)
#EFB993
(239,185,147)
#F0C3A5
(240,195,165)
#F1CDB7
(241,205,183)
#F2D7C9
(242,215,201)
#F3E1DB
(243,225,219)
#F4EBED
(244,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EA8739; }

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

This text font color is #EA8739.


Background Color

.myBgColor { background-color: #EA8739; }

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

This div background color is #EA8739.


Border color

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

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

This div border color is #EA8739.


Opacity

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

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

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

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

This text has shadow with #EA8739 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EA8739 on black background.


Color preview on white background

This text has color #EA8739 on white background.



Black color preview on #EA8739 background

This text has black color on #EA8739 background.


White color preview on #EA8739 background

This text has white color on #EA8739 background.