COLOR #E5B86E

HEX: #E5B86E
RGB: (229,184,110)

Color info

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

RGB color model

#E5B86E color RGB value is (229,184,110).

  • red value is 229;
  • green value is 184;
  • blue value is 110.
RGB:
(229,184,110)
(90%,72%,43%)

RGB channels and saturation

R 229 of 255 = 90%
G 184 of 255 = 72%
B 110 of 255 = 43%

229
184
110

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

Portions of RGB colors in percentages

R + G + B =
229 + 184 + 110 = 523 (100%)
R 229 of 523 ~ 43.79%
G 184 of 523 ~ 35.18%
B 110 of 523 ~ 21.03%

%43.79
%35.18
%21.03

CMYK color model

#E5B86E color CMYK value is (0,20,52,10).

  • cyan value is 0.00%
  • magenta value is 19.65%
  • yellow value is 51.97%
  • key color value is 10.20%
CMYK:
(0,20,52,10)
C0M20Y52K10 
(0%,20%,52%,10%)
(0.00/0.20/0.52/0.10)	

CMYK percentages

%0
%19.65
%51.97
%10.2

Codes

Color #E5B86E in popluar color models

E5B86E
RGB229184110
HSL37°69.59%66.47%
HSB/HSV37°51.97%89.80%
CMYK0.00%19.65%51.97%
10.20%

Color #E5B86E in popluar number systems.

HEXE5B86E
Decimal229184110
Binary11100101101110001101110
Octal345270156

Shades and tints

Shades of #E5B86E

#E5B86E
(229,184,110)
#D1A864
(209,168,100)
#BD985A
(189,152,90)
#A98850
(169,136,80)
#957846
(149,120,70)
#81683C
(129,104,60)
#6D5832
(109,88,50)
#594828
(89,72,40)
#45381E
(69,56,30)
#312814
(49,40,20)
#1D180A
(29,24,10)
#000000
(0,0,0)

Tints of #E5B86E

#E5B86E
(229,184,110)
#E7BE7B
(231,190,123)
#E9C488
(233,196,136)
#EBCA95
(235,202,149)
#EDD0A2
(237,208,162)
#EFD6AF
(239,214,175)
#F1DCBC
(241,220,188)
#F3E2C9
(243,226,201)
#F5E8D6
(245,232,214)
#F7EEE3
(247,238,227)
#F9F4F0
(249,244,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E5B86E color. Also use rgb(229,184,110) instead hex code.

Text Font Color

.myTextColor { color: #E5B86E; }

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

This text font color is #E5B86E.


Background Color

.myBgColor { background-color: #E5B86E; }

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

This div background color is #E5B86E.


Border color

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

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

This div border color is #E5B86E.


Opacity

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

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

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

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

This text has shadow with #E5B86E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E5B86E on black background.


Color preview on white background

This text has color #E5B86E on white background.



Black color preview on #E5B86E background

This text has black color on #E5B86E background.


White color preview on #E5B86E background

This text has white color on #E5B86E background.