#E8D464

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

Shades of Golden Sand #E8D464

Tints of Golden Sand #E8D464

Color information

#E8D464 (or 0xE8D464) is unknown color: approx Golden Sand. HEX triplet: E8, D4 and 64. RGB value is (232,212,100). Sum of RGB (Red+Green+Blue) = 232+212+100=544 (72% of max value = 765). Red value is 232 (91.02% from 255 or 42.65% from 544); Green value is 212 (83.20% from 255 or 38.97% from 544); Blue value is 100 (39.45% from 255 or 18.38% from 544); Max value from RGB is 232 - color contains mainly: red. Hex color #E8D464 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E8D464 is #172B9B. Grayscale: #CDCDCD. Windows color (decimal): -1518492 or 6608104. OLE color: 6608104.

HSL color Cylindrical-coordinate representation of color #E8D464: hue angle of 50.91º degrees, saturation: 0.74, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #E8D464 is Cyan = 0, Magento = 0.09, Yellow = 0.57 and Black (K on CMYK) = 0.09.

Color convert

RGB232212100-
CMYK00.090.570.09
HSL50.91º74.16%65.1%-
HSV(B)50.91º56.9%90.98%-
XYZ59.1265.1621.52-
YUV205.2168.63147.11-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 42.65%
GREEN value IS 212 (83.20% from 255) = 38.97%
BLUE value IS 100 (39.45% from 255) = 18.38%
R=42.65%
G=38.97%
B=18.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.57
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23221210000.090.570.0950.9174.1665.1
HexE8D46409399334a41
Octal350324144011711163112101
Binary1110100011010100110010001001111001100111001110010101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8D464

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8D464; }

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

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

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

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

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

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

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

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