COLOR #E8AD56

HEX: #E8AD56
RGB: (232,173,86)

Color info

#E8AD56 contains mainly red and green colors. Web safe color of #E8AD56 is #FF9966 (or #F96).

RGB color model

#E8AD56 color RGB value is (232,173,86).

  • red value is 232;
  • green value is 173;
  • blue value is 86.
RGB:
(232,173,86)
(91%,68%,34%)

RGB channels and saturation

R 232 of 255 = 91%
G 173 of 255 = 68%
B 86 of 255 = 34%

232
173
86

R + G + B ~ 64%. #E8AD56 is quite light color.

Portions of RGB colors in percentages

R + G + B =
232 + 173 + 86 = 491 (100%)
R 232 of 491 ~ 47.25%
G 173 of 491 ~ 35.23%
B 86 of 491 ~ 17.52%

%47.25
%35.23
%17.52

CMYK color model

#E8AD56 color CMYK value is (0,25,63,9).

  • cyan value is 0.00%
  • magenta value is 25.43%
  • yellow value is 62.93%
  • key color value is 9.02%
CMYK:
(0,25,63,9)
C0M25Y63K9 
(0%,25%,63%,9%)
(0.00/0.25/0.63/0.09)	

CMYK percentages

%0
%25.43
%62.93
%9.02

Codes

Color #E8AD56 in popluar color models

E8AD56
RGB23217386
HSL36°76.04%62.35%
HSB/HSV36°62.93%90.98%
CMYK0.00%25.43%62.93%
9.02%

Color #E8AD56 in popluar number systems.

HEXE8AD56
Decimal23217386
Binary11101000101011011010110
Octal350255126

Shades and tints

Shades of #E8AD56

#E8AD56
(232,173,86)
#D39E4F
(211,158,79)
#BE8F48
(190,143,72)
#A98041
(169,128,65)
#94713A
(148,113,58)
#7F6233
(127,98,51)
#6A532C
(106,83,44)
#554425
(85,68,37)
#40351E
(64,53,30)
#2B2617
(43,38,23)
#161710
(22,23,16)
#000000
(0,0,0)

Tints of #E8AD56

#E8AD56
(232,173,86)
#EAB465
(234,180,101)
#ECBB74
(236,187,116)
#EEC283
(238,194,131)
#F0C992
(240,201,146)
#F2D0A1
(242,208,161)
#F4D7B0
(244,215,176)
#F6DEBF
(246,222,191)
#F8E5CE
(248,229,206)
#FAECDD
(250,236,221)
#FCF3EC
(252,243,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E8AD56 color. Also use rgb(232,173,86) instead hex code.

Text Font Color

.myTextColor { color: #E8AD56; }

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

This text font color is #E8AD56.


Background Color

.myBgColor { background-color: #E8AD56; }

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

This div background color is #E8AD56.


Border color

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

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

This div border color is #E8AD56.


Opacity

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

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

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

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

This text has shadow with #E8AD56 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E8AD56 on black background.


Color preview on white background

This text has color #E8AD56 on white background.



Black color preview on #E8AD56 background

This text has black color on #E8AD56 background.


White color preview on #E8AD56 background

This text has white color on #E8AD56 background.