COLOR #E78E45

HEX: #E78E45
RGB: (231,142,69)

Color info

#E78E45 contains mainly red color. Web safe color of #E78E45 is #FF9933 (or #F93).

RGB color model

#E78E45 color RGB value is (231,142,69).

  • red value is 231;
  • green value is 142;
  • blue value is 69.
RGB:
(231,142,69)
(91%,56%,27%)

RGB channels and saturation

R 231 of 255 = 91%
G 142 of 255 = 56%
B 69 of 255 = 27%

231
142
69

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

Portions of RGB colors in percentages

R + G + B =
231 + 142 + 69 = 442 (100%)
R 231 of 442 ~ 52.26%
G 142 of 442 ~ 32.13%
B 69 of 442 ~ 15.61%

%52.26
%32.13
%15.61

CMYK color model

#E78E45 color CMYK value is (0,39,70,9).

  • cyan value is 0.00%
  • magenta value is 38.53%
  • yellow value is 70.13%
  • key color value is 9.41%
CMYK:
(0,39,70,9)
C0M39Y70K9 
(0%,39%,70%,9%)
(0.00/0.39/0.70/0.09)	

CMYK percentages

%0
%38.53
%70.13
%9.41

Codes

Color #E78E45 in popluar color models

E78E45
RGB23114269
HSL27°77.14%58.82%
HSB/HSV27°70.13%90.59%
CMYK0.00%38.53%70.13%
9.41%

Color #E78E45 in popluar number systems.

HEXE78E45
Decimal23114269
Binary11100111100011101000101
Octal347216105

Shades and tints

Shades of #E78E45

#E78E45
(231,142,69)
#D2823F
(210,130,63)
#BD7639
(189,118,57)
#A86A33
(168,106,51)
#935E2D
(147,94,45)
#7E5227
(126,82,39)
#694621
(105,70,33)
#543A1B
(84,58,27)
#3F2E15
(63,46,21)
#2A220F
(42,34,15)
#151609
(21,22,9)
#000000
(0,0,0)

Tints of #E78E45

#E78E45
(231,142,69)
#E99855
(233,152,85)
#EBA265
(235,162,101)
#EDAC75
(237,172,117)
#EFB685
(239,182,133)
#F1C095
(241,192,149)
#F3CAA5
(243,202,165)
#F5D4B5
(245,212,181)
#F7DEC5
(247,222,197)
#F9E8D5
(249,232,213)
#FBF2E5
(251,242,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E78E45 color. Also use rgb(231,142,69) instead hex code.

Text Font Color

.myTextColor { color: #E78E45; }

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

This text font color is #E78E45.


Background Color

.myBgColor { background-color: #E78E45; }

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

This div background color is #E78E45.


Border color

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

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

This div border color is #E78E45.


Opacity

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

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

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

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

This text has shadow with #E78E45 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E78E45 on black background.


Color preview on white background

This text has color #E78E45 on white background.



Black color preview on #E78E45 background

This text has black color on #E78E45 background.


White color preview on #E78E45 background

This text has white color on #E78E45 background.