COLOR #E96B22

HEX: #E96B22
RGB: (233,107,34)

Color info

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

RGB color model

#E96B22 color RGB value is (233,107,34).

  • red value is 233;
  • green value is 107;
  • blue value is 34.
RGB:
(233,107,34)
(91%,42%,13%)

RGB channels and saturation

R 233 of 255 = 91%
G 107 of 255 = 42%
B 34 of 255 = 13%

233
107
34

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

Portions of RGB colors in percentages

R + G + B =
233 + 107 + 34 = 374 (100%)
R 233 of 374 ~ 62.3%
G 107 of 374 ~ 28.61%
B 34 of 374 ~ 9.09%

%62.3
%28.61

CMYK color model

#E96B22 color CMYK value is (0,54,85,9).

  • cyan value is 0.00%
  • magenta value is 54.08%
  • yellow value is 85.41%
  • key color value is 8.63%
CMYK:
(0,54,85,9)
C0M54Y85K9 
(0%,54%,85%,9%)
(0.00/0.54/0.85/0.09)	

CMYK percentages

%0
%54.08
%85.41
%8.63

Codes

Color #E96B22 in popluar color models

E96B22
RGB23310734
HSL22°81.89%52.35%
HSB/HSV22°85.41%91.37%
CMYK0.00%54.08%85.41%
8.63%

Color #E96B22 in popluar number systems.

HEXE96B22
Decimal23310734
Binary111010011101011100010
Octal35115342

Shades and tints

Shades of #E96B22

#E96B22
(233,107,34)
#D4621F
(212,98,31)
#BF591C
(191,89,28)
#AA5019
(170,80,25)
#954716
(149,71,22)
#803E13
(128,62,19)
#6B3510
(107,53,16)
#562C0D
(86,44,13)
#41230A
(65,35,10)
#2C1A07
(44,26,7)
#171104
(23,17,4)
#000000
(0,0,0)

Tints of #E96B22

#E96B22
(233,107,34)
#EB7836
(235,120,54)
#ED854A
(237,133,74)
#EF925E
(239,146,94)
#F19F72
(241,159,114)
#F3AC86
(243,172,134)
#F5B99A
(245,185,154)
#F7C6AE
(247,198,174)
#F9D3C2
(249,211,194)
#FBE0D6
(251,224,214)
#FDEDEA
(253,237,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E96B22 color. Also use rgb(233,107,34) instead hex code.

Text Font Color

.myTextColor { color: #E96B22; }

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

This text font color is #E96B22.


Background Color

.myBgColor { background-color: #E96B22; }

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

This div background color is #E96B22.


Border color

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

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

This div border color is #E96B22.


Opacity

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

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

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

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

This text has shadow with #E96B22 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E96B22 on black background.


Color preview on white background

This text has color #E96B22 on white background.



Black color preview on #E96B22 background

This text has black color on #E96B22 background.


White color preview on #E96B22 background

This text has white color on #E96B22 background.