COLOR #E96F52

HEX: #E96F52
RGB: (233,111,82)

Color info

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

RGB color model

#E96F52 color RGB value is (233,111,82).

  • red value is 233;
  • green value is 111;
  • blue value is 82.
RGB:
(233,111,82)
(91%,44%,32%)

RGB channels and saturation

R 233 of 255 = 91%
G 111 of 255 = 44%
B 82 of 255 = 32%

233
111
82

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

Portions of RGB colors in percentages

R + G + B =
233 + 111 + 82 = 426 (100%)
R 233 of 426 ~ 54.69%
G 111 of 426 ~ 26.06%
B 82 of 426 ~ 19.25%

%54.69
%26.06
%19.25

CMYK color model

#E96F52 color CMYK value is (0,52,65,9).

  • cyan value is 0.00%
  • magenta value is 52.36%
  • yellow value is 64.81%
  • key color value is 8.63%
CMYK:
(0,52,65,9)
C0M52Y65K9 
(0%,52%,65%,9%)
(0.00/0.52/0.65/0.09)	

CMYK percentages

%0
%52.36
%64.81
%8.63

Codes

Color #E96F52 in popluar color models

E96F52
RGB23311182
HSL12°77.44%61.76%
HSB/HSV12°64.81%91.37%
CMYK0.00%52.36%64.81%
8.63%

Color #E96F52 in popluar number systems.

HEXE96F52
Decimal23311182
Binary1110100111011111010010
Octal351157122

Shades and tints

Shades of #E96F52

#E96F52
(233,111,82)
#D4654B
(212,101,75)
#BF5B44
(191,91,68)
#AA513D
(170,81,61)
#954736
(149,71,54)
#803D2F
(128,61,47)
#6B3328
(107,51,40)
#562921
(86,41,33)
#411F1A
(65,31,26)
#2C1513
(44,21,19)
#170B0C
(23,11,12)
#000000
(0,0,0)

Tints of #E96F52

#E96F52
(233,111,82)
#EB7C61
(235,124,97)
#ED8970
(237,137,112)
#EF967F
(239,150,127)
#F1A38E
(241,163,142)
#F3B09D
(243,176,157)
#F5BDAC
(245,189,172)
#F7CABB
(247,202,187)
#F9D7CA
(249,215,202)
#FBE4D9
(251,228,217)
#FDF1E8
(253,241,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E96F52 color. Also use rgb(233,111,82) instead hex code.

Text Font Color

.myTextColor { color: #E96F52; }

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

This text font color is #E96F52.


Background Color

.myBgColor { background-color: #E96F52; }

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

This div background color is #E96F52.


Border color

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

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

This div border color is #E96F52.


Opacity

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

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

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

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

This text has shadow with #E96F52 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E96F52 on black background.


Color preview on white background

This text has color #E96F52 on white background.



Black color preview on #E96F52 background

This text has black color on #E96F52 background.


White color preview on #E96F52 background

This text has white color on #E96F52 background.