COLOR #E58025

HEX: #E58025 RGB: (229,128,37)

Color info

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

RGB color model

#E58025 color RGB value is (229,128,37).

RGB: (229,128,37) (90%, 50%, 15%)

RGB channels and saturation

R 229 of 255 = 90%
G 128 of 255 = 50%
B 37 of 255 = 15%

229
128
37

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

Portions of RGB colors in percentages

R + G + B = 229 + 128 + 37 = 394 (100%)
R 229 of 394 ~ 58.12%
G 128 of 394 ~ 32.49%
B 37 of 394 ~ 9.39'%

%58.12
%32.49

CMYK color model

#E58025 color CMYK value is (0,44,84,10).

  • cyan value is 0.00%
  • magenta value is 44.10%
  • yellow value is 83.84%
  • key color value is 10.20%

CMYK: (0,44,84,10)
C0M44Y84K10 (0%, 44%, 84%, 10%)
(0.00 / 0.44 / 0.84 / 0.10)

CMYK percentages

%0
%44.1
%83.84
%10.2

Codes

Color #E58025 in popluar color models

E5 80 25
RGB 229 128 37
HSL 28° 78.69% 52.16%
HSB/HSV 28° 83.84% 89.80%
CMYK 0.00% 44.10% 83.84%
10.20%

Color #E58025 in popluar number systems.

HEX E5 80 25
Decimal 229 128 37
Binary 11100101 10000000 100101
Octal 345 200 45

Shades and tints

Shades of #E58025

#E58025
(229,128,37)
#D17522
(209,117,34)
#BD6A1F
(189,106,31)
#A95F1C
(169,95,28)
#955419
(149,84,25)
#814916
(129,73,22)
#6D3E13
(109,62,19)
#593310
(89,51,16)
#45280D
(69,40,13)
#311D0A
(49,29,10)
#1D1207
(29,18,7)
#000000
(0,0,0)

Tints of #E58025

#E58025
(229,128,37)
#E78B38
(231,139,56)
#E9964B
(233,150,75)
#EBA15E
(235,161,94)
#EDAC71
(237,172,113)
#EFB784
(239,183,132)
#F1C297
(241,194,151)
#F3CDAA
(243,205,170)
#F5D8BD
(245,216,189)
#F7E3D0
(247,227,208)
#F9EEE3
(249,238,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E58025; }

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

This text font color is #E58025.

Background Color

.myBgColor { background-color: #E58025; }

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

This div background color is #E58025.

Border color

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

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

This div border color is #E58025.

Opacity

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

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

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

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

This text has shadow with #E58025 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E58025.

Preview

Color preview on black background

This text has color #E58025 on black background.


Color preview on white background

This text has color #E58025 on white background.


Black color preview on #E58025 background

This text has black color on #E58025 background.


White color preview on #E58025 background

This text has white color on #E58025 background.


Related colors

Complementary color

Complementary color for #hex is #1A7FDA.


I love getcolorcode.com

Triadic colors

1 #25E580 and #8025E5 with #E58025 are triadic colors.

2 #2580E5 and #80E525 with #E58025 are triadic colors.