#E6C460

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

Shades of Golden Sand #E6C460

Tints of Golden Sand #E6C460

Color information

#E6C460 (or 0xE6C460) is unknown color: approx Golden Sand. HEX triplet: E6, C4 and 60. RGB value is (230,196,96). Sum of RGB (Red+Green+Blue) = 230+196+96=522 (69% of max value = 765). Red value is 230 (90.23% from 255 or 44.06% from 522); Green value is 196 (76.95% from 255 or 37.55% from 522); Blue value is 96 (37.89% from 255 or 18.39% from 522); Max value from RGB is 230 - color contains mainly: red. Hex color #E6C460 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E6C460 is #193B9F. Grayscale: #C3C3C3. Windows color (decimal): -1653664 or 6341862. OLE color: 6341862.

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

Color convert

RGB23019696-
CMYK00.150.580.10
HSL44.78º72.83%63.92%-
HSV(B)44.78º58.26%90.2%-
XYZ54.4857.1519.23-
YUV194.7772.26153.13-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 44.06%
GREEN value IS 196 (76.95% from 255) = 37.55%
BLUE value IS 96 (37.89% from 255) = 18.39%
R=44.06%
G=37.55%
B=18.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.58
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2301969600.150.580.1044.7872.8363.92
HexE6C4600F3AA2d4940
Octal346304140017721255111100
Binary1110011011000100110000001111111010101010110110010011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6C460

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6C460; }

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

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

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

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

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

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

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

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