COLOR #E0C489

HEX: #E0C489 RGB: (224,196,137)

Color info

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

RGB color model

#E0C489 color RGB value is (224,196,137).

RGB: (224,196,137) (88%, 77%, 54%)

RGB channels and saturation

R 224 of 255 = 88%
G 196 of 255 = 77%
B 137 of 255 = 54%

224
196
137

R + G + B ~ 73%. #E0C489 is quite light color.

Portions of RGB colors in percentages

R + G + B = 224 + 196 + 137 = 557 (100%)
R 224 of 557 ~ 40.22%
G 196 of 557 ~ 35.19%
B 137 of 557 ~ 24.6'%

%40.22
%35.19
%24.6

CMYK color model

#E0C489 color CMYK value is (0,13,39,12).

  • cyan value is 0.00%
  • magenta value is 12.50%
  • yellow value is 38.84%
  • key color value is 12.16%

CMYK: (0,13,39,12)
C0M13Y39K12 (0%, 13%, 39%, 12%)
(0.00 / 0.13 / 0.39 / 0.12)

CMYK percentages

%0
%12.5
%38.84
%12.16

Codes

Color #E0C489 in popluar color models

E0 C4 89
RGB 224 196 137
HSL 41° 58.39% 70.78%
HSB/HSV 41° 38.84% 87.84%
CMYK 0.00% 12.50% 38.84%
12.16%

Color #E0C489 in popluar number systems.

HEX E0 C4 89
Decimal 224 196 137
Binary 11100000 11000100 10001001
Octal 340 304 211

Shades and tints

Shades of #E0C489

#E0C489
(224,196,137)
#CCB37D
(204,179,125)
#B8A271
(184,162,113)
#A49165
(164,145,101)
#908059
(144,128,89)
#7C6F4D
(124,111,77)
#685E41
(104,94,65)
#544D35
(84,77,53)
#403C29
(64,60,41)
#2C2B1D
(44,43,29)
#181A11
(24,26,17)
#000000
(0,0,0)

Tints of #E0C489

#E0C489
(224,196,137)
#E2C993
(226,201,147)
#E4CE9D
(228,206,157)
#E6D3A7
(230,211,167)
#E8D8B1
(232,216,177)
#EADDBB
(234,221,187)
#ECE2C5
(236,226,197)
#EEE7CF
(238,231,207)
#F0ECD9
(240,236,217)
#F2F1E3
(242,241,227)
#F4F6ED
(244,246,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E0C489; }

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

This text font color is #E0C489.

Background Color

.myBgColor { background-color: #E0C489; }

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

This div background color is #E0C489.

Border color

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

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

This div border color is #E0C489.

Opacity

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

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

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

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

This text has shadow with #E0C489 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E0C489.

Preview

Color preview on black background

This text has color #E0C489 on black background.


Color preview on white background

This text has color #E0C489 on white background.


Black color preview on #E0C489 background

This text has black color on #E0C489 background.


White color preview on #E0C489 background

This text has white color on #E0C489 background.


Related colors

Complementary color

Complementary color for #hex is #1F3B76.


I love getcolorcode.com

Triadic colors

1 #89E0C4 and #C489E0 with #E0C489 are triadic colors.

2 #89C4E0 and #C4E089 with #E0C489 are triadic colors.