COLOR #E78952

HEX: #E78952
RGB: (231,137,82)

Color info

#E78952 contains mainly red color. Web safe color of #E78952 is #FF9966 (or #F96).

RGB color model

#E78952 color RGB value is (231,137,82).

  • red value is 231;
  • green value is 137;
  • blue value is 82.
RGB:
(231,137,82)
(91%,54%,32%)

RGB channels and saturation

R 231 of 255 = 91%
G 137 of 255 = 54%
B 82 of 255 = 32%

231
137
82

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

Portions of RGB colors in percentages

R + G + B =
231 + 137 + 82 = 450 (100%)
R 231 of 450 ~ 51.33%
G 137 of 450 ~ 30.44%
B 82 of 450 ~ 18.22%

%51.33
%30.44
%18.22

CMYK color model

#E78952 color CMYK value is (0,41,65,9).

  • cyan value is 0.00%
  • magenta value is 40.69%
  • yellow value is 64.50%
  • key color value is 9.41%
CMYK:
(0,41,65,9)
C0M41Y65K9 
(0%,41%,65%,9%)
(0.00/0.41/0.65/0.09)	

CMYK percentages

%0
%40.69
%64.5
%9.41

Codes

Color #E78952 in popluar color models

E78952
RGB23113782
HSL22°75.63%61.37%
HSB/HSV22°64.50%90.59%
CMYK0.00%40.69%64.50%
9.41%

Color #E78952 in popluar number systems.

HEXE78952
Decimal23113782
Binary11100111100010011010010
Octal347211122

Shades and tints

Shades of #E78952

#E78952
(231,137,82)
#D27D4B
(210,125,75)
#BD7144
(189,113,68)
#A8653D
(168,101,61)
#935936
(147,89,54)
#7E4D2F
(126,77,47)
#694128
(105,65,40)
#543521
(84,53,33)
#3F291A
(63,41,26)
#2A1D13
(42,29,19)
#15110C
(21,17,12)
#000000
(0,0,0)

Tints of #E78952

#E78952
(231,137,82)
#E99361
(233,147,97)
#EB9D70
(235,157,112)
#EDA77F
(237,167,127)
#EFB18E
(239,177,142)
#F1BB9D
(241,187,157)
#F3C5AC
(243,197,172)
#F5CFBB
(245,207,187)
#F7D9CA
(247,217,202)
#F9E3D9
(249,227,217)
#FBEDE8
(251,237,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E78952 color. Also use rgb(231,137,82) instead hex code.

Text Font Color

.myTextColor { color: #E78952; }

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

This text font color is #E78952.


Background Color

.myBgColor { background-color: #E78952; }

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

This div background color is #E78952.


Border color

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

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

This div border color is #E78952.


Opacity

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

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

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

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

This text has shadow with #E78952 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E78952 on black background.


Color preview on white background

This text has color #E78952 on white background.



Black color preview on #E78952 background

This text has black color on #E78952 background.


White color preview on #E78952 background

This text has white color on #E78952 background.