COLOR #E0CD77

HEX: #E0CD77 RGB: (224,205,119)

Color info

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

RGB color model

#E0CD77 color RGB value is (224,205,119).

RGB: (224,205,119) (88%, 80%, 47%)

RGB channels and saturation

R 224 of 255 = 88%
G 205 of 255 = 80%
B 119 of 255 = 47%

224
205
119

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

Portions of RGB colors in percentages

R + G + B = 224 + 205 + 119 = 548 (100%)
R 224 of 548 ~ 40.88%
G 205 of 548 ~ 37.41%
B 119 of 548 ~ 21.72'%

%40.88
%37.41
%21.72

CMYK color model

#E0CD77 color CMYK value is (0,8,47,12).

  • cyan value is 0.00%
  • magenta value is 8.48%
  • yellow value is 46.88%
  • key color value is 12.16%

CMYK: (0,8,47,12)
C0M8Y47K12 (0%, 8%, 47%, 12%)
(0.00 / 0.08 / 0.47 / 0.12)

CMYK percentages

%0
%8.48
%46.88
%12.16

Codes

Color #E0CD77 in popluar color models

E0 CD 77
RGB 224 205 119
HSL 49° 62.87% 67.25%
HSB/HSV 49° 46.88% 87.84%
CMYK 0.00% 8.48% 46.88%
12.16%

Color #E0CD77 in popluar number systems.

HEX E0 CD 77
Decimal 224 205 119
Binary 11100000 11001101 1110111
Octal 340 315 167

Shades and tints

Shades of #E0CD77

#E0CD77
(224,205,119)
#CCBB6D
(204,187,109)
#B8A963
(184,169,99)
#A49759
(164,151,89)
#90854F
(144,133,79)
#7C7345
(124,115,69)
#68613B
(104,97,59)
#544F31
(84,79,49)
#403D27
(64,61,39)
#2C2B1D
(44,43,29)
#181913
(24,25,19)
#000000
(0,0,0)

Tints of #E0CD77

#E0CD77
(224,205,119)
#E2D183
(226,209,131)
#E4D58F
(228,213,143)
#E6D99B
(230,217,155)
#E8DDA7
(232,221,167)
#EAE1B3
(234,225,179)
#ECE5BF
(236,229,191)
#EEE9CB
(238,233,203)
#F0EDD7
(240,237,215)
#F2F1E3
(242,241,227)
#F4F5EF
(244,245,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E0CD77 color. Also use rgb(224,205,119) instead hex code.

Text Font Color

.myTextColor { color: #E0CD77; }

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

This text font color is #E0CD77.

Background Color

.myBgColor { background-color: #E0CD77; }

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

This div background color is #E0CD77.

Border color

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

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

This div border color is #E0CD77.

Opacity

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

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

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

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

This text has shadow with #E0CD77 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E0CD77.

Preview

Color preview on black background

This text has color #E0CD77 on black background.


Color preview on white background

This text has color #E0CD77 on white background.


Black color preview on #E0CD77 background

This text has black color on #E0CD77 background.


White color preview on #E0CD77 background

This text has white color on #E0CD77 background.


Related colors

Complementary color

Complementary color for #hex is #1F3288.


I love getcolorcode.com

Triadic colors

1 #77E0CD and #CD77E0 with #E0CD77 are triadic colors.

2 #77CDE0 and #CDE077 with #E0CD77 are triadic colors.