COLOR #E78802

HEX: #E78802
RGB: (231,136,2)

Color info

#E78802 contains mainly red color. Web safe color of #E78802 is #FF9900 (or #F90).

RGB color model

#E78802 color RGB value is (231,136,2).

  • red value is 231;
  • green value is 136;
  • blue value is 2.
RGB:
(231,136,2)
(91%,53%,1%)

RGB channels and saturation

R 231 of 255 = 91%
G 136 of 255 = 53%
B 2 of 255 = 1%

231
136
2

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

Portions of RGB colors in percentages

R + G + B =
231 + 136 + 2 = 369 (100%)
R 231 of 369 ~ 62.6%
G 136 of 369 ~ 36.86%
B 2 of 369 ~ 0.54%

%62.6
%36.86

CMYK color model

#E78802 color CMYK value is (0,41,99,9).

  • cyan value is 0.00%
  • magenta value is 41.13%
  • yellow value is 99.13%
  • key color value is 9.41%
CMYK:
(0,41,99,9)
C0M41Y99K9 
(0%,41%,99%,9%)
(0.00/0.41/0.99/0.09)	

CMYK percentages

%0
%41.13
%99.13
%9.41

Codes

Color #E78802 in popluar color models

E78802
RGB2311362
HSL35°98.28%45.69%
HSB/HSV35°99.13%90.59%
CMYK0.00%41.13%99.13%
9.41%

Color #E78802 in popluar number systems.

HEXE78802
Decimal2311362
Binary111001111000100010
Octal3472102

Shades and tints

Shades of #E78802

#E78802
(231,136,2)
#D27C02
(210,124,2)
#BD7002
(189,112,2)
#A86402
(168,100,2)
#935802
(147,88,2)
#7E4C02
(126,76,2)
#694002
(105,64,2)
#543402
(84,52,2)
#3F2802
(63,40,2)
#2A1C02
(42,28,2)
#151002
(21,16,2)
#000000
(0,0,0)

Tints of #E78802

#E78802
(231,136,2)
#E99219
(233,146,25)
#EB9C30
(235,156,48)
#EDA647
(237,166,71)
#EFB05E
(239,176,94)
#F1BA75
(241,186,117)
#F3C48C
(243,196,140)
#F5CEA3
(245,206,163)
#F7D8BA
(247,216,186)
#F9E2D1
(249,226,209)
#FBECE8
(251,236,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E78802 color. Also use rgb(231,136,2) instead hex code.

Text Font Color

.myTextColor { color: #E78802; }

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

This text font color is #E78802.


Background Color

.myBgColor { background-color: #E78802; }

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

This div background color is #E78802.


Border color

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

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

This div border color is #E78802.


Opacity

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

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

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

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

This text has shadow with #E78802 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E78802 on black background.


Color preview on white background

This text has color #E78802 on white background.



Black color preview on #E78802 background

This text has black color on #E78802 background.


White color preview on #E78802 background

This text has white color on #E78802 background.