COLOR #E96740

HEX: #E96740
RGB: (233,103,64)

Color info

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

RGB color model

#E96740 color RGB value is (233,103,64).

  • red value is 233;
  • green value is 103;
  • blue value is 64.
RGB:
(233,103,64)
(91%,40%,25%)

RGB channels and saturation

R 233 of 255 = 91%
G 103 of 255 = 40%
B 64 of 255 = 25%

233
103
64

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

Portions of RGB colors in percentages

R + G + B =
233 + 103 + 64 = 400 (100%)
R 233 of 400 ~ 58.25%
G 103 of 400 ~ 25.75%
B 64 of 400 ~ 16%

%58.25
%25.75
%16

CMYK color model

#E96740 color CMYK value is (0,56,73,9).

  • cyan value is 0.00%
  • magenta value is 55.79%
  • yellow value is 72.53%
  • key color value is 8.63%
CMYK:
(0,56,73,9)
C0M56Y73K9 
(0%,56%,73%,9%)
(0.00/0.56/0.73/0.09)	

CMYK percentages

%0
%55.79
%72.53
%8.63

Codes

Color #E96740 in popluar color models

E96740
RGB23310364
HSL14°79.34%58.24%
HSB/HSV14°72.53%91.37%
CMYK0.00%55.79%72.53%
8.63%

Color #E96740 in popluar number systems.

HEXE96740
Decimal23310364
Binary1110100111001111000000
Octal351147100

Shades and tints

Shades of #E96740

#E96740
(233,103,64)
#D45E3B
(212,94,59)
#BF5536
(191,85,54)
#AA4C31
(170,76,49)
#95432C
(149,67,44)
#803A27
(128,58,39)
#6B3122
(107,49,34)
#56281D
(86,40,29)
#411F18
(65,31,24)
#2C1613
(44,22,19)
#170D0E
(23,13,14)
#000000
(0,0,0)

Tints of #E96740

#E96740
(233,103,64)
#EB7451
(235,116,81)
#ED8162
(237,129,98)
#EF8E73
(239,142,115)
#F19B84
(241,155,132)
#F3A895
(243,168,149)
#F5B5A6
(245,181,166)
#F7C2B7
(247,194,183)
#F9CFC8
(249,207,200)
#FBDCD9
(251,220,217)
#FDE9EA
(253,233,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E96740 color. Also use rgb(233,103,64) instead hex code.

Text Font Color

.myTextColor { color: #E96740; }

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

This text font color is #E96740.


Background Color

.myBgColor { background-color: #E96740; }

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

This div background color is #E96740.


Border color

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

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

This div border color is #E96740.


Opacity

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

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

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

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

This text has shadow with #E96740 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E96740 on black background.


Color preview on white background

This text has color #E96740 on white background.



Black color preview on #E96740 background

This text has black color on #E96740 background.


White color preview on #E96740 background

This text has white color on #E96740 background.