COLOR #E08D73

HEX: #E08D73
RGB: (224,141,115)

Color info

#E08D73 contains mainly red color. Web safe color of #E08D73 is #CC9966 (or #C96).

RGB color model

#E08D73 color RGB value is (224,141,115).

  • red value is 224;
  • green value is 141;
  • blue value is 115.
RGB:
(224,141,115)
(88%,55%,45%)

RGB channels and saturation

R 224 of 255 = 88%
G 141 of 255 = 55%
B 115 of 255 = 45%

224
141
115

R + G + B ~ 63%. #E08D73 is quite light color.

Portions of RGB colors in percentages

R + G + B =
224 + 141 + 115 = 480 (100%)
R 224 of 480 ~ 46.67%
G 141 of 480 ~ 29.38%
B 115 of 480 ~ 23.96%

%46.67
%29.38
%23.96

CMYK color model

#E08D73 color CMYK value is (0,37,49,12).

  • cyan value is 0.00%
  • magenta value is 37.05%
  • yellow value is 48.66%
  • key color value is 12.16%
CMYK:
(0,37,49,12)
C0M37Y49K12 
(0%,37%,49%,12%)
(0.00/0.37/0.49/0.12)	

CMYK percentages

%0
%37.05
%48.66
%12.16

Codes

Color #E08D73 in popluar color models

E08D73
RGB224141115
HSL14°63.74%66.47%
HSB/HSV14°48.66%87.84%
CMYK0.00%37.05%48.66%
12.16%

Color #E08D73 in popluar number systems.

HEXE08D73
Decimal224141115
Binary11100000100011011110011
Octal340215163

Shades and tints

Shades of #E08D73

#E08D73
(224,141,115)
#CC8169
(204,129,105)
#B8755F
(184,117,95)
#A46955
(164,105,85)
#905D4B
(144,93,75)
#7C5141
(124,81,65)
#684537
(104,69,55)
#54392D
(84,57,45)
#402D23
(64,45,35)
#2C2119
(44,33,25)
#18150F
(24,21,15)
#000000
(0,0,0)

Tints of #E08D73

#E08D73
(224,141,115)
#E2977F
(226,151,127)
#E4A18B
(228,161,139)
#E6AB97
(230,171,151)
#E8B5A3
(232,181,163)
#EABFAF
(234,191,175)
#ECC9BB
(236,201,187)
#EED3C7
(238,211,199)
#F0DDD3
(240,221,211)
#F2E7DF
(242,231,223)
#F4F1EB
(244,241,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E08D73 color. Also use rgb(224,141,115) instead hex code.

Text Font Color

.myTextColor { color: #E08D73; }

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

This text font color is #E08D73.


Background Color

.myBgColor { background-color: #E08D73; }

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

This div background color is #E08D73.


Border color

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

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

This div border color is #E08D73.


Opacity

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

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

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

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

This text has shadow with #E08D73 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E08D73 on black background.


Color preview on white background

This text has color #E08D73 on white background.



Black color preview on #E08D73 background

This text has black color on #E08D73 background.


White color preview on #E08D73 background

This text has white color on #E08D73 background.