COLOR #E5B86A

HEX: #E5B86A
RGB: (229,184,106)

Color info

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

RGB color model

#E5B86A color RGB value is (229,184,106).

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

RGB channels and saturation

R 229 of 255 = 90%
G 184 of 255 = 72%
B 106 of 255 = 42%

229
184
106

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

Portions of RGB colors in percentages

R + G + B =
229 + 184 + 106 = 519 (100%)
R 229 of 519 ~ 44.12%
G 184 of 519 ~ 35.45%
B 106 of 519 ~ 20.42%

%44.12
%35.45
%20.42

CMYK color model

#E5B86A color CMYK value is (0,20,54,10).

  • cyan value is 0.00%
  • magenta value is 19.65%
  • yellow value is 53.71%
  • key color value is 10.20%
CMYK:
(0,20,54,10)
C0M20Y54K10 
(0%,20%,54%,10%)
(0.00/0.20/0.54/0.10)	

CMYK percentages

%0
%19.65
%53.71
%10.2

Codes

Color #E5B86A in popluar color models

E5B86A
RGB229184106
HSL38°70.29%65.69%
HSB/HSV38°53.71%89.80%
CMYK0.00%19.65%53.71%
10.20%

Color #E5B86A in popluar number systems.

HEXE5B86A
Decimal229184106
Binary11100101101110001101010
Octal345270152

Shades and tints

Shades of #E5B86A

#E5B86A
(229,184,106)
#D1A861
(209,168,97)
#BD9858
(189,152,88)
#A9884F
(169,136,79)
#957846
(149,120,70)
#81683D
(129,104,61)
#6D5834
(109,88,52)
#59482B
(89,72,43)
#453822
(69,56,34)
#312819
(49,40,25)
#1D1810
(29,24,16)
#000000
(0,0,0)

Tints of #E5B86A

#E5B86A
(229,184,106)
#E7BE77
(231,190,119)
#E9C484
(233,196,132)
#EBCA91
(235,202,145)
#EDD09E
(237,208,158)
#EFD6AB
(239,214,171)
#F1DCB8
(241,220,184)
#F3E2C5
(243,226,197)
#F5E8D2
(245,232,210)
#F7EEDF
(247,238,223)
#F9F4EC
(249,244,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E5B86A; }

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

This text font color is #E5B86A.


Background Color

.myBgColor { background-color: #E5B86A; }

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

This div background color is #E5B86A.


Border color

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

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

This div border color is #E5B86A.


Opacity

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

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

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

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

This text has shadow with #E5B86A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E5B86A on black background.


Color preview on white background

This text has color #E5B86A on white background.



Black color preview on #E5B86A background

This text has black color on #E5B86A background.


White color preview on #E5B86A background

This text has white color on #E5B86A background.