COLOR #E0C97A

HEX: #E0C97A RGB: (224,201,122)

Color info

#E0C97A contains mainly red and green colors. Web safe color of #E0C97A is #CCCC66 (or #CC6).

RGB color model

#E0C97A color RGB value is (224,201,122).

RGB: (224,201,122) (88%, 79%, 48%)

RGB channels and saturation

R 224 of 255 = 88%
G 201 of 255 = 79%
B 122 of 255 = 48%

224
201
122

R + G + B ~ 72%. #E0C97A is quite light color.

Portions of RGB colors in percentages

R + G + B = 224 + 201 + 122 = 547 (100%)
R 224 of 547 ~ 40.95%
G 201 of 547 ~ 36.75%
B 122 of 547 ~ 22.3'%

%40.95
%36.75
%22.3

CMYK color model

#E0C97A color CMYK value is (0,10,46,12).

  • cyan value is 0.00%
  • magenta value is 10.27%
  • yellow value is 45.54%
  • key color value is 12.16%
CMYK: (0,10,46,12) C0M10Y46K12 (0%,10%,46%,12%) (0.00/0.10/0.46/0.12) 

CMYK percentages

%0
%10.27
%45.54
%12.16

Codes

Color #E0C97A in popluar color models

E0 C9 7A
RGB 224 201 122
HSL 46° 62.20% 67.84%
HSB/HSV 46° 45.54% 87.84%
CMYK 0.00% 10.27% 45.54%
12.16%

Color #E0C97A in popluar number systems.

HEX E0 C9 7A
Decimal 224 201 122
Binary 11100000 11001001 1111010
Octal 340 311 172

Shades and tints

Shades of #E0C97A

#E0C97A
(224,201,122)
#CCB76F
(204,183,111)
#B8A564
(184,165,100)
#A49359
(164,147,89)
#90814E
(144,129,78)
#7C6F43
(124,111,67)
#685D38
(104,93,56)
#544B2D
(84,75,45)
#403922
(64,57,34)
#2C2717
(44,39,23)
#18150C
(24,21,12)
#000000
(0,0,0)

Tints of #E0C97A

#E0C97A
(224,201,122)
#E2CD86
(226,205,134)
#E4D192
(228,209,146)
#E6D59E
(230,213,158)
#E8D9AA
(232,217,170)
#EADDB6
(234,221,182)
#ECE1C2
(236,225,194)
#EEE5CE
(238,229,206)
#F0E9DA
(240,233,218)
#F2EDE6
(242,237,230)
#F4F1F2
(244,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E0C97A; }

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

This text font color is #E0C97A.

Background Color

.myBgColor { background-color: #E0C97A; }

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

This div background color is #E0C97A.

Border color

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

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

This div border color is #E0C97A.

Opacity

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

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

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

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

This text has shadow with #E0C97A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E0C97A.

Preview

Color preview on black background

This text has color #E0C97A on black background.


Color preview on white background

This text has color #E0C97A on white background.


Black color preview on #E0C97A background

This text has black color on #E0C97A background.


White color preview on #E0C97A background

This text has white color on #E0C97A background.


Related colors

Complementary color

Complementary color for #hex is #1F3685.


I love getcolorcode.com

Triadic colors

1 #7AE0C9 and #C97AE0 with #E0C97A are triadic colors.

2 #7AC9E0 and #C9E07A with #E0C97A are triadic colors.