COLOR #E8B475

HEX: #E8B475
RGB: (232,180,117)

Color info

#E8B475 contains mainly red and green colors. Web safe color of #E8B475 is #FFCC66 (or #FC6).

RGB color model

#E8B475 color RGB value is (232,180,117).

  • red value is 232;
  • green value is 180;
  • blue value is 117.
RGB:
(232,180,117)
(91%,71%,46%)

RGB channels and saturation

R 232 of 255 = 91%
G 180 of 255 = 71%
B 117 of 255 = 46%

232
180
117

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

Portions of RGB colors in percentages

R + G + B =
232 + 180 + 117 = 529 (100%)
R 232 of 529 ~ 43.86%
G 180 of 529 ~ 34.03%
B 117 of 529 ~ 22.12%

%43.86
%34.03
%22.12

CMYK color model

#E8B475 color CMYK value is (0,22,50,9).

  • cyan value is 0.00%
  • magenta value is 22.41%
  • yellow value is 49.57%
  • key color value is 9.02%
CMYK:
(0,22,50,9)
C0M22Y50K9 
(0%,22%,50%,9%)
(0.00/0.22/0.50/0.09)	

CMYK percentages

%0
%22.41
%49.57
%9.02

Codes

Color #E8B475 in popluar color models

E8B475
RGB232180117
HSL33°71.43%68.43%
HSB/HSV33°49.57%90.98%
CMYK0.00%22.41%49.57%
9.02%

Color #E8B475 in popluar number systems.

HEXE8B475
Decimal232180117
Binary11101000101101001110101
Octal350264165

Shades and tints

Shades of #E8B475

#E8B475
(232,180,117)
#D3A46B
(211,164,107)
#BE9461
(190,148,97)
#A98457
(169,132,87)
#94744D
(148,116,77)
#7F6443
(127,100,67)
#6A5439
(106,84,57)
#55442F
(85,68,47)
#403425
(64,52,37)
#2B241B
(43,36,27)
#161411
(22,20,17)
#000000
(0,0,0)

Tints of #E8B475

#E8B475
(232,180,117)
#EABA81
(234,186,129)
#ECC08D
(236,192,141)
#EEC699
(238,198,153)
#F0CCA5
(240,204,165)
#F2D2B1
(242,210,177)
#F4D8BD
(244,216,189)
#F6DEC9
(246,222,201)
#F8E4D5
(248,228,213)
#FAEAE1
(250,234,225)
#FCF0ED
(252,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E8B475 color. Also use rgb(232,180,117) instead hex code.

Text Font Color

.myTextColor { color: #E8B475; }

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

This text font color is #E8B475.


Background Color

.myBgColor { background-color: #E8B475; }

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

This div background color is #E8B475.


Border color

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

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

This div border color is #E8B475.


Opacity

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

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

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

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

This text has shadow with #E8B475 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E8B475 on black background.


Color preview on white background

This text has color #E8B475 on white background.



Black color preview on #E8B475 background

This text has black color on #E8B475 background.


White color preview on #E8B475 background

This text has white color on #E8B475 background.