COLOR #E8D565

HEX: #E8D565
RGB: (232,213,101)

Color info

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

RGB color model

#E8D565 color RGB value is (232,213,101).

  • red value is 232;
  • green value is 213;
  • blue value is 101.
RGB:
(232,213,101)
(91%,84%,40%)

RGB channels and saturation

R 232 of 255 = 91%
G 213 of 255 = 84%
B 101 of 255 = 40%

232
213
101

R + G + B ~ 72%. #E8D565 is quite light color.

Portions of RGB colors in percentages

R + G + B =
232 + 213 + 101 = 546 (100%)
R 232 of 546 ~ 42.49%
G 213 of 546 ~ 39.01%
B 101 of 546 ~ 18.5%

%42.49
%39.01
%18.5

CMYK color model

#E8D565 color CMYK value is (0,8,56,9).

  • cyan value is 0.00%
  • magenta value is 8.19%
  • yellow value is 56.47%
  • key color value is 9.02%
CMYK:
(0,8,56,9)
C0M8Y56K9 
(0%,8%,56%,9%)
(0.00/0.08/0.56/0.09)	

CMYK percentages

%0
%8.19
%56.47
%9.02

Codes

Color #E8D565 in popluar color models

E8D565
RGB232213101
HSL51°74.01%65.29%
HSB/HSV51°56.47%90.98%
CMYK0.00%8.19%56.47%
9.02%

Color #E8D565 in popluar number systems.

HEXE8D565
Decimal232213101
Binary11101000110101011100101
Octal350325145

Shades and tints

Shades of #E8D565

#E8D565
(232,213,101)
#D3C25C
(211,194,92)
#BEAF53
(190,175,83)
#A99C4A
(169,156,74)
#948941
(148,137,65)
#7F7638
(127,118,56)
#6A632F
(106,99,47)
#555026
(85,80,38)
#403D1D
(64,61,29)
#2B2A14
(43,42,20)
#16170B
(22,23,11)
#000000
(0,0,0)

Tints of #E8D565

#E8D565
(232,213,101)
#EAD873
(234,216,115)
#ECDB81
(236,219,129)
#EEDE8F
(238,222,143)
#F0E19D
(240,225,157)
#F2E4AB
(242,228,171)
#F4E7B9
(244,231,185)
#F6EAC7
(246,234,199)
#F8EDD5
(248,237,213)
#FAF0E3
(250,240,227)
#FCF3F1
(252,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E8D565 color. Also use rgb(232,213,101) instead hex code.

Text Font Color

.myTextColor { color: #E8D565; }

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

This text font color is #E8D565.


Background Color

.myBgColor { background-color: #E8D565; }

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

This div background color is #E8D565.


Border color

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

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

This div border color is #E8D565.


Opacity

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

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

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

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

This text has shadow with #E8D565 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E8D565 on black background.


Color preview on white background

This text has color #E8D565 on white background.



Black color preview on #E8D565 background

This text has black color on #E8D565 background.


White color preview on #E8D565 background

This text has white color on #E8D565 background.