COLOR #E0B471

HEX: #E0B471
RGB: (224,180,113)

Color info

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

RGB color model

#E0B471 color RGB value is (224,180,113).

  • red value is 224;
  • green value is 180;
  • blue value is 113.
RGB:
(224,180,113)
(88%,71%,44%)

RGB channels and saturation

R 224 of 255 = 88%
G 180 of 255 = 71%
B 113 of 255 = 44%

224
180
113

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

Portions of RGB colors in percentages

R + G + B =
224 + 180 + 113 = 517 (100%)
R 224 of 517 ~ 43.33%
G 180 of 517 ~ 34.82%
B 113 of 517 ~ 21.86%

%43.33
%34.82
%21.86

CMYK color model

#E0B471 color CMYK value is (0,20,50,12).

  • cyan value is 0.00%
  • magenta value is 19.64%
  • yellow value is 49.55%
  • key color value is 12.16%
CMYK:
(0,20,50,12)
C0M20Y50K12 
(0%,20%,50%,12%)
(0.00/0.20/0.50/0.12)	

CMYK percentages

%0
%19.64
%49.55
%12.16

Codes

Color #E0B471 in popluar color models

E0B471
RGB224180113
HSL36°64.16%66.08%
HSB/HSV36°49.55%87.84%
CMYK0.00%19.64%49.55%
12.16%

Color #E0B471 in popluar number systems.

HEXE0B471
Decimal224180113
Binary11100000101101001110001
Octal340264161

Shades and tints

Shades of #E0B471

#E0B471
(224,180,113)
#CCA467
(204,164,103)
#B8945D
(184,148,93)
#A48453
(164,132,83)
#907449
(144,116,73)
#7C643F
(124,100,63)
#685435
(104,84,53)
#54442B
(84,68,43)
#403421
(64,52,33)
#2C2417
(44,36,23)
#18140D
(24,20,13)
#000000
(0,0,0)

Tints of #E0B471

#E0B471
(224,180,113)
#E2BA7D
(226,186,125)
#E4C089
(228,192,137)
#E6C695
(230,198,149)
#E8CCA1
(232,204,161)
#EAD2AD
(234,210,173)
#ECD8B9
(236,216,185)
#EEDEC5
(238,222,197)
#F0E4D1
(240,228,209)
#F2EADD
(242,234,221)
#F4F0E9
(244,240,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E0B471 color. Also use rgb(224,180,113) instead hex code.

Text Font Color

.myTextColor { color: #E0B471; }

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

This text font color is #E0B471.


Background Color

.myBgColor { background-color: #E0B471; }

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

This div background color is #E0B471.


Border color

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

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

This div border color is #E0B471.


Opacity

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

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

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

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

This text has shadow with #E0B471 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E0B471 on black background.


Color preview on white background

This text has color #E0B471 on white background.



Black color preview on #E0B471 background

This text has black color on #E0B471 background.


White color preview on #E0B471 background

This text has white color on #E0B471 background.