COLOR #E78A45

HEX: #E78A45
RGB: (231,138,69)

Color info

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

RGB color model

#E78A45 color RGB value is (231,138,69).

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

RGB channels and saturation

R 231 of 255 = 91%
G 138 of 255 = 54%
B 69 of 255 = 27%

231
138
69

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

Portions of RGB colors in percentages

R + G + B =
231 + 138 + 69 = 438 (100%)
R 231 of 438 ~ 52.74%
G 138 of 438 ~ 31.51%
B 69 of 438 ~ 15.75%

%52.74
%31.51
%15.75

CMYK color model

#E78A45 color CMYK value is (0,40,70,9).

  • cyan value is 0.00%
  • magenta value is 40.26%
  • yellow value is 70.13%
  • key color value is 9.41%
CMYK:
(0,40,70,9)
C0M40Y70K9 
(0%,40%,70%,9%)
(0.00/0.40/0.70/0.09)	

CMYK percentages

%0
%40.26
%70.13
%9.41

Codes

Color #E78A45 in popluar color models

E78A45
RGB23113869
HSL26°77.14%58.82%
HSB/HSV26°70.13%90.59%
CMYK0.00%40.26%70.13%
9.41%

Color #E78A45 in popluar number systems.

HEXE78A45
Decimal23113869
Binary11100111100010101000101
Octal347212105

Shades and tints

Shades of #E78A45

#E78A45
(231,138,69)
#D27E3F
(210,126,63)
#BD7239
(189,114,57)
#A86633
(168,102,51)
#935A2D
(147,90,45)
#7E4E27
(126,78,39)
#694221
(105,66,33)
#54361B
(84,54,27)
#3F2A15
(63,42,21)
#2A1E0F
(42,30,15)
#151209
(21,18,9)
#000000
(0,0,0)

Tints of #E78A45

#E78A45
(231,138,69)
#E99455
(233,148,85)
#EB9E65
(235,158,101)
#EDA875
(237,168,117)
#EFB285
(239,178,133)
#F1BC95
(241,188,149)
#F3C6A5
(243,198,165)
#F5D0B5
(245,208,181)
#F7DAC5
(247,218,197)
#F9E4D5
(249,228,213)
#FBEEE5
(251,238,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E78A45; }

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

This text font color is #E78A45.


Background Color

.myBgColor { background-color: #E78A45; }

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

This div background color is #E78A45.


Border color

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

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

This div border color is #E78A45.


Opacity

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

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

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

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

This text has shadow with #E78A45 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E78A45 on black background.


Color preview on white background

This text has color #E78A45 on white background.



Black color preview on #E78A45 background

This text has black color on #E78A45 background.


White color preview on #E78A45 background

This text has white color on #E78A45 background.