COLOR #E8764E

HEX: #E8764E
RGB: (232,118,78)

Color info

#E8764E contains mainly red color. Web safe color of #E8764E is #FF6666 (or #F66).

RGB color model

#E8764E color RGB value is (232,118,78).

  • red value is 232;
  • green value is 118;
  • blue value is 78.
RGB:
(232,118,78)
(91%,46%,31%)

RGB channels and saturation

R 232 of 255 = 91%
G 118 of 255 = 46%
B 78 of 255 = 31%

232
118
78

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

Portions of RGB colors in percentages

R + G + B =
232 + 118 + 78 = 428 (100%)
R 232 of 428 ~ 54.21%
G 118 of 428 ~ 27.57%
B 78 of 428 ~ 18.22%

%54.21
%27.57
%18.22

CMYK color model

#E8764E color CMYK value is (0,49,66,9).

  • cyan value is 0.00%
  • magenta value is 49.14%
  • yellow value is 66.38%
  • key color value is 9.02%
CMYK:
(0,49,66,9)
C0M49Y66K9 
(0%,49%,66%,9%)
(0.00/0.49/0.66/0.09)	

CMYK percentages

%0
%49.14
%66.38
%9.02

Codes

Color #E8764E in popluar color models

E8764E
RGB23211878
HSL16°77.00%60.78%
HSB/HSV16°66.38%90.98%
CMYK0.00%49.14%66.38%
9.02%

Color #E8764E in popluar number systems.

HEXE8764E
Decimal23211878
Binary1110100011101101001110
Octal350166116

Shades and tints

Shades of #E8764E

#E8764E
(232,118,78)
#D36C47
(211,108,71)
#BE6240
(190,98,64)
#A95839
(169,88,57)
#944E32
(148,78,50)
#7F442B
(127,68,43)
#6A3A24
(106,58,36)
#55301D
(85,48,29)
#402616
(64,38,22)
#2B1C0F
(43,28,15)
#161208
(22,18,8)
#000000
(0,0,0)

Tints of #E8764E

#E8764E
(232,118,78)
#EA825E
(234,130,94)
#EC8E6E
(236,142,110)
#EE9A7E
(238,154,126)
#F0A68E
(240,166,142)
#F2B29E
(242,178,158)
#F4BEAE
(244,190,174)
#F6CABE
(246,202,190)
#F8D6CE
(248,214,206)
#FAE2DE
(250,226,222)
#FCEEEE
(252,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E8764E color. Also use rgb(232,118,78) instead hex code.

Text Font Color

.myTextColor { color: #E8764E; }

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

This text font color is #E8764E.


Background Color

.myBgColor { background-color: #E8764E; }

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

This div background color is #E8764E.


Border color

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

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

This div border color is #E8764E.


Opacity

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

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

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

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

This text has shadow with #E8764E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E8764E on black background.


Color preview on white background

This text has color #E8764E on white background.



Black color preview on #E8764E background

This text has black color on #E8764E background.


White color preview on #E8764E background

This text has white color on #E8764E background.