COLOR #E57E4A

HEX: #E57E4A
RGB: (229,126,74)

Color info

#E57E4A contains mainly red color. Web safe color of #E57E4A is #CC6633 (or #C63).

RGB color model

#E57E4A color RGB value is (229,126,74).

  • red value is 229;
  • green value is 126;
  • blue value is 74.
RGB:
(229,126,74)
(90%,49%,29%)

RGB channels and saturation

R 229 of 255 = 90%
G 126 of 255 = 49%
B 74 of 255 = 29%

229
126
74

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

Portions of RGB colors in percentages

R + G + B =
229 + 126 + 74 = 429 (100%)
R 229 of 429 ~ 53.38%
G 126 of 429 ~ 29.37%
B 74 of 429 ~ 17.25%

%53.38
%29.37
%17.25

CMYK color model

#E57E4A color CMYK value is (0,45,68,10).

  • cyan value is 0.00%
  • magenta value is 44.98%
  • yellow value is 67.69%
  • key color value is 10.20%
CMYK:
(0,45,68,10)
C0M45Y68K10 
(0%,45%,68%,10%)
(0.00/0.45/0.68/0.10)	

CMYK percentages

%0
%44.98
%67.69
%10.2

Codes

Color #E57E4A in popluar color models

E57E4A
RGB22912674
HSL20°74.88%59.41%
HSB/HSV20°67.69%89.80%
CMYK0.00%44.98%67.69%
10.20%

Color #E57E4A in popluar number systems.

HEXE57E4A
Decimal22912674
Binary1110010111111101001010
Octal345176112

Shades and tints

Shades of #E57E4A

#E57E4A
(229,126,74)
#D17344
(209,115,68)
#BD683E
(189,104,62)
#A95D38
(169,93,56)
#955232
(149,82,50)
#81472C
(129,71,44)
#6D3C26
(109,60,38)
#593120
(89,49,32)
#45261A
(69,38,26)
#311B14
(49,27,20)
#1D100E
(29,16,14)
#000000
(0,0,0)

Tints of #E57E4A

#E57E4A
(229,126,74)
#E7895A
(231,137,90)
#E9946A
(233,148,106)
#EB9F7A
(235,159,122)
#EDAA8A
(237,170,138)
#EFB59A
(239,181,154)
#F1C0AA
(241,192,170)
#F3CBBA
(243,203,186)
#F5D6CA
(245,214,202)
#F7E1DA
(247,225,218)
#F9ECEA
(249,236,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E57E4A color. Also use rgb(229,126,74) instead hex code.

Text Font Color

.myTextColor { color: #E57E4A; }

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

This text font color is #E57E4A.


Background Color

.myBgColor { background-color: #E57E4A; }

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

This div background color is #E57E4A.


Border color

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

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

This div border color is #E57E4A.


Opacity

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

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

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

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

This text has shadow with #E57E4A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E57E4A on black background.


Color preview on white background

This text has color #E57E4A on white background.



Black color preview on #E57E4A background

This text has black color on #E57E4A background.


White color preview on #E57E4A background

This text has white color on #E57E4A background.