COLOR #E57000

HEX: #E57000 RGB: (229,112,0)

Color info

#E57000 contains mainly red color. Web safe color of #E57000 is #CC6600 (or #C60).

RGB color model

#E57000 color RGB value is (229,112,0).

RGB: (229,112,0) (90%, 44%, 0%)

RGB channels and saturation

R 229 of 255 = 90%
G 112 of 255 = 44%
B 0 of 255 = 0%

229
112
0

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

Portions of RGB colors in percentages

R + G + B = 229 + 112 + 0 = 341 (100%)
R 229 of 341 ~ 67.16%
G 112 of 341 ~ 32.84%
B 0 of 341 ~ 0'%

%67.16
%32.84

CMYK color model

#E57000 color CMYK value is (0,51,100,10).

  • cyan value is 0.00%
  • magenta value is 51.09%
  • yellow value is 100.00%
  • key color value is 10.20%

CMYK: (0,51,100,10)
C0M51Y100K10 (0%, 51%, 100%, 10%)
(0.00 / 0.51 / 1.00 / 0.10)

CMYK percentages

%0
%51.09
%100
%10.2

Codes

Color #E57000 in popluar color models

E5 70 00
RGB 229 112 0
HSL 29° 100.00% 44.90%
HSB/HSV 29° 100.00% 89.80%
CMYK 0.00% 51.09% 100.00%
10.20%

Color #E57000 in popluar number systems.

HEX E5 70 00
Decimal 229 112 0
Binary 11100101 1110000 0
Octal 345 160 0

Shades and tints

Shades of #E57000

#E57000
(229,112,0)
#D16600
(209,102,0)
#BD5C00
(189,92,0)
#A95200
(169,82,0)
#954800
(149,72,0)
#813E00
(129,62,0)
#6D3400
(109,52,0)
#592A00
(89,42,0)
#452000
(69,32,0)
#311600
(49,22,0)
#1D0C00
(29,12,0)
#000000
(0,0,0)

Tints of #E57000

#E57000
(229,112,0)
#E77D17
(231,125,23)
#E98A2E
(233,138,46)
#EB9745
(235,151,69)
#EDA45C
(237,164,92)
#EFB173
(239,177,115)
#F1BE8A
(241,190,138)
#F3CBA1
(243,203,161)
#F5D8B8
(245,216,184)
#F7E5CF
(247,229,207)
#F9F2E6
(249,242,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E57000 color. Also use rgb(229,112,0) instead hex code.

Text Font Color

.myTextColor { color: #E57000; }

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

This text font color is #E57000.

Background Color

.myBgColor { background-color: #E57000; }

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

This div background color is #E57000.

Border color

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

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

This div border color is #E57000.

Opacity

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

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

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

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

This text has shadow with #E57000 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E57000.

Preview

Color preview on black background

This text has color #E57000 on black background.


Color preview on white background

This text has color #E57000 on white background.


Black color preview on #E57000 background

This text has black color on #E57000 background.


White color preview on #E57000 background

This text has white color on #E57000 background.


Related colors

Complementary color

Complementary color for #hex is #1A8FFF.


I love getcolorcode.com

Triadic colors

1 #00E570 and #7000E5 with #E57000 are triadic colors.

2 #0070E5 and #70E500 with #E57000 are triadic colors.