COLOR #E57231

HEX: #E57231
RGB: (229,114,49)

Color info

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

RGB color model

#E57231 color RGB value is (229,114,49).

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

RGB channels and saturation

R 229 of 255 = 90%
G 114 of 255 = 45%
B 49 of 255 = 19%

229
114
49

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

Portions of RGB colors in percentages

R + G + B =
229 + 114 + 49 = 392 (100%)
R 229 of 392 ~ 58.42%
G 114 of 392 ~ 29.08%
B 49 of 392 ~ 12.5%

%58.42
%29.08
%12.5

CMYK color model

#E57231 color CMYK value is (0,50,79,10).

  • cyan value is 0.00%
  • magenta value is 50.22%
  • yellow value is 78.60%
  • key color value is 10.20%
CMYK:
(0,50,79,10)
C0M50Y79K10 
(0%,50%,79%,10%)
(0.00/0.50/0.79/0.10)	

CMYK percentages

%0
%50.22
%78.6
%10.2

Codes

Color #E57231 in popluar color models

E57231
RGB22911449
HSL22°77.59%54.51%
HSB/HSV22°78.60%89.80%
CMYK0.00%50.22%78.60%
10.20%

Color #E57231 in popluar number systems.

HEXE57231
Decimal22911449
Binary111001011110010110001
Octal34516261

Shades and tints

Shades of #E57231

#E57231
(229,114,49)
#D1682D
(209,104,45)
#BD5E29
(189,94,41)
#A95425
(169,84,37)
#954A21
(149,74,33)
#81401D
(129,64,29)
#6D3619
(109,54,25)
#592C15
(89,44,21)
#452211
(69,34,17)
#31180D
(49,24,13)
#1D0E09
(29,14,9)
#000000
(0,0,0)

Tints of #E57231

#E57231
(229,114,49)
#E77E43
(231,126,67)
#E98A55
(233,138,85)
#EB9667
(235,150,103)
#EDA279
(237,162,121)
#EFAE8B
(239,174,139)
#F1BA9D
(241,186,157)
#F3C6AF
(243,198,175)
#F5D2C1
(245,210,193)
#F7DED3
(247,222,211)
#F9EAE5
(249,234,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E57231; }

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

This text font color is #E57231.


Background Color

.myBgColor { background-color: #E57231; }

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

This div background color is #E57231.


Border color

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

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

This div border color is #E57231.


Opacity

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

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

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

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

This text has shadow with #E57231 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E57231 on black background.


Color preview on white background

This text has color #E57231 on white background.



Black color preview on #E57231 background

This text has black color on #E57231 background.


White color preview on #E57231 background

This text has white color on #E57231 background.