COLOR #E76108

HEX: #E76108
RGB: (231,97,8)

Color info

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

RGB color model

#E76108 color RGB value is (231,97,8).

  • red value is 231;
  • green value is 97;
  • blue value is 8.
RGB:
(231,97,8)
(91%,38%,3%)

RGB channels and saturation

R 231 of 255 = 91%
G 97 of 255 = 38%
B 8 of 255 = 3%

231
97
8

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

Portions of RGB colors in percentages

R + G + B =
231 + 97 + 8 = 336 (100%)
R 231 of 336 ~ 68.75%
G 97 of 336 ~ 28.87%
B 8 of 336 ~ 2.38%

%68.75
%28.87

CMYK color model

#E76108 color CMYK value is (0,58,97,9).

  • cyan value is 0.00%
  • magenta value is 58.01%
  • yellow value is 96.54%
  • key color value is 9.41%
CMYK:
(0,58,97,9)
C0M58Y97K9 
(0%,58%,97%,9%)
(0.00/0.58/0.97/0.09)	

CMYK percentages

%0
%58.01
%96.54
%9.41

Codes

Color #E76108 in popluar color models

E76108
RGB231978
HSL24°93.31%46.86%
HSB/HSV24°96.54%90.59%
CMYK0.00%58.01%96.54%
9.41%

Color #E76108 in popluar number systems.

HEXE76108
Decimal231978
Binary1110011111000011000
Octal34714110

Shades and tints

Shades of #E76108

#E76108
(231,97,8)
#D25908
(210,89,8)
#BD5108
(189,81,8)
#A84908
(168,73,8)
#934108
(147,65,8)
#7E3908
(126,57,8)
#693108
(105,49,8)
#542908
(84,41,8)
#3F2108
(63,33,8)
#2A1908
(42,25,8)
#151108
(21,17,8)
#000000
(0,0,0)

Tints of #E76108

#E76108
(231,97,8)
#E96F1E
(233,111,30)
#EB7D34
(235,125,52)
#ED8B4A
(237,139,74)
#EF9960
(239,153,96)
#F1A776
(241,167,118)
#F3B58C
(243,181,140)
#F5C3A2
(245,195,162)
#F7D1B8
(247,209,184)
#F9DFCE
(249,223,206)
#FBEDE4
(251,237,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E76108 color. Also use rgb(231,97,8) instead hex code.

Text Font Color

.myTextColor { color: #E76108; }

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

This text font color is #E76108.


Background Color

.myBgColor { background-color: #E76108; }

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

This div background color is #E76108.


Border color

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

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

This div border color is #E76108.


Opacity

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

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

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

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

This text has shadow with #E76108 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E76108 on black background.


Color preview on white background

This text has color #E76108 on white background.



Black color preview on #E76108 background

This text has black color on #E76108 background.


White color preview on #E76108 background

This text has white color on #E76108 background.