COLOR #E75101

HEX: #E75101
RGB: (231,81,1)

Color info

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

RGB color model

#E75101 color RGB value is (231,81,1).

  • red value is 231;
  • green value is 81;
  • blue value is 1.
RGB:
(231,81,1)
(91%,32%,0%)

RGB channels and saturation

R 231 of 255 = 91%
G 81 of 255 = 32%
B 1 of 255 = 0%

231
81
1

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

Portions of RGB colors in percentages

R + G + B =
231 + 81 + 1 = 313 (100%)
R 231 of 313 ~ 73.8%
G 81 of 313 ~ 25.88%
B 1 of 313 ~ 0.32%

%73.8
%25.88

CMYK color model

#E75101 color CMYK value is (0,65,100,9).

  • cyan value is 0.00%
  • magenta value is 64.94%
  • yellow value is 99.57%
  • key color value is 9.41%
CMYK:
(0,65,100,9)
C0M65Y100K9 
(0%,65%,100%,9%)
(0.00/0.65/1.00/0.09)	

CMYK percentages

%0
%64.94
%99.57
%9.41

Codes

Color #E75101 in popluar color models

E75101
RGB231811
HSL21°99.14%45.49%
HSB/HSV21°99.57%90.59%
CMYK0.00%64.94%99.57%
9.41%

Color #E75101 in popluar number systems.

HEXE75101
Decimal231811
Binary1110011110100011
Octal3471211

Shades and tints

Shades of #E75101

#E75101
(231,81,1)
#D24A01
(210,74,1)
#BD4301
(189,67,1)
#A83C01
(168,60,1)
#933501
(147,53,1)
#7E2E01
(126,46,1)
#692701
(105,39,1)
#542001
(84,32,1)
#3F1901
(63,25,1)
#2A1201
(42,18,1)
#150B01
(21,11,1)
#000000
(0,0,0)

Tints of #E75101

#E75101
(231,81,1)
#E96018
(233,96,24)
#EB6F2F
(235,111,47)
#ED7E46
(237,126,70)
#EF8D5D
(239,141,93)
#F19C74
(241,156,116)
#F3AB8B
(243,171,139)
#F5BAA2
(245,186,162)
#F7C9B9
(247,201,185)
#F9D8D0
(249,216,208)
#FBE7E7
(251,231,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E75101 color. Also use rgb(231,81,1) instead hex code.

Text Font Color

.myTextColor { color: #E75101; }

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

This text font color is #E75101.


Background Color

.myBgColor { background-color: #E75101; }

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

This div background color is #E75101.


Border color

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

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

This div border color is #E75101.


Opacity

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

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

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

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

This text has shadow with #E75101 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E75101 on black background.


Color preview on white background

This text has color #E75101 on white background.



Black color preview on #E75101 background

This text has black color on #E75101 background.


White color preview on #E75101 background

This text has white color on #E75101 background.