COLOR #E58A73

HEX: #E58A73
RGB: (229,138,115)

Color info

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

RGB color model

#E58A73 color RGB value is (229,138,115).

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

RGB channels and saturation

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

229
138
115

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

Portions of RGB colors in percentages

R + G + B =
229 + 138 + 115 = 482 (100%)
R 229 of 482 ~ 47.51%
G 138 of 482 ~ 28.63%
B 115 of 482 ~ 23.86%

%47.51
%28.63
%23.86

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 39.74%
  • yellow value is 49.78%
  • 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
%49.78
%10.2

Codes

Color #E58A73 in popluar color models

E58A73
RGB229138115
HSL12°68.67%67.45%
HSB/HSV12°49.78%89.80%
CMYK0.00%39.74%49.78%
10.20%

Color #E58A73 in popluar number systems.

HEXE58A73
Decimal229138115
Binary11100101100010101110011
Octal345212163

Shades and tints

Shades of #E58A73

#E58A73
(229,138,115)
#D17E69
(209,126,105)
#BD725F
(189,114,95)
#A96655
(169,102,85)
#955A4B
(149,90,75)
#814E41
(129,78,65)
#6D4237
(109,66,55)
#59362D
(89,54,45)
#452A23
(69,42,35)
#311E19
(49,30,25)
#1D120F
(29,18,15)
#000000
(0,0,0)

Tints of #E58A73

#E58A73
(229,138,115)
#E7947F
(231,148,127)
#E99E8B
(233,158,139)
#EBA897
(235,168,151)
#EDB2A3
(237,178,163)
#EFBCAF
(239,188,175)
#F1C6BB
(241,198,187)
#F3D0C7
(243,208,199)
#F5DAD3
(245,218,211)
#F7E4DF
(247,228,223)
#F9EEEB
(249,238,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E58A73; }

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

This text font color is #E58A73.


Background Color

.myBgColor { background-color: #E58A73; }

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

This div background color is #E58A73.


Border color

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

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

This div border color is #E58A73.


Opacity

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

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

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

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

This text has shadow with #E58A73 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E58A73 on black background.


Color preview on white background

This text has color #E58A73 on white background.



Black color preview on #E58A73 background

This text has black color on #E58A73 background.


White color preview on #E58A73 background

This text has white color on #E58A73 background.