COLOR #E57D5E

HEX: #E57D5E
RGB: (229,125,94)

Color info

#E57D5E contains mainly red color. Web safe color of #E57D5E is #CC6666 (or #C66).

RGB color model

#E57D5E color RGB value is (229,125,94).

  • red value is 229;
  • green value is 125;
  • blue value is 94.
RGB:
(229,125,94)
(90%,49%,37%)

RGB channels and saturation

R 229 of 255 = 90%
G 125 of 255 = 49%
B 94 of 255 = 37%

229
125
94

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

Portions of RGB colors in percentages

R + G + B =
229 + 125 + 94 = 448 (100%)
R 229 of 448 ~ 51.12%
G 125 of 448 ~ 27.9%
B 94 of 448 ~ 20.98%

%51.12
%27.9
%20.98

CMYK color model

#E57D5E color CMYK value is (0,45,59,10).

  • cyan value is 0.00%
  • magenta value is 45.41%
  • yellow value is 58.95%
  • key color value is 10.20%
CMYK:
(0,45,59,10)
C0M45Y59K10 
(0%,45%,59%,10%)
(0.00/0.45/0.59/0.10)	

CMYK percentages

%0
%45.41
%58.95
%10.2

Codes

Color #E57D5E in popluar color models

E57D5E
RGB22912594
HSL14°72.19%63.33%
HSB/HSV14°58.95%89.80%
CMYK0.00%45.41%58.95%
10.20%

Color #E57D5E in popluar number systems.

HEXE57D5E
Decimal22912594
Binary1110010111111011011110
Octal345175136

Shades and tints

Shades of #E57D5E

#E57D5E
(229,125,94)
#D17256
(209,114,86)
#BD674E
(189,103,78)
#A95C46
(169,92,70)
#95513E
(149,81,62)
#814636
(129,70,54)
#6D3B2E
(109,59,46)
#593026
(89,48,38)
#45251E
(69,37,30)
#311A16
(49,26,22)
#1D0F0E
(29,15,14)
#000000
(0,0,0)

Tints of #E57D5E

#E57D5E
(229,125,94)
#E7886C
(231,136,108)
#E9937A
(233,147,122)
#EB9E88
(235,158,136)
#EDA996
(237,169,150)
#EFB4A4
(239,180,164)
#F1BFB2
(241,191,178)
#F3CAC0
(243,202,192)
#F5D5CE
(245,213,206)
#F7E0DC
(247,224,220)
#F9EBEA
(249,235,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E57D5E color. Also use rgb(229,125,94) instead hex code.

Text Font Color

.myTextColor { color: #E57D5E; }

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

This text font color is #E57D5E.


Background Color

.myBgColor { background-color: #E57D5E; }

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

This div background color is #E57D5E.


Border color

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

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

This div border color is #E57D5E.


Opacity

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

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

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

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

This text has shadow with #E57D5E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E57D5E on black background.


Color preview on white background

This text has color #E57D5E on white background.



Black color preview on #E57D5E background

This text has black color on #E57D5E background.


White color preview on #E57D5E background

This text has white color on #E57D5E background.