#E5D464

Color #E5D464 Golden Sand (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Golden Sand #E5D464

Tints of Golden Sand #E5D464

Color information

#E5D464 (or 0xE5D464) is unknown color: approx Golden Sand. HEX triplet: E5, D4 and 64. RGB value is (229,212,100). Sum of RGB (Red+Green+Blue) = 229+212+100=541 (71% of max value = 765). Red value is 229 (89.84% from 255 or 42.33% from 541); Green value is 212 (83.20% from 255 or 39.19% from 541); Blue value is 100 (39.45% from 255 or 18.48% from 541); Max value from RGB is 229 - color contains mainly: red. Hex color #E5D464 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E5D464 is #1A2B9B. Grayscale: #CCCCCC. Windows color (decimal): -1715100 or 6608101. OLE color: 6608101.

HSL color Cylindrical-coordinate representation of color #E5D464: hue angle of 52.09º degrees, saturation: 0.71, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #E5D464 is Cyan = 0, Magento = 0.07, Yellow = 0.56 and Black (K on CMYK) = 0.10.

Color convert

RGB229212100-
CMYK00.070.560.10
HSL52.09º71.27%64.51%-
HSV(B)52.09º56.33%89.8%-
XYZ58.1664.6721.47-
YUV204.3269.13145.61-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 229 (89.84% from 255) = 42.33%
GREEN value IS 212 (83.20% from 255) = 39.19%
BLUE value IS 100 (39.45% from 255) = 18.48%
R=42.33%
G=39.19%
B=18.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.56
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22921210000.070.560.1052.0971.2764.51
HexE5D4640738A344741
Octal34532414407701264107101
Binary111001011101010011001000111111000101011010010001111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5D464

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5D464; }

 p { color: rgb(229,212,100); }

 H1.HeaderClassName
 {
   color: #E5D464;
 }
 .AnyTagClassName
 {
   color: #E5D464;
 }
</style>
background-color css

<style>
 a { background-color: #E5D464; }

 a { background-color: rgb(229,212,100); }

 div.DivClassName
 {
   background-color: #E5D464;
 }
 .BgClassName
 {
   background-color: #E5D464;
 }
</style>
border-color css

<style>
 span { border-color: #E5D464; }

 span { border-color: rgb(229,212,100); }

 td.TdClassName
 {
   border-color: #E5D464;
 }
 .TagClassName
 {
   border-color: #E5D464;
 }
</style>