COLOR #E5D764

HEX: #E5D764
RGB: (229,215,100)

Color info

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

RGB color model

#E5D764 color RGB value is (229,215,100).

  • red value is 229;
  • green value is 215;
  • blue value is 100.
RGB:
(229,215,100)
(90%,84%,39%)

RGB channels and saturation

R 229 of 255 = 90%
G 215 of 255 = 84%
B 100 of 255 = 39%

229
215
100

R + G + B ~ 71%. #E5D764 is quite light color.

Portions of RGB colors in percentages

R + G + B =
229 + 215 + 100 = 544 (100%)
R 229 of 544 ~ 42.1%
G 215 of 544 ~ 39.52%
B 100 of 544 ~ 18.38%

%42.1
%39.52
%18.38

CMYK color model

#E5D764 color CMYK value is (0,6,56,10).

  • cyan value is 0.00%
  • magenta value is 6.11%
  • yellow value is 56.33%
  • key color value is 10.20%
CMYK:
(0,6,56,10)
C0M6Y56K10 
(0%,6%,56%,10%)
(0.00/0.06/0.56/0.10)	

CMYK percentages

%0
%6.11
%56.33
%10.2

Codes

Color #E5D764 in popluar color models

E5D764
RGB229215100
HSL53°71.27%64.51%
HSB/HSV53°56.33%89.80%
CMYK0.00%6.11%56.33%
10.20%

Color #E5D764 in popluar number systems.

HEXE5D764
Decimal229215100
Binary11100101110101111100100
Octal345327144

Shades and tints

Shades of #E5D764

#E5D764
(229,215,100)
#D1C45B
(209,196,91)
#BDB152
(189,177,82)
#A99E49
(169,158,73)
#958B40
(149,139,64)
#817837
(129,120,55)
#6D652E
(109,101,46)
#595225
(89,82,37)
#453F1C
(69,63,28)
#312C13
(49,44,19)
#1D190A
(29,25,10)
#000000
(0,0,0)

Tints of #E5D764

#E5D764
(229,215,100)
#E7DA72
(231,218,114)
#E9DD80
(233,221,128)
#EBE08E
(235,224,142)
#EDE39C
(237,227,156)
#EFE6AA
(239,230,170)
#F1E9B8
(241,233,184)
#F3ECC6
(243,236,198)
#F5EFD4
(245,239,212)
#F7F2E2
(247,242,226)
#F9F5F0
(249,245,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E5D764 color. Also use rgb(229,215,100) instead hex code.

Text Font Color

.myTextColor { color: #E5D764; }

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

This text font color is #E5D764.


Background Color

.myBgColor { background-color: #E5D764; }

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

This div background color is #E5D764.


Border color

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

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

This div border color is #E5D764.


Opacity

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

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

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

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

This text has shadow with #E5D764 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E5D764 on black background.


Color preview on white background

This text has color #E5D764 on white background.



Black color preview on #E5D764 background

This text has black color on #E5D764 background.


White color preview on #E5D764 background

This text has white color on #E5D764 background.