COLOR #E96D2B

HEX: #E96D2B
RGB: (233,109,43)

Color info

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

RGB color model

#E96D2B color RGB value is (233,109,43).

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

RGB channels and saturation

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

233
109
43

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

Portions of RGB colors in percentages

R + G + B =
233 + 109 + 43 = 385 (100%)
R 233 of 385 ~ 60.52%
G 109 of 385 ~ 28.31%
B 43 of 385 ~ 11.17%

%60.52
%28.31
%11.17

CMYK color model

#E96D2B color CMYK value is (0,53,82,9).

  • cyan value is 0.00%
  • magenta value is 53.22%
  • yellow value is 81.55%
  • key color value is 8.63%
CMYK:
(0,53,82,9)
C0M53Y82K9 
(0%,53%,82%,9%)
(0.00/0.53/0.82/0.09)	

CMYK percentages

%0
%53.22
%81.55
%8.63

Codes

Color #E96D2B in popluar color models

E96D2B
RGB23310943
HSL21°81.20%54.12%
HSB/HSV21°81.55%91.37%
CMYK0.00%53.22%81.55%
8.63%

Color #E96D2B in popluar number systems.

HEXE96D2B
Decimal23310943
Binary111010011101101101011
Octal35115553

Shades and tints

Shades of #E96D2B

#E96D2B
(233,109,43)
#D46428
(212,100,40)
#BF5B25
(191,91,37)
#AA5222
(170,82,34)
#95491F
(149,73,31)
#80401C
(128,64,28)
#6B3719
(107,55,25)
#562E16
(86,46,22)
#412513
(65,37,19)
#2C1C10
(44,28,16)
#17130D
(23,19,13)
#000000
(0,0,0)

Tints of #E96D2B

#E96D2B
(233,109,43)
#EB7A3E
(235,122,62)
#ED8751
(237,135,81)
#EF9464
(239,148,100)
#F1A177
(241,161,119)
#F3AE8A
(243,174,138)
#F5BB9D
(245,187,157)
#F7C8B0
(247,200,176)
#F9D5C3
(249,213,195)
#FBE2D6
(251,226,214)
#FDEFE9
(253,239,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E96D2B; }

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

This text font color is #E96D2B.


Background Color

.myBgColor { background-color: #E96D2B; }

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

This div background color is #E96D2B.


Border color

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

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

This div border color is #E96D2B.


Opacity

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

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

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

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

This text has shadow with #E96D2B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E96D2B on black background.


Color preview on white background

This text has color #E96D2B on white background.



Black color preview on #E96D2B background

This text has black color on #E96D2B background.


White color preview on #E96D2B background

This text has white color on #E96D2B background.