#E5D666

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

Shades of Golden Sand #E5D666

Tints of Golden Sand #E5D666

Color information

#E5D666 (or 0xE5D666) is unknown color: approx Golden Sand. HEX triplet: E5, D6 and 66. RGB value is (229,214,102). Sum of RGB (Red+Green+Blue) = 229+214+102=545 (72% of max value = 765). Red value is 229 (89.84% from 255 or 42.02% from 545); Green value is 214 (83.98% from 255 or 39.27% from 545); Blue value is 102 (40.23% from 255 or 18.72% from 545); Max value from RGB is 229 - color contains mainly: red. Hex color #E5D666 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E5D666 is #1A2999. Grayscale: #CECECE. Windows color (decimal): -1714586 or 6739685. OLE color: 6739685.

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

Color convert

RGB229214102-
CMYK00.070.550.10
HSL52.91º70.95%64.9%-
HSV(B)52.91º55.46%89.8%-
XYZ58.7665.7122.16-
YUV205.7269.47144.61-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 42.02%
GREEN value IS 214 (83.98% from 255) = 39.27%
BLUE value IS 102 (40.23% from 255) = 18.72%
R=42.02%
G=39.27%
B=18.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.55
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22921410200.070.550.1052.9170.9564.9
HexE5D6660737A354741
Octal34532614607671265107101
Binary111001011101011011001100111110111101011010110001111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5D666

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5D666; }

 p { color: rgb(229,214,102); }

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

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

 a { background-color: rgb(229,214,102); }

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

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

 span { border-color: rgb(229,214,102); }

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