COLOR #E58750

HEX: #E58750
RGB: (229,135,80)

Color info

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

RGB color model

#E58750 color RGB value is (229,135,80).

  • red value is 229;
  • green value is 135;
  • blue value is 80.
RGB:
(229,135,80)
(90%,53%,31%)

RGB channels and saturation

R 229 of 255 = 90%
G 135 of 255 = 53%
B 80 of 255 = 31%

229
135
80

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

Portions of RGB colors in percentages

R + G + B =
229 + 135 + 80 = 444 (100%)
R 229 of 444 ~ 51.58%
G 135 of 444 ~ 30.41%
B 80 of 444 ~ 18.02%

%51.58
%30.41
%18.02

CMYK color model

#E58750 color CMYK value is (0,41,65,10).

  • cyan value is 0.00%
  • magenta value is 41.05%
  • yellow value is 65.07%
  • key color value is 10.20%
CMYK:
(0,41,65,10)
C0M41Y65K10 
(0%,41%,65%,10%)
(0.00/0.41/0.65/0.10)	

CMYK percentages

%0
%41.05
%65.07
%10.2

Codes

Color #E58750 in popluar color models

E58750
RGB22913580
HSL22°74.13%60.59%
HSB/HSV22°65.07%89.80%
CMYK0.00%41.05%65.07%
10.20%

Color #E58750 in popluar number systems.

HEXE58750
Decimal22913580
Binary11100101100001111010000
Octal345207120

Shades and tints

Shades of #E58750

#E58750
(229,135,80)
#D17B49
(209,123,73)
#BD6F42
(189,111,66)
#A9633B
(169,99,59)
#955734
(149,87,52)
#814B2D
(129,75,45)
#6D3F26
(109,63,38)
#59331F
(89,51,31)
#452718
(69,39,24)
#311B11
(49,27,17)
#1D0F0A
(29,15,10)
#000000
(0,0,0)

Tints of #E58750

#E58750
(229,135,80)
#E7915F
(231,145,95)
#E99B6E
(233,155,110)
#EBA57D
(235,165,125)
#EDAF8C
(237,175,140)
#EFB99B
(239,185,155)
#F1C3AA
(241,195,170)
#F3CDB9
(243,205,185)
#F5D7C8
(245,215,200)
#F7E1D7
(247,225,215)
#F9EBE6
(249,235,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E58750 color. Also use rgb(229,135,80) instead hex code.

Text Font Color

.myTextColor { color: #E58750; }

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

This text font color is #E58750.


Background Color

.myBgColor { background-color: #E58750; }

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

This div background color is #E58750.


Border color

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

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

This div border color is #E58750.


Opacity

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

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

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

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

This text has shadow with #E58750 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E58750 on black background.


Color preview on white background

This text has color #E58750 on white background.



Black color preview on #E58750 background

This text has black color on #E58750 background.


White color preview on #E58750 background

This text has white color on #E58750 background.