COLOR #E59940

HEX: #E59940
RGB: (229,153,64)

Color info

#E59940 contains mainly red color. Web safe color of #E59940 is #CC9933 (or #C93).

RGB color model

#E59940 color RGB value is (229,153,64).

  • red value is 229;
  • green value is 153;
  • blue value is 64.
RGB:
(229,153,64)
(90%,60%,25%)

RGB channels and saturation

R 229 of 255 = 90%
G 153 of 255 = 60%
B 64 of 255 = 25%

229
153
64

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

Portions of RGB colors in percentages

R + G + B =
229 + 153 + 64 = 446 (100%)
R 229 of 446 ~ 51.35%
G 153 of 446 ~ 34.3%
B 64 of 446 ~ 14.35%

%51.35
%34.3
%14.35

CMYK color model

#E59940 color CMYK value is (0,33,72,10).

  • cyan value is 0.00%
  • magenta value is 33.19%
  • yellow value is 72.05%
  • key color value is 10.20%
CMYK:
(0,33,72,10)
C0M33Y72K10 
(0%,33%,72%,10%)
(0.00/0.33/0.72/0.10)	

CMYK percentages

%0
%33.19
%72.05
%10.2

Codes

Color #E59940 in popluar color models

E59940
RGB22915364
HSL32°76.04%57.45%
HSB/HSV32°72.05%89.80%
CMYK0.00%33.19%72.05%
10.20%

Color #E59940 in popluar number systems.

HEXE59940
Decimal22915364
Binary11100101100110011000000
Octal345231100

Shades and tints

Shades of #E59940

#E59940
(229,153,64)
#D18C3B
(209,140,59)
#BD7F36
(189,127,54)
#A97231
(169,114,49)
#95652C
(149,101,44)
#815827
(129,88,39)
#6D4B22
(109,75,34)
#593E1D
(89,62,29)
#453118
(69,49,24)
#312413
(49,36,19)
#1D170E
(29,23,14)
#000000
(0,0,0)

Tints of #E59940

#E59940
(229,153,64)
#E7A251
(231,162,81)
#E9AB62
(233,171,98)
#EBB473
(235,180,115)
#EDBD84
(237,189,132)
#EFC695
(239,198,149)
#F1CFA6
(241,207,166)
#F3D8B7
(243,216,183)
#F5E1C8
(245,225,200)
#F7EAD9
(247,234,217)
#F9F3EA
(249,243,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E59940 color. Also use rgb(229,153,64) instead hex code.

Text Font Color

.myTextColor { color: #E59940; }

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

This text font color is #E59940.


Background Color

.myBgColor { background-color: #E59940; }

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

This div background color is #E59940.


Border color

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

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

This div border color is #E59940.


Opacity

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

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

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

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

This text has shadow with #E59940 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E59940 on black background.


Color preview on white background

This text has color #E59940 on white background.



Black color preview on #E59940 background

This text has black color on #E59940 background.


White color preview on #E59940 background

This text has white color on #E59940 background.