COLOR #E8752A

HEX: #E8752A
RGB: (232,117,42)

Color info

#E8752A contains mainly red color. Web safe color of #E8752A is #FF6633 (or #F63).

RGB color model

#E8752A color RGB value is (232,117,42).

  • red value is 232;
  • green value is 117;
  • blue value is 42.
RGB:
(232,117,42)
(91%,46%,16%)

RGB channels and saturation

R 232 of 255 = 91%
G 117 of 255 = 46%
B 42 of 255 = 16%

232
117
42

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

Portions of RGB colors in percentages

R + G + B =
232 + 117 + 42 = 391 (100%)
R 232 of 391 ~ 59.34%
G 117 of 391 ~ 29.92%
B 42 of 391 ~ 10.74%

%59.34
%29.92
%10.74

CMYK color model

#E8752A color CMYK value is (0,50,82,9).

  • cyan value is 0.00%
  • magenta value is 49.57%
  • yellow value is 81.90%
  • key color value is 9.02%
CMYK:
(0,50,82,9)
C0M50Y82K9 
(0%,50%,82%,9%)
(0.00/0.50/0.82/0.09)	

CMYK percentages

%0
%49.57
%81.9
%9.02

Codes

Color #E8752A in popluar color models

E8752A
RGB23211742
HSL24°80.51%53.73%
HSB/HSV24°81.90%90.98%
CMYK0.00%49.57%81.90%
9.02%

Color #E8752A in popluar number systems.

HEXE8752A
Decimal23211742
Binary111010001110101101010
Octal35016552

Shades and tints

Shades of #E8752A

#E8752A
(232,117,42)
#D36B27
(211,107,39)
#BE6124
(190,97,36)
#A95721
(169,87,33)
#944D1E
(148,77,30)
#7F431B
(127,67,27)
#6A3918
(106,57,24)
#552F15
(85,47,21)
#402512
(64,37,18)
#2B1B0F
(43,27,15)
#16110C
(22,17,12)
#000000
(0,0,0)

Tints of #E8752A

#E8752A
(232,117,42)
#EA813D
(234,129,61)
#EC8D50
(236,141,80)
#EE9963
(238,153,99)
#F0A576
(240,165,118)
#F2B189
(242,177,137)
#F4BD9C
(244,189,156)
#F6C9AF
(246,201,175)
#F8D5C2
(248,213,194)
#FAE1D5
(250,225,213)
#FCEDE8
(252,237,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E8752A color. Also use rgb(232,117,42) instead hex code.

Text Font Color

.myTextColor { color: #E8752A; }

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

This text font color is #E8752A.


Background Color

.myBgColor { background-color: #E8752A; }

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

This div background color is #E8752A.


Border color

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

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

This div border color is #E8752A.


Opacity

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

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

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

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

This text has shadow with #E8752A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E8752A on black background.


Color preview on white background

This text has color #E8752A on white background.



Black color preview on #E8752A background

This text has black color on #E8752A background.


White color preview on #E8752A background

This text has white color on #E8752A background.