COLOR #E86742

HEX: #E86742 RGB: (232,103,66)

Color info

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

RGB color model

#E86742 color RGB value is (232,103,66).

RGB: (232,103,66) (91%, 40%, 26%)

RGB channels and saturation

R 232 of 255 = 91%
G 103 of 255 = 40%
B 66 of 255 = 26%

232
103
66

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

Portions of RGB colors in percentages

R + G + B = 232 + 103 + 66 = 401 (100%)
R 232 of 401 ~ 57.86%
G 103 of 401 ~ 25.69%
B 66 of 401 ~ 16.46'%

%57.86
%25.69
%16.46

CMYK color model

#E86742 color CMYK value is (0,56,72,9).

  • cyan value is 0.00%
  • magenta value is 55.60%
  • yellow value is 71.55%
  • key color value is 9.02%

CMYK: (0,56,72,9)
C0M56Y72K9 (0%, 56%, 72%, 9%)
(0.00 / 0.56 / 0.72 / 0.09)

CMYK percentages

%0
%55.6
%71.55
%9.02

Codes

Color #E86742 in popluar color models

E8 67 42
RGB 232 103 66
HSL 13° 78.30% 58.43%
HSB/HSV 13° 71.55% 90.98%
CMYK 0.00% 55.60% 71.55%
9.02%

Color #E86742 in popluar number systems.

HEX E8 67 42
Decimal 232 103 66
Binary 11101000 1100111 1000010
Octal 350 147 102

Shades and tints

Shades of #E86742

#E86742
(232,103,66)
#D35E3C
(211,94,60)
#BE5536
(190,85,54)
#A94C30
(169,76,48)
#94432A
(148,67,42)
#7F3A24
(127,58,36)
#6A311E
(106,49,30)
#552818
(85,40,24)
#401F12
(64,31,18)
#2B160C
(43,22,12)
#160D06
(22,13,6)
#000000
(0,0,0)

Tints of #E86742

#E86742
(232,103,66)
#EA7453
(234,116,83)
#EC8164
(236,129,100)
#EE8E75
(238,142,117)
#F09B86
(240,155,134)
#F2A897
(242,168,151)
#F4B5A8
(244,181,168)
#F6C2B9
(246,194,185)
#F8CFCA
(248,207,202)
#FADCDB
(250,220,219)
#FCE9EC
(252,233,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E86742 color. Also use rgb(232,103,66) instead hex code.

Text Font Color

.myTextColor { color: #E86742; }

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

This text font color is #E86742.

Background Color

.myBgColor { background-color: #E86742; }

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

This div background color is #E86742.

Border color

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

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

This div border color is #E86742.

Opacity

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

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

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

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

This text has shadow with #E86742 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E86742.

Preview

Color preview on black background

This text has color #E86742 on black background.


Color preview on white background

This text has color #E86742 on white background.


Black color preview on #E86742 background

This text has black color on #E86742 background.


White color preview on #E86742 background

This text has white color on #E86742 background.


Related colors

Complementary color

Complementary color for #E86742 is #1798BD.


I love getcolorcode.com

Triadic colors

1 #42E867 and #6742E8 with #E86742 are triadic colors.

2 #4267E8 and #67E842 with #E86742 are triadic colors.