COLOR #E96846

HEX: #E96846
RGB: (233,104,70)

Color info

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

RGB color model

#E96846 color RGB value is (233,104,70).

  • red value is 233;
  • green value is 104;
  • blue value is 70.
RGB:
(233,104,70)
(91%,41%,27%)

RGB channels and saturation

R 233 of 255 = 91%
G 104 of 255 = 41%
B 70 of 255 = 27%

233
104
70

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

Portions of RGB colors in percentages

R + G + B =
233 + 104 + 70 = 407 (100%)
R 233 of 407 ~ 57.25%
G 104 of 407 ~ 25.55%
B 70 of 407 ~ 17.2%

%57.25
%25.55
%17.2

CMYK color model

#E96846 color CMYK value is (0,55,70,9).

  • cyan value is 0.00%
  • magenta value is 55.36%
  • yellow value is 69.96%
  • key color value is 8.63%
CMYK:
(0,55,70,9)
C0M55Y70K9 
(0%,55%,70%,9%)
(0.00/0.55/0.70/0.09)	

CMYK percentages

%0
%55.36
%69.96
%8.63

Codes

Color #E96846 in popluar color models

E96846
RGB23310470
HSL13°78.74%59.41%
HSB/HSV13°69.96%91.37%
CMYK0.00%55.36%69.96%
8.63%

Color #E96846 in popluar number systems.

HEXE96846
Decimal23310470
Binary1110100111010001000110
Octal351150106

Shades and tints

Shades of #E96846

#E96846
(233,104,70)
#D45F40
(212,95,64)
#BF563A
(191,86,58)
#AA4D34
(170,77,52)
#95442E
(149,68,46)
#803B28
(128,59,40)
#6B3222
(107,50,34)
#56291C
(86,41,28)
#412016
(65,32,22)
#2C1710
(44,23,16)
#170E0A
(23,14,10)
#000000
(0,0,0)

Tints of #E96846

#E96846
(233,104,70)
#EB7556
(235,117,86)
#ED8266
(237,130,102)
#EF8F76
(239,143,118)
#F19C86
(241,156,134)
#F3A996
(243,169,150)
#F5B6A6
(245,182,166)
#F7C3B6
(247,195,182)
#F9D0C6
(249,208,198)
#FBDDD6
(251,221,214)
#FDEAE6
(253,234,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E96846 color. Also use rgb(233,104,70) instead hex code.

Text Font Color

.myTextColor { color: #E96846; }

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

This text font color is #E96846.


Background Color

.myBgColor { background-color: #E96846; }

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

This div background color is #E96846.


Border color

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

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

This div border color is #E96846.


Opacity

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

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

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

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

This text has shadow with #E96846 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E96846 on black background.


Color preview on white background

This text has color #E96846 on white background.



Black color preview on #E96846 background

This text has black color on #E96846 background.


White color preview on #E96846 background

This text has white color on #E96846 background.