COLOR #E0977A

HEX: #E0977A RGB: (224,151,122)

Color info

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

RGB color model

#E0977A color RGB value is (224,151,122).

RGB: (224,151,122) (88%, 59%, 48%)

RGB channels and saturation

R 224 of 255 = 88%
G 151 of 255 = 59%
B 122 of 255 = 48%

224
151
122

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

Portions of RGB colors in percentages

R + G + B = 224 + 151 + 122 = 497 (100%)
R 224 of 497 ~ 45.07%
G 151 of 497 ~ 30.38%
B 122 of 497 ~ 24.55'%

%45.07
%30.38
%24.55

CMYK color model

#E0977A color CMYK value is (0,33,46,12).

  • cyan value is 0.00%
  • magenta value is 32.59%
  • yellow value is 45.54%
  • key color value is 12.16%

CMYK: (0,33,46,12)
C0M33Y46K12 (0%, 33%, 46%, 12%)
(0.00 / 0.33 / 0.46 / 0.12)

CMYK percentages

%0
%32.59
%45.54
%12.16

Codes

Color #E0977A in popluar color models

E0 97 7A
RGB 224 151 122
HSL 17° 62.20% 67.84%
HSB/HSV 17° 45.54% 87.84%
CMYK 0.00% 32.59% 45.54%
12.16%

Color #E0977A in popluar number systems.

HEX E0 97 7A
Decimal 224 151 122
Binary 11100000 10010111 1111010
Octal 340 227 172

Shades and tints

Shades of #E0977A

#E0977A
(224,151,122)
#CC8A6F
(204,138,111)
#B87D64
(184,125,100)
#A47059
(164,112,89)
#90634E
(144,99,78)
#7C5643
(124,86,67)
#684938
(104,73,56)
#543C2D
(84,60,45)
#402F22
(64,47,34)
#2C2217
(44,34,23)
#18150C
(24,21,12)
#000000
(0,0,0)

Tints of #E0977A

#E0977A
(224,151,122)
#E2A086
(226,160,134)
#E4A992
(228,169,146)
#E6B29E
(230,178,158)
#E8BBAA
(232,187,170)
#EAC4B6
(234,196,182)
#ECCDC2
(236,205,194)
#EED6CE
(238,214,206)
#F0DFDA
(240,223,218)
#F2E8E6
(242,232,230)
#F4F1F2
(244,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E0977A color. Also use rgb(224,151,122) instead hex code.

Text Font Color

.myTextColor { color: #E0977A; }

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

This text font color is #E0977A.

Background Color

.myBgColor { background-color: #E0977A; }

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

This div background color is #E0977A.

Border color

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

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

This div border color is #E0977A.

Opacity

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

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

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

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

This text has shadow with #E0977A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E0977A.

Preview

Color preview on black background

This text has color #E0977A on black background.


Color preview on white background

This text has color #E0977A on white background.


Black color preview on #E0977A background

This text has black color on #E0977A background.


White color preview on #E0977A background

This text has white color on #E0977A background.


Related colors

Complementary color

Complementary color for #hex is #1F6885.


I love getcolorcode.com

Triadic colors

1 #7AE097 and #977AE0 with #E0977A are triadic colors.

2 #7A97E0 and #97E07A with #E0977A are triadic colors.