COLOR #E96D50

HEX: #E96D50
RGB: (233,109,80)

Color info

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

RGB color model

#E96D50 color RGB value is (233,109,80).

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

RGB channels and saturation

R 233 of 255 = 91%
G 109 of 255 = 43%
B 80 of 255 = 31%

233
109
80

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

Portions of RGB colors in percentages

R + G + B =
233 + 109 + 80 = 422 (100%)
R 233 of 422 ~ 55.21%
G 109 of 422 ~ 25.83%
B 80 of 422 ~ 18.96%

%55.21
%25.83
%18.96

CMYK color model

#E96D50 color CMYK value is (0,53,66,9).

  • cyan value is 0.00%
  • magenta value is 53.22%
  • yellow value is 65.67%
  • key color value is 8.63%
CMYK:
(0,53,66,9)
C0M53Y66K9 
(0%,53%,66%,9%)
(0.00/0.53/0.66/0.09)	

CMYK percentages

%0
%53.22
%65.67
%8.63

Codes

Color #E96D50 in popluar color models

E96D50
RGB23310980
HSL11°77.66%61.37%
HSB/HSV11°65.67%91.37%
CMYK0.00%53.22%65.67%
8.63%

Color #E96D50 in popluar number systems.

HEXE96D50
Decimal23310980
Binary1110100111011011010000
Octal351155120

Shades and tints

Shades of #E96D50

#E96D50
(233,109,80)
#D46449
(212,100,73)
#BF5B42
(191,91,66)
#AA523B
(170,82,59)
#954934
(149,73,52)
#80402D
(128,64,45)
#6B3726
(107,55,38)
#562E1F
(86,46,31)
#412518
(65,37,24)
#2C1C11
(44,28,17)
#17130A
(23,19,10)
#000000
(0,0,0)

Tints of #E96D50

#E96D50
(233,109,80)
#EB7A5F
(235,122,95)
#ED876E
(237,135,110)
#EF947D
(239,148,125)
#F1A18C
(241,161,140)
#F3AE9B
(243,174,155)
#F5BBAA
(245,187,170)
#F7C8B9
(247,200,185)
#F9D5C8
(249,213,200)
#FBE2D7
(251,226,215)
#FDEFE6
(253,239,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E96D50; }

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

This text font color is #E96D50.


Background Color

.myBgColor { background-color: #E96D50; }

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

This div background color is #E96D50.


Border color

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

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

This div border color is #E96D50.


Opacity

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

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

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

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

This text has shadow with #E96D50 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E96D50 on black background.


Color preview on white background

This text has color #E96D50 on white background.



Black color preview on #E96D50 background

This text has black color on #E96D50 background.


White color preview on #E96D50 background

This text has white color on #E96D50 background.