COLOR #E96D2C

HEX: #E96D2C
RGB: (233,109,44)

Color info

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

RGB color model

#E96D2C color RGB value is (233,109,44).

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

RGB channels and saturation

R 233 of 255 = 91%
G 109 of 255 = 43%
B 44 of 255 = 17%

233
109
44

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

Portions of RGB colors in percentages

R + G + B =
233 + 109 + 44 = 386 (100%)
R 233 of 386 ~ 60.36%
G 109 of 386 ~ 28.24%
B 44 of 386 ~ 11.4%

%60.36
%28.24
%11.4

CMYK color model

#E96D2C color CMYK value is (0,53,81,9).

  • cyan value is 0.00%
  • magenta value is 53.22%
  • yellow value is 81.12%
  • key color value is 8.63%
CMYK:
(0,53,81,9)
C0M53Y81K9 
(0%,53%,81%,9%)
(0.00/0.53/0.81/0.09)	

CMYK percentages

%0
%53.22
%81.12
%8.63

Codes

Color #E96D2C in popluar color models

E96D2C
RGB23310944
HSL21°81.12%54.31%
HSB/HSV21°81.12%91.37%
CMYK0.00%53.22%81.12%
8.63%

Color #E96D2C in popluar number systems.

HEXE96D2C
Decimal23310944
Binary111010011101101101100
Octal35115554

Shades and tints

Shades of #E96D2C

#E96D2C
(233,109,44)
#D46428
(212,100,40)
#BF5B24
(191,91,36)
#AA5220
(170,82,32)
#95491C
(149,73,28)
#804018
(128,64,24)
#6B3714
(107,55,20)
#562E10
(86,46,16)
#41250C
(65,37,12)
#2C1C08
(44,28,8)
#171304
(23,19,4)
#000000
(0,0,0)

Tints of #E96D2C

#E96D2C
(233,109,44)
#EB7A3F
(235,122,63)
#ED8752
(237,135,82)
#EF9465
(239,148,101)
#F1A178
(241,161,120)
#F3AE8B
(243,174,139)
#F5BB9E
(245,187,158)
#F7C8B1
(247,200,177)
#F9D5C4
(249,213,196)
#FBE2D7
(251,226,215)
#FDEFEA
(253,239,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E96D2C; }

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

This text font color is #E96D2C.


Background Color

.myBgColor { background-color: #E96D2C; }

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

This div background color is #E96D2C.


Border color

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

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

This div border color is #E96D2C.


Opacity

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

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

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

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

This text has shadow with #E96D2C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E96D2C on black background.


Color preview on white background

This text has color #E96D2C on white background.



Black color preview on #E96D2C background

This text has black color on #E96D2C background.


White color preview on #E96D2C background

This text has white color on #E96D2C background.