COLOR #E08655

HEX: #E08655
RGB: (224,134,85)

Color info

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

RGB color model

#E08655 color RGB value is (224,134,85).

  • red value is 224;
  • green value is 134;
  • blue value is 85.
RGB:
(224,134,85)
(88%,53%,33%)

RGB channels and saturation

R 224 of 255 = 88%
G 134 of 255 = 53%
B 85 of 255 = 33%

224
134
85

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

Portions of RGB colors in percentages

R + G + B =
224 + 134 + 85 = 443 (100%)
R 224 of 443 ~ 50.56%
G 134 of 443 ~ 30.25%
B 85 of 443 ~ 19.19%

%50.56
%30.25
%19.19

CMYK color model

#E08655 color CMYK value is (0,40,62,12).

  • cyan value is 0.00%
  • magenta value is 40.18%
  • yellow value is 62.05%
  • key color value is 12.16%
CMYK:
(0,40,62,12)
C0M40Y62K12 
(0%,40%,62%,12%)
(0.00/0.40/0.62/0.12)	

CMYK percentages

%0
%40.18
%62.05
%12.16

Codes

Color #E08655 in popluar color models

E08655
RGB22413485
HSL21°69.15%60.59%
HSB/HSV21°62.05%87.84%
CMYK0.00%40.18%62.05%
12.16%

Color #E08655 in popluar number systems.

HEXE08655
Decimal22413485
Binary11100000100001101010101
Octal340206125

Shades and tints

Shades of #E08655

#E08655
(224,134,85)
#CC7A4E
(204,122,78)
#B86E47
(184,110,71)
#A46240
(164,98,64)
#905639
(144,86,57)
#7C4A32
(124,74,50)
#683E2B
(104,62,43)
#543224
(84,50,36)
#40261D
(64,38,29)
#2C1A16
(44,26,22)
#180E0F
(24,14,15)
#000000
(0,0,0)

Tints of #E08655

#E08655
(224,134,85)
#E29164
(226,145,100)
#E49C73
(228,156,115)
#E6A782
(230,167,130)
#E8B291
(232,178,145)
#EABDA0
(234,189,160)
#ECC8AF
(236,200,175)
#EED3BE
(238,211,190)
#F0DECD
(240,222,205)
#F2E9DC
(242,233,220)
#F4F4EB
(244,244,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E08655 color. Also use rgb(224,134,85) instead hex code.

Text Font Color

.myTextColor { color: #E08655; }

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

This text font color is #E08655.


Background Color

.myBgColor { background-color: #E08655; }

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

This div background color is #E08655.


Border color

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

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

This div border color is #E08655.


Opacity

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

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

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

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

This text has shadow with #E08655 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E08655 on black background.


Color preview on white background

This text has color #E08655 on white background.



Black color preview on #E08655 background

This text has black color on #E08655 background.


White color preview on #E08655 background

This text has white color on #E08655 background.