#E5C760

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

Shades of Golden Sand #E5C760

Tints of Golden Sand #E5C760

Color information

#E5C760 (or 0xE5C760) is unknown color: approx Golden Sand. HEX triplet: E5, C7 and 60. RGB value is (229,199,96). Sum of RGB (Red+Green+Blue) = 229+199+96=524 (69% of max value = 765). Red value is 229 (89.84% from 255 or 43.70% from 524); Green value is 199 (78.12% from 255 or 37.98% from 524); Blue value is 96 (37.89% from 255 or 18.32% from 524); Max value from RGB is 229 - color contains mainly: red. Hex color #E5C760 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E5C760 is #1A389F. Grayscale: #C4C4C4. Windows color (decimal): -1718432 or 6342629. OLE color: 6342629.

HSL color Cylindrical-coordinate representation of color #E5C760: hue angle of 46.47º 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 #E5C760 is Cyan = 0, Magento = 0.13, Yellow = 0.58 and Black (K on CMYK) = 0.10.

Color convert

RGB22919996-
CMYK00.130.580.10
HSL46.47º71.89%63.73%-
HSV(B)46.47º58.08%89.8%-
XYZ54.8558.3519.44-
YUV196.2371.44151.38-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 43.70%
GREEN value IS 199 (78.12% from 255) = 37.98%
BLUE value IS 96 (37.89% from 255) = 18.32%
R=43.70%
G=37.98%
B=18.32%

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
Decimal2291999600.130.580.1046.4771.8963.73
HexE5C7600D3AA2e4840
Octal345307140015721256110100
Binary1110010111000111110000001101111010101010111010010001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5C760

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5C760; }

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

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

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

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

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

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

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

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