#E5C860

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

Shades of Golden Sand #E5C860

Tints of Golden Sand #E5C860

Color information

#E5C860 (or 0xE5C860) is unknown color: approx Golden Sand. HEX triplet: E5, C8 and 60. RGB value is (229,200,96). Sum of RGB (Red+Green+Blue) = 229+200+96=525 (69% of max value = 765). Red value is 229 (89.84% from 255 or 43.62% from 525); Green value is 200 (78.52% from 255 or 38.10% from 525); Blue value is 96 (37.89% from 255 or 18.29% from 525); Max value from RGB is 229 - color contains mainly: red. Hex color #E5C860 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E5C860 is #1A379F. Grayscale: #C5C5C5. Windows color (decimal): -1718176 or 6342885. OLE color: 6342885.

HSL color Cylindrical-coordinate representation of color #E5C860: hue angle of 46.92º degrees, saturation: 0.72, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #E5C860 is Cyan = 0, Magento = 0.13, Yellow = 0.58 and Black (K on CMYK) = 0.10.

Color convert

RGB22920096-
CMYK00.130.580.10
HSL46.92º71.89%63.73%-
HSV(B)46.92º58.08%89.8%-
XYZ55.0858.8119.52-
YUV196.8171.11150.96-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 43.62%
GREEN value IS 200 (78.52% from 255) = 38.10%
BLUE value IS 96 (37.89% from 255) = 18.29%
R=43.62%
G=38.10%
B=18.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.58
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2292009600.130.580.1046.9271.8963.73
HexE5C8600D3AA2f4840
Octal345310140015721257110100
Binary1110010111001000110000001101111010101010111110010001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5C860

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5C860; }

 p { color: rgb(229,200,96); }

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

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

 a { background-color: rgb(229,200,96); }

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

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

 span { border-color: rgb(229,200,96); }

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