COLOR #E77D14

HEX: #E77D14
RGB: (231,125,20)

Color info

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

RGB color model

#E77D14 color RGB value is (231,125,20).

  • red value is 231;
  • green value is 125;
  • blue value is 20.
RGB:
(231,125,20)
(91%,49%,8%)

RGB channels and saturation

R 231 of 255 = 91%
G 125 of 255 = 49%
B 20 of 255 = 8%

231
125
20

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

Portions of RGB colors in percentages

R + G + B =
231 + 125 + 20 = 376 (100%)
R 231 of 376 ~ 61.44%
G 125 of 376 ~ 33.24%
B 20 of 376 ~ 5.32%

%61.44
%33.24

CMYK color model

#E77D14 color CMYK value is (0,46,91,9).

  • cyan value is 0.00%
  • magenta value is 45.89%
  • yellow value is 91.34%
  • key color value is 9.41%
CMYK:
(0,46,91,9)
C0M46Y91K9 
(0%,46%,91%,9%)
(0.00/0.46/0.91/0.09)	

CMYK percentages

%0
%45.89
%91.34
%9.41

Codes

Color #E77D14 in popluar color models

E77D14
RGB23112520
HSL30°84.06%49.22%
HSB/HSV30°91.34%90.59%
CMYK0.00%45.89%91.34%
9.41%

Color #E77D14 in popluar number systems.

HEXE77D14
Decimal23112520
Binary11100111111110110100
Octal34717524

Shades and tints

Shades of #E77D14

#E77D14
(231,125,20)
#D27213
(210,114,19)
#BD6712
(189,103,18)
#A85C11
(168,92,17)
#935110
(147,81,16)
#7E460F
(126,70,15)
#693B0E
(105,59,14)
#54300D
(84,48,13)
#3F250C
(63,37,12)
#2A1A0B
(42,26,11)
#150F0A
(21,15,10)
#000000
(0,0,0)

Tints of #E77D14

#E77D14
(231,125,20)
#E98829
(233,136,41)
#EB933E
(235,147,62)
#ED9E53
(237,158,83)
#EFA968
(239,169,104)
#F1B47D
(241,180,125)
#F3BF92
(243,191,146)
#F5CAA7
(245,202,167)
#F7D5BC
(247,213,188)
#F9E0D1
(249,224,209)
#FBEBE6
(251,235,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E77D14 color. Also use rgb(231,125,20) instead hex code.

Text Font Color

.myTextColor { color: #E77D14; }

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

This text font color is #E77D14.


Background Color

.myBgColor { background-color: #E77D14; }

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

This div background color is #E77D14.


Border color

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

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

This div border color is #E77D14.


Opacity

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

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

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

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

This text has shadow with #E77D14 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E77D14 on black background.


Color preview on white background

This text has color #E77D14 on white background.



Black color preview on #E77D14 background

This text has black color on #E77D14 background.


White color preview on #E77D14 background

This text has white color on #E77D14 background.