COLOR #E59125

HEX: #E59125
RGB: (229,145,37)

Color info

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

RGB color model

#E59125 color RGB value is (229,145,37).

  • red value is 229;
  • green value is 145;
  • blue value is 37.
RGB:
(229,145,37)
(90%,57%,15%)

RGB channels and saturation

R 229 of 255 = 90%
G 145 of 255 = 57%
B 37 of 255 = 15%

229
145
37

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

Portions of RGB colors in percentages

R + G + B =
229 + 145 + 37 = 411 (100%)
R 229 of 411 ~ 55.72%
G 145 of 411 ~ 35.28%
B 37 of 411 ~ 9%

%55.72
%35.28

CMYK color model

#E59125 color CMYK value is (0,37,84,10).

  • cyan value is 0.00%
  • magenta value is 36.68%
  • yellow value is 83.84%
  • key color value is 10.20%
CMYK:
(0,37,84,10)
C0M37Y84K10 
(0%,37%,84%,10%)
(0.00/0.37/0.84/0.10)	

CMYK percentages

%0
%36.68
%83.84
%10.2

Codes

Color #E59125 in popluar color models

E59125
RGB22914537
HSL34°78.69%52.16%
HSB/HSV34°83.84%89.80%
CMYK0.00%36.68%83.84%
10.20%

Color #E59125 in popluar number systems.

HEXE59125
Decimal22914537
Binary1110010110010001100101
Octal34522145

Shades and tints

Shades of #E59125

#E59125
(229,145,37)
#D18422
(209,132,34)
#BD771F
(189,119,31)
#A96A1C
(169,106,28)
#955D19
(149,93,25)
#815016
(129,80,22)
#6D4313
(109,67,19)
#593610
(89,54,16)
#45290D
(69,41,13)
#311C0A
(49,28,10)
#1D0F07
(29,15,7)
#000000
(0,0,0)

Tints of #E59125

#E59125
(229,145,37)
#E79B38
(231,155,56)
#E9A54B
(233,165,75)
#EBAF5E
(235,175,94)
#EDB971
(237,185,113)
#EFC384
(239,195,132)
#F1CD97
(241,205,151)
#F3D7AA
(243,215,170)
#F5E1BD
(245,225,189)
#F7EBD0
(247,235,208)
#F9F5E3
(249,245,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E59125 color. Also use rgb(229,145,37) instead hex code.

Text Font Color

.myTextColor { color: #E59125; }

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

This text font color is #E59125.


Background Color

.myBgColor { background-color: #E59125; }

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

This div background color is #E59125.


Border color

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

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

This div border color is #E59125.


Opacity

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

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

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

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

This text has shadow with #E59125 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E59125 on black background.


Color preview on white background

This text has color #E59125 on white background.



Black color preview on #E59125 background

This text has black color on #E59125 background.


White color preview on #E59125 background

This text has white color on #E59125 background.