COLOR #E8BA5D

HEX: #E8BA5D
RGB: (232,186,93)

Color info

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

RGB color model

#E8BA5D color RGB value is (232,186,93).

  • red value is 232;
  • green value is 186;
  • blue value is 93.
RGB:
(232,186,93)
(91%,73%,36%)

RGB channels and saturation

R 232 of 255 = 91%
G 186 of 255 = 73%
B 93 of 255 = 36%

232
186
93

R + G + B ~ 67%. #E8BA5D is quite light color.

Portions of RGB colors in percentages

R + G + B =
232 + 186 + 93 = 511 (100%)
R 232 of 511 ~ 45.4%
G 186 of 511 ~ 36.4%
B 93 of 511 ~ 18.2%

%45.4
%36.4
%18.2

CMYK color model

#E8BA5D color CMYK value is (0,20,60,9).

  • cyan value is 0.00%
  • magenta value is 19.83%
  • yellow value is 59.91%
  • key color value is 9.02%
CMYK:
(0,20,60,9)
C0M20Y60K9 
(0%,20%,60%,9%)
(0.00/0.20/0.60/0.09)	

CMYK percentages

%0
%19.83
%59.91
%9.02

Codes

Color #E8BA5D in popluar color models

E8BA5D
RGB23218693
HSL40°75.14%63.73%
HSB/HSV40°59.91%90.98%
CMYK0.00%19.83%59.91%
9.02%

Color #E8BA5D in popluar number systems.

HEXE8BA5D
Decimal23218693
Binary11101000101110101011101
Octal350272135

Shades and tints

Shades of #E8BA5D

#E8BA5D
(232,186,93)
#D3AA55
(211,170,85)
#BE9A4D
(190,154,77)
#A98A45
(169,138,69)
#947A3D
(148,122,61)
#7F6A35
(127,106,53)
#6A5A2D
(106,90,45)
#554A25
(85,74,37)
#403A1D
(64,58,29)
#2B2A15
(43,42,21)
#161A0D
(22,26,13)
#000000
(0,0,0)

Tints of #E8BA5D

#E8BA5D
(232,186,93)
#EAC06B
(234,192,107)
#ECC679
(236,198,121)
#EECC87
(238,204,135)
#F0D295
(240,210,149)
#F2D8A3
(242,216,163)
#F4DEB1
(244,222,177)
#F6E4BF
(246,228,191)
#F8EACD
(248,234,205)
#FAF0DB
(250,240,219)
#FCF6E9
(252,246,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E8BA5D color. Also use rgb(232,186,93) instead hex code.

Text Font Color

.myTextColor { color: #E8BA5D; }

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

This text font color is #E8BA5D.


Background Color

.myBgColor { background-color: #E8BA5D; }

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

This div background color is #E8BA5D.


Border color

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

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

This div border color is #E8BA5D.


Opacity

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

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

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

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

This text has shadow with #E8BA5D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E8BA5D on black background.


Color preview on white background

This text has color #E8BA5D on white background.



Black color preview on #E8BA5D background

This text has black color on #E8BA5D background.


White color preview on #E8BA5D background

This text has white color on #E8BA5D background.