COLOR #E09677

HEX: #E09677
RGB: (224,150,119)

Color info

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

RGB color model

#E09677 color RGB value is (224,150,119).

  • red value is 224;
  • green value is 150;
  • blue value is 119.
RGB:
(224,150,119)
(88%,59%,47%)

RGB channels and saturation

R 224 of 255 = 88%
G 150 of 255 = 59%
B 119 of 255 = 47%

224
150
119

R + G + B ~ 65%. #E09677 is quite light color.

Portions of RGB colors in percentages

R + G + B =
224 + 150 + 119 = 493 (100%)
R 224 of 493 ~ 45.44%
G 150 of 493 ~ 30.43%
B 119 of 493 ~ 24.14%

%45.44
%30.43
%24.14

CMYK color model

#E09677 color CMYK value is (0,33,47,12).

  • cyan value is 0.00%
  • magenta value is 33.04%
  • yellow value is 46.88%
  • key color value is 12.16%
CMYK:
(0,33,47,12)
C0M33Y47K12 
(0%,33%,47%,12%)
(0.00/0.33/0.47/0.12)	

CMYK percentages

%0
%33.04
%46.88
%12.16

Codes

Color #E09677 in popluar color models

E09677
RGB224150119
HSL18°62.87%67.25%
HSB/HSV18°46.88%87.84%
CMYK0.00%33.04%46.88%
12.16%

Color #E09677 in popluar number systems.

HEXE09677
Decimal224150119
Binary11100000100101101110111
Octal340226167

Shades and tints

Shades of #E09677

#E09677
(224,150,119)
#CC896D
(204,137,109)
#B87C63
(184,124,99)
#A46F59
(164,111,89)
#90624F
(144,98,79)
#7C5545
(124,85,69)
#68483B
(104,72,59)
#543B31
(84,59,49)
#402E27
(64,46,39)
#2C211D
(44,33,29)
#181413
(24,20,19)
#000000
(0,0,0)

Tints of #E09677

#E09677
(224,150,119)
#E29F83
(226,159,131)
#E4A88F
(228,168,143)
#E6B19B
(230,177,155)
#E8BAA7
(232,186,167)
#EAC3B3
(234,195,179)
#ECCCBF
(236,204,191)
#EED5CB
(238,213,203)
#F0DED7
(240,222,215)
#F2E7E3
(242,231,227)
#F4F0EF
(244,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E09677 color. Also use rgb(224,150,119) instead hex code.

Text Font Color

.myTextColor { color: #E09677; }

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

This text font color is #E09677.


Background Color

.myBgColor { background-color: #E09677; }

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

This div background color is #E09677.


Border color

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

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

This div border color is #E09677.


Opacity

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

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

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

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

This text has shadow with #E09677 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E09677 on black background.


Color preview on white background

This text has color #E09677 on white background.



Black color preview on #E09677 background

This text has black color on #E09677 background.


White color preview on #E09677 background

This text has white color on #E09677 background.