COLOR #E57F2E

HEX: #E57F2E
RGB: (229,127,46)

Color info

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

RGB color model

#E57F2E color RGB value is (229,127,46).

  • red value is 229;
  • green value is 127;
  • blue value is 46.
RGB:
(229,127,46)
(90%,50%,18%)

RGB channels and saturation

R 229 of 255 = 90%
G 127 of 255 = 50%
B 46 of 255 = 18%

229
127
46

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

Portions of RGB colors in percentages

R + G + B =
229 + 127 + 46 = 402 (100%)
R 229 of 402 ~ 56.97%
G 127 of 402 ~ 31.59%
B 46 of 402 ~ 11.44%

%56.97
%31.59
%11.44

CMYK color model

#E57F2E color CMYK value is (0,45,80,10).

  • cyan value is 0.00%
  • magenta value is 44.54%
  • yellow value is 79.91%
  • key color value is 10.20%
CMYK:
(0,45,80,10)
C0M45Y80K10 
(0%,45%,80%,10%)
(0.00/0.45/0.80/0.10)	

CMYK percentages

%0
%44.54
%79.91
%10.2

Codes

Color #E57F2E in popluar color models

E57F2E
RGB22912746
HSL27°77.87%53.92%
HSB/HSV27°79.91%89.80%
CMYK0.00%44.54%79.91%
10.20%

Color #E57F2E in popluar number systems.

HEXE57F2E
Decimal22912746
Binary111001011111111101110
Octal34517756

Shades and tints

Shades of #E57F2E

#E57F2E
(229,127,46)
#D1742A
(209,116,42)
#BD6926
(189,105,38)
#A95E22
(169,94,34)
#95531E
(149,83,30)
#81481A
(129,72,26)
#6D3D16
(109,61,22)
#593212
(89,50,18)
#45270E
(69,39,14)
#311C0A
(49,28,10)
#1D1106
(29,17,6)
#000000
(0,0,0)

Tints of #E57F2E

#E57F2E
(229,127,46)
#E78A41
(231,138,65)
#E99554
(233,149,84)
#EBA067
(235,160,103)
#EDAB7A
(237,171,122)
#EFB68D
(239,182,141)
#F1C1A0
(241,193,160)
#F3CCB3
(243,204,179)
#F5D7C6
(245,215,198)
#F7E2D9
(247,226,217)
#F9EDEC
(249,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E57F2E color. Also use rgb(229,127,46) instead hex code.

Text Font Color

.myTextColor { color: #E57F2E; }

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

This text font color is #E57F2E.


Background Color

.myBgColor { background-color: #E57F2E; }

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

This div background color is #E57F2E.


Border color

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

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

This div border color is #E57F2E.


Opacity

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

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

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

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

This text has shadow with #E57F2E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E57F2E on black background.


Color preview on white background

This text has color #E57F2E on white background.



Black color preview on #E57F2E background

This text has black color on #E57F2E background.


White color preview on #E57F2E background

This text has white color on #E57F2E background.