COLOR #E58A72

HEX: #E58A72
RGB: (229,138,114)

Color info

#E58A72 contains mainly red color. Web safe color of #E58A72 is #CC9966 (or #C96).

RGB color model

#E58A72 color RGB value is (229,138,114).

  • red value is 229;
  • green value is 138;
  • blue value is 114.
RGB:
(229,138,114)
(90%,54%,45%)

RGB channels and saturation

R 229 of 255 = 90%
G 138 of 255 = 54%
B 114 of 255 = 45%

229
138
114

R + G + B ~ 63%. #E58A72 is quite light color.

Portions of RGB colors in percentages

R + G + B =
229 + 138 + 114 = 481 (100%)
R 229 of 481 ~ 47.61%
G 138 of 481 ~ 28.69%
B 114 of 481 ~ 23.7%

%47.61
%28.69
%23.7

CMYK color model

#E58A72 color CMYK value is (0,40,50,10).

  • cyan value is 0.00%
  • magenta value is 39.74%
  • yellow value is 50.22%
  • key color value is 10.20%
CMYK:
(0,40,50,10)
C0M40Y50K10 
(0%,40%,50%,10%)
(0.00/0.40/0.50/0.10)	

CMYK percentages

%0
%39.74
%50.22
%10.2

Codes

Color #E58A72 in popluar color models

E58A72
RGB229138114
HSL13°68.86%67.25%
HSB/HSV13°50.22%89.80%
CMYK0.00%39.74%50.22%
10.20%

Color #E58A72 in popluar number systems.

HEXE58A72
Decimal229138114
Binary11100101100010101110010
Octal345212162

Shades and tints

Shades of #E58A72

#E58A72
(229,138,114)
#D17E68
(209,126,104)
#BD725E
(189,114,94)
#A96654
(169,102,84)
#955A4A
(149,90,74)
#814E40
(129,78,64)
#6D4236
(109,66,54)
#59362C
(89,54,44)
#452A22
(69,42,34)
#311E18
(49,30,24)
#1D120E
(29,18,14)
#000000
(0,0,0)

Tints of #E58A72

#E58A72
(229,138,114)
#E7947E
(231,148,126)
#E99E8A
(233,158,138)
#EBA896
(235,168,150)
#EDB2A2
(237,178,162)
#EFBCAE
(239,188,174)
#F1C6BA
(241,198,186)
#F3D0C6
(243,208,198)
#F5DAD2
(245,218,210)
#F7E4DE
(247,228,222)
#F9EEEA
(249,238,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E58A72 color. Also use rgb(229,138,114) instead hex code.

Text Font Color

.myTextColor { color: #E58A72; }

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

This text font color is #E58A72.


Background Color

.myBgColor { background-color: #E58A72; }

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

This div background color is #E58A72.


Border color

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

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

This div border color is #E58A72.


Opacity

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

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

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

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

This text has shadow with #E58A72 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E58A72 on black background.


Color preview on white background

This text has color #E58A72 on white background.



Black color preview on #E58A72 background

This text has black color on #E58A72 background.


White color preview on #E58A72 background

This text has white color on #E58A72 background.