COLOR #E75B11

HEX: #E75B11
RGB: (231,91,17)

Color info

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

RGB color model

#E75B11 color RGB value is (231,91,17).

  • red value is 231;
  • green value is 91;
  • blue value is 17.
RGB:
(231,91,17)
(91%,36%,7%)

RGB channels and saturation

R 231 of 255 = 91%
G 91 of 255 = 36%
B 17 of 255 = 7%

231
91
17

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

Portions of RGB colors in percentages

R + G + B =
231 + 91 + 17 = 339 (100%)
R 231 of 339 ~ 68.14%
G 91 of 339 ~ 26.84%
B 17 of 339 ~ 5.01%

%68.14
%26.84

CMYK color model

#E75B11 color CMYK value is (0,61,93,9).

  • cyan value is 0.00%
  • magenta value is 60.61%
  • yellow value is 92.64%
  • key color value is 9.41%
CMYK:
(0,61,93,9)
C0M61Y93K9 
(0%,61%,93%,9%)
(0.00/0.61/0.93/0.09)	

CMYK percentages

%0
%60.61
%92.64
%9.41

Codes

Color #E75B11 in popluar color models

E75B11
RGB2319117
HSL21°86.29%48.63%
HSB/HSV21°92.64%90.59%
CMYK0.00%60.61%92.64%
9.41%

Color #E75B11 in popluar number systems.

HEXE75B11
Decimal2319117
Binary11100111101101110001
Octal34713321

Shades and tints

Shades of #E75B11

#E75B11
(231,91,17)
#D25310
(210,83,16)
#BD4B0F
(189,75,15)
#A8430E
(168,67,14)
#933B0D
(147,59,13)
#7E330C
(126,51,12)
#692B0B
(105,43,11)
#54230A
(84,35,10)
#3F1B09
(63,27,9)
#2A1308
(42,19,8)
#150B07
(21,11,7)
#000000
(0,0,0)

Tints of #E75B11

#E75B11
(231,91,17)
#E96926
(233,105,38)
#EB773B
(235,119,59)
#ED8550
(237,133,80)
#EF9365
(239,147,101)
#F1A17A
(241,161,122)
#F3AF8F
(243,175,143)
#F5BDA4
(245,189,164)
#F7CBB9
(247,203,185)
#F9D9CE
(249,217,206)
#FBE7E3
(251,231,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E75B11 color. Also use rgb(231,91,17) instead hex code.

Text Font Color

.myTextColor { color: #E75B11; }

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

This text font color is #E75B11.


Background Color

.myBgColor { background-color: #E75B11; }

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

This div background color is #E75B11.


Border color

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

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

This div border color is #E75B11.


Opacity

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

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

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

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

This text has shadow with #E75B11 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E75B11 on black background.


Color preview on white background

This text has color #E75B11 on white background.



Black color preview on #E75B11 background

This text has black color on #E75B11 background.


White color preview on #E75B11 background

This text has white color on #E75B11 background.