COLOR #E8B885

HEX: #E8B885 RGB: (232,184,133)

Color info

#E8B885 contains mainly red and green colors. Web safe color of #E8B885 is #FFCC99 (or #FC9).

RGB color model

#E8B885 color RGB value is (232,184,133).

RGB: (232,184,133) (91%, 72%, 52%)

RGB channels and saturation

R 232 of 255 = 91%
G 184 of 255 = 72%
B 133 of 255 = 52%

232
184
133

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

Portions of RGB colors in percentages

R + G + B = 232 + 184 + 133 = 549 (100%)
R 232 of 549 ~ 42.26%
G 184 of 549 ~ 33.52%
B 133 of 549 ~ 24.23'%

%42.26
%33.52
%24.23

CMYK color model

#E8B885 color CMYK value is (0,21,43,9).

  • cyan value is 0.00%
  • magenta value is 20.69%
  • yellow value is 42.67%
  • key color value is 9.02%
CMYK: (0,21,43,9) C0M21Y43K9 (0%,21%,43%,9%) (0.00/0.21/0.43/0.09) 

CMYK percentages

%0
%20.69
%42.67
%9.02

Codes

Color #E8B885 in popluar color models

E8 B8 85
RGB 232 184 133
HSL 31° 68.28% 71.57%
HSB/HSV 31° 42.67% 90.98%
CMYK 0.00% 20.69% 42.67%
9.02%

Color #E8B885 in popluar number systems.

HEX E8 B8 85
Decimal 232 184 133
Binary 11101000 10111000 10000101
Octal 350 270 205

Shades and tints

Shades of #E8B885

#E8B885
(232,184,133)
#D3A879
(211,168,121)
#BE986D
(190,152,109)
#A98861
(169,136,97)
#947855
(148,120,85)
#7F6849
(127,104,73)
#6A583D
(106,88,61)
#554831
(85,72,49)
#403825
(64,56,37)
#2B2819
(43,40,25)
#16180D
(22,24,13)
#000000
(0,0,0)

Tints of #E8B885

#E8B885
(232,184,133)
#EABE90
(234,190,144)
#ECC49B
(236,196,155)
#EECAA6
(238,202,166)
#F0D0B1
(240,208,177)
#F2D6BC
(242,214,188)
#F4DCC7
(244,220,199)
#F6E2D2
(246,226,210)
#F8E8DD
(248,232,221)
#FAEEE8
(250,238,232)
#FCF4F3
(252,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E8B885 color. Also use rgb(232,184,133) instead hex code.

Text Font Color

.myTextColor { color: #E8B885; }

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

This text font color is #E8B885.

Background Color

.myBgColor { background-color: #E8B885; }

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

This div background color is #E8B885.

Border color

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

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

This div border color is #E8B885.

Opacity

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

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

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

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

This text has shadow with #E8B885 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E8B885.

Preview

Color preview on black background

This text has color #E8B885 on black background.


Color preview on white background

This text has color #E8B885 on white background.


Black color preview on #E8B885 background

This text has black color on #E8B885 background.


White color preview on #E8B885 background

This text has white color on #E8B885 background.


Related colors

Complementary color

Complementary color for #hex is #17477A.


I love getcolorcode.com

Triadic colors

1 #85E8B8 and #B885E8 with #E8B885 are triadic colors.

2 #85B8E8 and #B8E885 with #E8B885 are triadic colors.