COLOR #E95D01

HEX: #E95D01
RGB: (233,93,1)

Color info

#E95D01 contains mainly red color. Web safe color of #E95D01 is #FF6600 (or #F60).

RGB color model

#E95D01 color RGB value is (233,93,1).

  • red value is 233;
  • green value is 93;
  • blue value is 1.
RGB:
(233,93,1)
(91%,36%,0%)

RGB channels and saturation

R 233 of 255 = 91%
G 93 of 255 = 36%
B 1 of 255 = 0%

233
93
1

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

Portions of RGB colors in percentages

R + G + B =
233 + 93 + 1 = 327 (100%)
R 233 of 327 ~ 71.25%
G 93 of 327 ~ 28.44%
B 1 of 327 ~ 0.31%

%71.25
%28.44

CMYK color model

#E95D01 color CMYK value is (0,60,100,9).

  • cyan value is 0.00%
  • magenta value is 60.09%
  • yellow value is 99.57%
  • key color value is 8.63%
CMYK:
(0,60,100,9)
C0M60Y100K9 
(0%,60%,100%,9%)
(0.00/0.60/1.00/0.09)	

CMYK percentages

%0
%60.09
%99.57
%8.63

Codes

Color #E95D01 in popluar color models

E95D01
RGB233931
HSL24°99.15%45.88%
HSB/HSV24°99.57%91.37%
CMYK0.00%60.09%99.57%
8.63%

Color #E95D01 in popluar number systems.

HEXE95D01
Decimal233931
Binary1110100110111011
Octal3511351

Shades and tints

Shades of #E95D01

#E95D01
(233,93,1)
#D45501
(212,85,1)
#BF4D01
(191,77,1)
#AA4501
(170,69,1)
#953D01
(149,61,1)
#803501
(128,53,1)
#6B2D01
(107,45,1)
#562501
(86,37,1)
#411D01
(65,29,1)
#2C1501
(44,21,1)
#170D01
(23,13,1)
#000000
(0,0,0)

Tints of #E95D01

#E95D01
(233,93,1)
#EB6B18
(235,107,24)
#ED792F
(237,121,47)
#EF8746
(239,135,70)
#F1955D
(241,149,93)
#F3A374
(243,163,116)
#F5B18B
(245,177,139)
#F7BFA2
(247,191,162)
#F9CDB9
(249,205,185)
#FBDBD0
(251,219,208)
#FDE9E7
(253,233,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E95D01 color. Also use rgb(233,93,1) instead hex code.

Text Font Color

.myTextColor { color: #E95D01; }

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

This text font color is #E95D01.


Background Color

.myBgColor { background-color: #E95D01; }

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

This div background color is #E95D01.


Border color

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

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

This div border color is #E95D01.


Opacity

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

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

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

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

This text has shadow with #E95D01 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E95D01 on black background.


Color preview on white background

This text has color #E95D01 on white background.



Black color preview on #E95D01 background

This text has black color on #E95D01 background.


White color preview on #E95D01 background

This text has white color on #E95D01 background.