COLOR #E58C00

HEX: #E58C00
RGB: (229,140,0)

Color info

#E58C00 contains mainly red color. Web safe color of #E58C00 is #CC9900 (or #C90).

RGB color model

#E58C00 color RGB value is (229,140,0).

  • red value is 229;
  • green value is 140;
  • blue value is 0.
RGB:
(229,140,0)
(90%,55%,0%)

RGB channels and saturation

R 229 of 255 = 90%
G 140 of 255 = 55%
B 0 of 255 = 0%

229
140
0

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

Portions of RGB colors in percentages

R + G + B =
229 + 140 + 0 = 369 (100%)
R 229 of 369 ~ 62.06%
G 140 of 369 ~ 37.94%
B 0 of 369 ~ 0%

%62.06
%37.94

CMYK color model

#E58C00 color CMYK value is (0,39,100,10).

  • cyan value is 0.00%
  • magenta value is 38.86%
  • yellow value is 100.00%
  • key color value is 10.20%
CMYK:
(0,39,100,10)
C0M39Y100K10 
(0%,39%,100%,10%)
(0.00/0.39/1.00/0.10)	

CMYK percentages

%0
%38.86
%100
%10.2

Codes

Color #E58C00 in popluar color models

E58C00
RGB2291400
HSL37°100.00%44.90%
HSB/HSV37°100.00%89.80%
CMYK0.00%38.86%100.00%
10.20%

Color #E58C00 in popluar number systems.

HEXE58C00
Decimal2291400
Binary11100101100011000
Octal3452140

Shades and tints

Shades of #E58C00

#E58C00
(229,140,0)
#D18000
(209,128,0)
#BD7400
(189,116,0)
#A96800
(169,104,0)
#955C00
(149,92,0)
#815000
(129,80,0)
#6D4400
(109,68,0)
#593800
(89,56,0)
#452C00
(69,44,0)
#312000
(49,32,0)
#1D1400
(29,20,0)
#000000
(0,0,0)

Tints of #E58C00

#E58C00
(229,140,0)
#E79617
(231,150,23)
#E9A02E
(233,160,46)
#EBAA45
(235,170,69)
#EDB45C
(237,180,92)
#EFBE73
(239,190,115)
#F1C88A
(241,200,138)
#F3D2A1
(243,210,161)
#F5DCB8
(245,220,184)
#F7E6CF
(247,230,207)
#F9F0E6
(249,240,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E58C00; }

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

This text font color is #E58C00.


Background Color

.myBgColor { background-color: #E58C00; }

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

This div background color is #E58C00.


Border color

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

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

This div border color is #E58C00.


Opacity

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

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

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

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

This text has shadow with #E58C00 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E58C00 on black background.


Color preview on white background

This text has color #E58C00 on white background.



Black color preview on #E58C00 background

This text has black color on #E58C00 background.


White color preview on #E58C00 background

This text has white color on #E58C00 background.