COLOR #E99479

HEX: #E99479 RGB: (233,148,121)

Color info

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

RGB color model

#E99479 color RGB value is (233,148,121).

RGB: (233,148,121) (91%, 58%, 47%)

RGB channels and saturation

R 233 of 255 = 91%
G 148 of 255 = 58%
B 121 of 255 = 47%

233
148
121

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

Portions of RGB colors in percentages

R + G + B = 233 + 148 + 121 = 502 (100%)
R 233 of 502 ~ 46.41%
G 148 of 502 ~ 29.48%
B 121 of 502 ~ 24.1'%

%46.41
%29.48
%24.1

CMYK color model

#E99479 color CMYK value is (0,36,48,9).

  • cyan value is 0.00%
  • magenta value is 36.48%
  • yellow value is 48.07%
  • key color value is 8.63%

CMYK: (0,36,48,9)
C0M36Y48K9 (0%, 36%, 48%, 9%)
(0.00 / 0.36 / 0.48 / 0.09)

CMYK percentages

%0
%36.48
%48.07
%8.63

Codes

Color #E99479 in popluar color models

E9 94 79
RGB 233 148 121
HSL 14° 71.79% 69.41%
HSB/HSV 14° 48.07% 91.37%
CMYK 0.00% 36.48% 48.07%
8.63%

Color #E99479 in popluar number systems.

HEX E9 94 79
Decimal 233 148 121
Binary 11101001 10010100 1111001
Octal 351 224 171

Shades and tints

Shades of #E99479

#E99479
(233,148,121)
#D4876E
(212,135,110)
#BF7A63
(191,122,99)
#AA6D58
(170,109,88)
#95604D
(149,96,77)
#805342
(128,83,66)
#6B4637
(107,70,55)
#56392C
(86,57,44)
#412C21
(65,44,33)
#2C1F16
(44,31,22)
#17120B
(23,18,11)
#000000
(0,0,0)

Tints of #E99479

#E99479
(233,148,121)
#EB9D85
(235,157,133)
#EDA691
(237,166,145)
#EFAF9D
(239,175,157)
#F1B8A9
(241,184,169)
#F3C1B5
(243,193,181)
#F5CAC1
(245,202,193)
#F7D3CD
(247,211,205)
#F9DCD9
(249,220,217)
#FBE5E5
(251,229,229)
#FDEEF1
(253,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E99479 color. Also use rgb(233,148,121) instead hex code.

Text Font Color

.myTextColor { color: #E99479; }

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

This text font color is #E99479.

Background Color

.myBgColor { background-color: #E99479; }

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

This div background color is #E99479.

Border color

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

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

This div border color is #E99479.

Opacity

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

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

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

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

This text has shadow with #E99479 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E99479.

Preview

Color preview on black background

This text has color #E99479 on black background.


Color preview on white background

This text has color #E99479 on white background.


Black color preview on #E99479 background

This text has black color on #E99479 background.


White color preview on #E99479 background

This text has white color on #E99479 background.


Related colors

Complementary color

Complementary color for #hex is #166B86.


I love getcolorcode.com

Triadic colors

1 #79E994 and #9479E9 with #E99479 are triadic colors.

2 #7994E9 and #94E979 with #E99479 are triadic colors.