COLOR #EA7F59

HEX: #EA7F59
RGB: (234,127,89)

Color info

#EA7F59 contains mainly red color. Web safe color of #EA7F59 is #FF6666 (or #F66).

RGB color model

#EA7F59 color RGB value is (234,127,89).

  • red value is 234;
  • green value is 127;
  • blue value is 89.
RGB:
(234,127,89)
(92%,50%,35%)

RGB channels and saturation

R 234 of 255 = 92%
G 127 of 255 = 50%
B 89 of 255 = 35%

234
127
89

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

Portions of RGB colors in percentages

R + G + B =
234 + 127 + 89 = 450 (100%)
R 234 of 450 ~ 52%
G 127 of 450 ~ 28.22%
B 89 of 450 ~ 19.78%

%52
%28.22
%19.78

CMYK color model

#EA7F59 color CMYK value is (0,46,62,8).

  • cyan value is 0.00%
  • magenta value is 45.73%
  • yellow value is 61.97%
  • key color value is 8.24%
CMYK:
(0,46,62,8)
C0M46Y62K8 
(0%,46%,62%,8%)
(0.00/0.46/0.62/0.08)	

CMYK percentages

%0
%45.73
%61.97
%8.24

Codes

Color #EA7F59 in popluar color models

EA7F59
RGB23412789
HSL16°77.54%63.33%
HSB/HSV16°61.97%91.76%
CMYK0.00%45.73%61.97%
8.24%

Color #EA7F59 in popluar number systems.

HEXEA7F59
Decimal23412789
Binary1110101011111111011001
Octal352177131

Shades and tints

Shades of #EA7F59

#EA7F59
(234,127,89)
#D57451
(213,116,81)
#C06949
(192,105,73)
#AB5E41
(171,94,65)
#965339
(150,83,57)
#814831
(129,72,49)
#6C3D29
(108,61,41)
#573221
(87,50,33)
#422719
(66,39,25)
#2D1C11
(45,28,17)
#181109
(24,17,9)
#000000
(0,0,0)

Tints of #EA7F59

#EA7F59
(234,127,89)
#EB8A68
(235,138,104)
#EC9577
(236,149,119)
#EDA086
(237,160,134)
#EEAB95
(238,171,149)
#EFB6A4
(239,182,164)
#F0C1B3
(240,193,179)
#F1CCC2
(241,204,194)
#F2D7D1
(242,215,209)
#F3E2E0
(243,226,224)
#F4EDEF
(244,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EA7F59 color. Also use rgb(234,127,89) instead hex code.

Text Font Color

.myTextColor { color: #EA7F59; }

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

This text font color is #EA7F59.


Background Color

.myBgColor { background-color: #EA7F59; }

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

This div background color is #EA7F59.


Border color

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

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

This div border color is #EA7F59.


Opacity

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

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

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

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

This text has shadow with #EA7F59 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EA7F59 on black background.


Color preview on white background

This text has color #EA7F59 on white background.



Black color preview on #EA7F59 background

This text has black color on #EA7F59 background.


White color preview on #EA7F59 background

This text has white color on #EA7F59 background.