COLOR #E0B977

HEX: #E0B977
RGB: (224,185,119)

Color info

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

RGB color model

#E0B977 color RGB value is (224,185,119).

  • red value is 224;
  • green value is 185;
  • blue value is 119.
RGB:
(224,185,119)
(88%,73%,47%)

RGB channels and saturation

R 224 of 255 = 88%
G 185 of 255 = 73%
B 119 of 255 = 47%

224
185
119

R + G + B ~ 69%. #E0B977 is quite light color.

Portions of RGB colors in percentages

R + G + B =
224 + 185 + 119 = 528 (100%)
R 224 of 528 ~ 42.42%
G 185 of 528 ~ 35.04%
B 119 of 528 ~ 22.54%

%42.42
%35.04
%22.54

CMYK color model

#E0B977 color CMYK value is (0,17,47,12).

  • cyan value is 0.00%
  • magenta value is 17.41%
  • yellow value is 46.88%
  • key color value is 12.16%
CMYK:
(0,17,47,12)
C0M17Y47K12 
(0%,17%,47%,12%)
(0.00/0.17/0.47/0.12)	

CMYK percentages

%0
%17.41
%46.88
%12.16

Codes

Color #E0B977 in popluar color models

E0B977
RGB224185119
HSL38°62.87%67.25%
HSB/HSV38°46.88%87.84%
CMYK0.00%17.41%46.88%
12.16%

Color #E0B977 in popluar number systems.

HEXE0B977
Decimal224185119
Binary11100000101110011110111
Octal340271167

Shades and tints

Shades of #E0B977

#E0B977
(224,185,119)
#CCA96D
(204,169,109)
#B89963
(184,153,99)
#A48959
(164,137,89)
#90794F
(144,121,79)
#7C6945
(124,105,69)
#68593B
(104,89,59)
#544931
(84,73,49)
#403927
(64,57,39)
#2C291D
(44,41,29)
#181913
(24,25,19)
#000000
(0,0,0)

Tints of #E0B977

#E0B977
(224,185,119)
#E2BF83
(226,191,131)
#E4C58F
(228,197,143)
#E6CB9B
(230,203,155)
#E8D1A7
(232,209,167)
#EAD7B3
(234,215,179)
#ECDDBF
(236,221,191)
#EEE3CB
(238,227,203)
#F0E9D7
(240,233,215)
#F2EFE3
(242,239,227)
#F4F5EF
(244,245,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E0B977; }

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

This text font color is #E0B977.


Background Color

.myBgColor { background-color: #E0B977; }

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

This div background color is #E0B977.


Border color

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

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

This div border color is #E0B977.


Opacity

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

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

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

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

This text has shadow with #E0B977 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E0B977 on black background.


Color preview on white background

This text has color #E0B977 on white background.



Black color preview on #E0B977 background

This text has black color on #E0B977 background.


White color preview on #E0B977 background

This text has white color on #E0B977 background.