COLOR #E96D51

HEX: #E96D51
RGB: (233,109,81)

Color info

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

RGB color model

#E96D51 color RGB value is (233,109,81).

  • red value is 233;
  • green value is 109;
  • blue value is 81.
RGB:
(233,109,81)
(91%,43%,32%)

RGB channels and saturation

R 233 of 255 = 91%
G 109 of 255 = 43%
B 81 of 255 = 32%

233
109
81

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

Portions of RGB colors in percentages

R + G + B =
233 + 109 + 81 = 423 (100%)
R 233 of 423 ~ 55.08%
G 109 of 423 ~ 25.77%
B 81 of 423 ~ 19.15%

%55.08
%25.77
%19.15

CMYK color model

#E96D51 color CMYK value is (0,53,65,9).

  • cyan value is 0.00%
  • magenta value is 53.22%
  • yellow value is 65.24%
  • key color value is 8.63%
CMYK:
(0,53,65,9)
C0M53Y65K9 
(0%,53%,65%,9%)
(0.00/0.53/0.65/0.09)	

CMYK percentages

%0
%53.22
%65.24
%8.63

Codes

Color #E96D51 in popluar color models

E96D51
RGB23310981
HSL11°77.55%61.57%
HSB/HSV11°65.24%91.37%
CMYK0.00%53.22%65.24%
8.63%

Color #E96D51 in popluar number systems.

HEXE96D51
Decimal23310981
Binary1110100111011011010001
Octal351155121

Shades and tints

Shades of #E96D51

#E96D51
(233,109,81)
#D4644A
(212,100,74)
#BF5B43
(191,91,67)
#AA523C
(170,82,60)
#954935
(149,73,53)
#80402E
(128,64,46)
#6B3727
(107,55,39)
#562E20
(86,46,32)
#412519
(65,37,25)
#2C1C12
(44,28,18)
#17130B
(23,19,11)
#000000
(0,0,0)

Tints of #E96D51

#E96D51
(233,109,81)
#EB7A60
(235,122,96)
#ED876F
(237,135,111)
#EF947E
(239,148,126)
#F1A18D
(241,161,141)
#F3AE9C
(243,174,156)
#F5BBAB
(245,187,171)
#F7C8BA
(247,200,186)
#F9D5C9
(249,213,201)
#FBE2D8
(251,226,216)
#FDEFE7
(253,239,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E96D51 color. Also use rgb(233,109,81) instead hex code.

Text Font Color

.myTextColor { color: #E96D51; }

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

This text font color is #E96D51.


Background Color

.myBgColor { background-color: #E96D51; }

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

This div background color is #E96D51.


Border color

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

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

This div border color is #E96D51.


Opacity

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

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

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

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

This text has shadow with #E96D51 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E96D51 on black background.


Color preview on white background

This text has color #E96D51 on white background.



Black color preview on #E96D51 background

This text has black color on #E96D51 background.


White color preview on #E96D51 background

This text has white color on #E96D51 background.