COLOR #E96D4D

HEX: #E96D4D
RGB: (233,109,77)

Color info

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

RGB color model

#E96D4D color RGB value is (233,109,77).

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

RGB channels and saturation

R 233 of 255 = 91%
G 109 of 255 = 43%
B 77 of 255 = 30%

233
109
77

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

Portions of RGB colors in percentages

R + G + B =
233 + 109 + 77 = 419 (100%)
R 233 of 419 ~ 55.61%
G 109 of 419 ~ 26.01%
B 77 of 419 ~ 18.38%

%55.61
%26.01
%18.38

CMYK color model

#E96D4D color CMYK value is (0,53,67,9).

  • cyan value is 0.00%
  • magenta value is 53.22%
  • yellow value is 66.95%
  • key color value is 8.63%
CMYK:
(0,53,67,9)
C0M53Y67K9 
(0%,53%,67%,9%)
(0.00/0.53/0.67/0.09)	

CMYK percentages

%0
%53.22
%66.95
%8.63

Codes

Color #E96D4D in popluar color models

E96D4D
RGB23310977
HSL12°78.00%60.78%
HSB/HSV12°66.95%91.37%
CMYK0.00%53.22%66.95%
8.63%

Color #E96D4D in popluar number systems.

HEXE96D4D
Decimal23310977
Binary1110100111011011001101
Octal351155115

Shades and tints

Shades of #E96D4D

#E96D4D
(233,109,77)
#D46446
(212,100,70)
#BF5B3F
(191,91,63)
#AA5238
(170,82,56)
#954931
(149,73,49)
#80402A
(128,64,42)
#6B3723
(107,55,35)
#562E1C
(86,46,28)
#412515
(65,37,21)
#2C1C0E
(44,28,14)
#171307
(23,19,7)
#000000
(0,0,0)

Tints of #E96D4D

#E96D4D
(233,109,77)
#EB7A5D
(235,122,93)
#ED876D
(237,135,109)
#EF947D
(239,148,125)
#F1A18D
(241,161,141)
#F3AE9D
(243,174,157)
#F5BBAD
(245,187,173)
#F7C8BD
(247,200,189)
#F9D5CD
(249,213,205)
#FBE2DD
(251,226,221)
#FDEFED
(253,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E96D4D; }

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

This text font color is #E96D4D.


Background Color

.myBgColor { background-color: #E96D4D; }

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

This div background color is #E96D4D.


Border color

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

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

This div border color is #E96D4D.


Opacity

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

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

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

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

This text has shadow with #E96D4D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E96D4D on black background.


Color preview on white background

This text has color #E96D4D on white background.



Black color preview on #E96D4D background

This text has black color on #E96D4D background.


White color preview on #E96D4D background

This text has white color on #E96D4D background.