COLOR #E0C989

HEX: #E0C989
RGB: (224,201,137)

Color info

#E0C989 contains mainly red and green colors. Web safe color of #E0C989 is #CCCC99 (or #CC9).

RGB color model

#E0C989 color RGB value is (224,201,137).

  • red value is 224;
  • green value is 201;
  • blue value is 137.
RGB:
(224,201,137)
(88%,79%,54%)

RGB channels and saturation

R 224 of 255 = 88%
G 201 of 255 = 79%
B 137 of 255 = 54%

224
201
137

R + G + B ~ 74%. #E0C989 is quite light color.

Portions of RGB colors in percentages

R + G + B =
224 + 201 + 137 = 562 (100%)
R 224 of 562 ~ 39.86%
G 201 of 562 ~ 35.77%
B 137 of 562 ~ 24.38%

%39.86
%35.77
%24.38

CMYK color model

#E0C989 color CMYK value is (0,10,39,12).

  • cyan value is 0.00%
  • magenta value is 10.27%
  • yellow value is 38.84%
  • key color value is 12.16%
CMYK:
(0,10,39,12)
C0M10Y39K12 
(0%,10%,39%,12%)
(0.00/0.10/0.39/0.12)	

CMYK percentages

%0
%10.27
%38.84
%12.16

Codes

Color #E0C989 in popluar color models

E0C989
RGB224201137
HSL44°58.39%70.78%
HSB/HSV44°38.84%87.84%
CMYK0.00%10.27%38.84%
12.16%

Color #E0C989 in popluar number systems.

HEXE0C989
Decimal224201137
Binary111000001100100110001001
Octal340311211

Shades and tints

Shades of #E0C989

#E0C989
(224,201,137)
#CCB77D
(204,183,125)
#B8A571
(184,165,113)
#A49365
(164,147,101)
#908159
(144,129,89)
#7C6F4D
(124,111,77)
#685D41
(104,93,65)
#544B35
(84,75,53)
#403929
(64,57,41)
#2C271D
(44,39,29)
#181511
(24,21,17)
#000000
(0,0,0)

Tints of #E0C989

#E0C989
(224,201,137)
#E2CD93
(226,205,147)
#E4D19D
(228,209,157)
#E6D5A7
(230,213,167)
#E8D9B1
(232,217,177)
#EADDBB
(234,221,187)
#ECE1C5
(236,225,197)
#EEE5CF
(238,229,207)
#F0E9D9
(240,233,217)
#F2EDE3
(242,237,227)
#F4F1ED
(244,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E0C989; }

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

This text font color is #E0C989.


Background Color

.myBgColor { background-color: #E0C989; }

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

This div background color is #E0C989.


Border color

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

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

This div border color is #E0C989.


Opacity

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

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

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

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

This text has shadow with #E0C989 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E0C989 on black background.


Color preview on white background

This text has color #E0C989 on white background.



Black color preview on #E0C989 background

This text has black color on #E0C989 background.


White color preview on #E0C989 background

This text has white color on #E0C989 background.