COLOR #E8C564

HEX: #E8C564
RGB: (232,197,100)

Color info

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

RGB color model

#E8C564 color RGB value is (232,197,100).

  • red value is 232;
  • green value is 197;
  • blue value is 100.
RGB:
(232,197,100)
(91%,77%,39%)

RGB channels and saturation

R 232 of 255 = 91%
G 197 of 255 = 77%
B 100 of 255 = 39%

232
197
100

R + G + B ~ 69%. #E8C564 is quite light color.

Portions of RGB colors in percentages

R + G + B =
232 + 197 + 100 = 529 (100%)
R 232 of 529 ~ 43.86%
G 197 of 529 ~ 37.24%
B 100 of 529 ~ 18.9%

%43.86
%37.24
%18.9

CMYK color model

#E8C564 color CMYK value is (0,15,57,9).

  • cyan value is 0.00%
  • magenta value is 15.09%
  • yellow value is 56.90%
  • key color value is 9.02%
CMYK:
(0,15,57,9)
C0M15Y57K9 
(0%,15%,57%,9%)
(0.00/0.15/0.57/0.09)	

CMYK percentages

%0
%15.09
%56.9
%9.02

Codes

Color #E8C564 in popluar color models

E8C564
RGB232197100
HSL44°74.16%65.10%
HSB/HSV44°56.90%90.98%
CMYK0.00%15.09%56.90%
9.02%

Color #E8C564 in popluar number systems.

HEXE8C564
Decimal232197100
Binary11101000110001011100100
Octal350305144

Shades and tints

Shades of #E8C564

#E8C564
(232,197,100)
#D3B45B
(211,180,91)
#BEA352
(190,163,82)
#A99249
(169,146,73)
#948140
(148,129,64)
#7F7037
(127,112,55)
#6A5F2E
(106,95,46)
#554E25
(85,78,37)
#403D1C
(64,61,28)
#2B2C13
(43,44,19)
#161B0A
(22,27,10)
#000000
(0,0,0)

Tints of #E8C564

#E8C564
(232,197,100)
#EACA72
(234,202,114)
#ECCF80
(236,207,128)
#EED48E
(238,212,142)
#F0D99C
(240,217,156)
#F2DEAA
(242,222,170)
#F4E3B8
(244,227,184)
#F6E8C6
(246,232,198)
#F8EDD4
(248,237,212)
#FAF2E2
(250,242,226)
#FCF7F0
(252,247,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E8C564 color. Also use rgb(232,197,100) instead hex code.

Text Font Color

.myTextColor { color: #E8C564; }

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

This text font color is #E8C564.


Background Color

.myBgColor { background-color: #E8C564; }

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

This div background color is #E8C564.


Border color

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

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

This div border color is #E8C564.


Opacity

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

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

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

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

This text has shadow with #E8C564 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E8C564 on black background.


Color preview on white background

This text has color #E8C564 on white background.



Black color preview on #E8C564 background

This text has black color on #E8C564 background.


White color preview on #E8C564 background

This text has white color on #E8C564 background.