COLOR #E95A36

HEX: #E95A36
RGB: (233,90,54)

Color info

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

RGB color model

#E95A36 color RGB value is (233,90,54).

  • red value is 233;
  • green value is 90;
  • blue value is 54.
RGB:
(233,90,54)
(91%,35%,21%)

RGB channels and saturation

R 233 of 255 = 91%
G 90 of 255 = 35%
B 54 of 255 = 21%

233
90
54

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

Portions of RGB colors in percentages

R + G + B =
233 + 90 + 54 = 377 (100%)
R 233 of 377 ~ 61.8%
G 90 of 377 ~ 23.87%
B 54 of 377 ~ 14.32%

%61.8
%23.87
%14.32

CMYK color model

#E95A36 color CMYK value is (0,61,77,9).

  • cyan value is 0.00%
  • magenta value is 61.37%
  • yellow value is 76.82%
  • key color value is 8.63%
CMYK:
(0,61,77,9)
C0M61Y77K9 
(0%,61%,77%,9%)
(0.00/0.61/0.77/0.09)	

CMYK percentages

%0
%61.37
%76.82
%8.63

Codes

Color #E95A36 in popluar color models

E95A36
RGB2339054
HSL12°80.27%56.27%
HSB/HSV12°76.82%91.37%
CMYK0.00%61.37%76.82%
8.63%

Color #E95A36 in popluar number systems.

HEXE95A36
Decimal2339054
Binary111010011011010110110
Octal35113266

Shades and tints

Shades of #E95A36

#E95A36
(233,90,54)
#D45232
(212,82,50)
#BF4A2E
(191,74,46)
#AA422A
(170,66,42)
#953A26
(149,58,38)
#803222
(128,50,34)
#6B2A1E
(107,42,30)
#56221A
(86,34,26)
#411A16
(65,26,22)
#2C1212
(44,18,18)
#170A0E
(23,10,14)
#000000
(0,0,0)

Tints of #E95A36

#E95A36
(233,90,54)
#EB6948
(235,105,72)
#ED785A
(237,120,90)
#EF876C
(239,135,108)
#F1967E
(241,150,126)
#F3A590
(243,165,144)
#F5B4A2
(245,180,162)
#F7C3B4
(247,195,180)
#F9D2C6
(249,210,198)
#FBE1D8
(251,225,216)
#FDF0EA
(253,240,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E95A36 color. Also use rgb(233,90,54) instead hex code.

Text Font Color

.myTextColor { color: #E95A36; }

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

This text font color is #E95A36.


Background Color

.myBgColor { background-color: #E95A36; }

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

This div background color is #E95A36.


Border color

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

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

This div border color is #E95A36.


Opacity

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

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

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

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

This text has shadow with #E95A36 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E95A36 on black background.


Color preview on white background

This text has color #E95A36 on white background.



Black color preview on #E95A36 background

This text has black color on #E95A36 background.


White color preview on #E95A36 background

This text has white color on #E95A36 background.