COLOR #E0B276

HEX: #E0B276
RGB: (224,178,118)

Color info

#E0B276 contains mainly red and green colors. Web safe color of #E0B276 is #CC9966 (or #C96).

RGB color model

#E0B276 color RGB value is (224,178,118).

  • red value is 224;
  • green value is 178;
  • blue value is 118.
RGB:
(224,178,118)
(88%,70%,46%)

RGB channels and saturation

R 224 of 255 = 88%
G 178 of 255 = 70%
B 118 of 255 = 46%

224
178
118

R + G + B ~ 68%. #E0B276 is quite light color.

Portions of RGB colors in percentages

R + G + B =
224 + 178 + 118 = 520 (100%)
R 224 of 520 ~ 43.08%
G 178 of 520 ~ 34.23%
B 118 of 520 ~ 22.69%

%43.08
%34.23
%22.69

CMYK color model

#E0B276 color CMYK value is (0,21,47,12).

  • cyan value is 0.00%
  • magenta value is 20.54%
  • yellow value is 47.32%
  • key color value is 12.16%
CMYK:
(0,21,47,12)
C0M21Y47K12 
(0%,21%,47%,12%)
(0.00/0.21/0.47/0.12)	

CMYK percentages

%0
%20.54
%47.32
%12.16

Codes

Color #E0B276 in popluar color models

E0B276
RGB224178118
HSL34°63.10%67.06%
HSB/HSV34°47.32%87.84%
CMYK0.00%20.54%47.32%
12.16%

Color #E0B276 in popluar number systems.

HEXE0B276
Decimal224178118
Binary11100000101100101110110
Octal340262166

Shades and tints

Shades of #E0B276

#E0B276
(224,178,118)
#CCA26C
(204,162,108)
#B89262
(184,146,98)
#A48258
(164,130,88)
#90724E
(144,114,78)
#7C6244
(124,98,68)
#68523A
(104,82,58)
#544230
(84,66,48)
#403226
(64,50,38)
#2C221C
(44,34,28)
#181212
(24,18,18)
#000000
(0,0,0)

Tints of #E0B276

#E0B276
(224,178,118)
#E2B982
(226,185,130)
#E4C08E
(228,192,142)
#E6C79A
(230,199,154)
#E8CEA6
(232,206,166)
#EAD5B2
(234,213,178)
#ECDCBE
(236,220,190)
#EEE3CA
(238,227,202)
#F0EAD6
(240,234,214)
#F2F1E2
(242,241,226)
#F4F8EE
(244,248,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E0B276 color. Also use rgb(224,178,118) instead hex code.

Text Font Color

.myTextColor { color: #E0B276; }

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

This text font color is #E0B276.


Background Color

.myBgColor { background-color: #E0B276; }

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

This div background color is #E0B276.


Border color

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

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

This div border color is #E0B276.


Opacity

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

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

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

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

This text has shadow with #E0B276 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E0B276 on black background.


Color preview on white background

This text has color #E0B276 on white background.



Black color preview on #E0B276 background

This text has black color on #E0B276 background.


White color preview on #E0B276 background

This text has white color on #E0B276 background.