COLOR #E99077

HEX: #E99077
RGB: (233,144,119)

Color info

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

RGB color model

#E99077 color RGB value is (233,144,119).

  • red value is 233;
  • green value is 144;
  • blue value is 119.
RGB:
(233,144,119)
(91%,56%,47%)

RGB channels and saturation

R 233 of 255 = 91%
G 144 of 255 = 56%
B 119 of 255 = 47%

233
144
119

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

Portions of RGB colors in percentages

R + G + B =
233 + 144 + 119 = 496 (100%)
R 233 of 496 ~ 46.98%
G 144 of 496 ~ 29.03%
B 119 of 496 ~ 23.99%

%46.98
%29.03
%23.99

CMYK color model

#E99077 color CMYK value is (0,38,49,9).

  • cyan value is 0.00%
  • magenta value is 38.20%
  • yellow value is 48.93%
  • key color value is 8.63%
CMYK:
(0,38,49,9)
C0M38Y49K9 
(0%,38%,49%,9%)
(0.00/0.38/0.49/0.09)	

CMYK percentages

%0
%38.2
%48.93
%8.63

Codes

Color #E99077 in popluar color models

E99077
RGB233144119
HSL13°72.15%69.02%
HSB/HSV13°48.93%91.37%
CMYK0.00%38.20%48.93%
8.63%

Color #E99077 in popluar number systems.

HEXE99077
Decimal233144119
Binary11101001100100001110111
Octal351220167

Shades and tints

Shades of #E99077

#E99077
(233,144,119)
#D4836D
(212,131,109)
#BF7663
(191,118,99)
#AA6959
(170,105,89)
#955C4F
(149,92,79)
#804F45
(128,79,69)
#6B423B
(107,66,59)
#563531
(86,53,49)
#412827
(65,40,39)
#2C1B1D
(44,27,29)
#170E13
(23,14,19)
#000000
(0,0,0)

Tints of #E99077

#E99077
(233,144,119)
#EB9A83
(235,154,131)
#EDA48F
(237,164,143)
#EFAE9B
(239,174,155)
#F1B8A7
(241,184,167)
#F3C2B3
(243,194,179)
#F5CCBF
(245,204,191)
#F7D6CB
(247,214,203)
#F9E0D7
(249,224,215)
#FBEAE3
(251,234,227)
#FDF4EF
(253,244,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E99077 color. Also use rgb(233,144,119) instead hex code.

Text Font Color

.myTextColor { color: #E99077; }

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

This text font color is #E99077.


Background Color

.myBgColor { background-color: #E99077; }

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

This div background color is #E99077.


Border color

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

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

This div border color is #E99077.


Opacity

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

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

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

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

This text has shadow with #E99077 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E99077 on black background.


Color preview on white background

This text has color #E99077 on white background.



Black color preview on #E99077 background

This text has black color on #E99077 background.


White color preview on #E99077 background

This text has white color on #E99077 background.