#E6C560

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

Shades of Golden Sand #E6C560

Tints of Golden Sand #E6C560

Color information

#E6C560 (or 0xE6C560) is unknown color: approx Golden Sand. HEX triplet: E6, C5 and 60. RGB value is (230,197,96). Sum of RGB (Red+Green+Blue) = 230+197+96=523 (69% of max value = 765). Red value is 230 (90.23% from 255 or 43.98% from 523); Green value is 197 (77.34% from 255 or 37.67% from 523); Blue value is 96 (37.89% from 255 or 18.36% from 523); Max value from RGB is 230 - color contains mainly: red. Hex color #E6C560 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E6C560 is #193A9F. Grayscale: #C3C3C3. Windows color (decimal): -1653408 or 6342118. OLE color: 6342118.

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

Color convert

RGB23019796-
CMYK00.140.580.10
HSL45.22º72.83%63.92%-
HSV(B)45.22º58.26%90.2%-
XYZ54.7157.619.3-
YUV195.3571.93152.71-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 43.98%
GREEN value IS 197 (77.34% from 255) = 37.67%
BLUE value IS 96 (37.89% from 255) = 18.36%
R=43.98%
G=37.67%
B=18.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.58
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2301979600.140.580.1045.2272.8363.92
HexE6C5600E3AA2d4940
Octal346305140016721255111100
Binary1110011011000101110000001110111010101010110110010011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6C560

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6C560; }

 p { color: rgb(230,197,96); }

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

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

 a { background-color: rgb(230,197,96); }

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

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

 span { border-color: rgb(230,197,96); }

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