#E6C862

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

Shades of Golden Sand #E6C862

Tints of Golden Sand #E6C862

Color information

#E6C862 (or 0xE6C862) is unknown color: approx Golden Sand. HEX triplet: E6, C8 and 62. RGB value is (230,200,98). Sum of RGB (Red+Green+Blue) = 230+200+98=528 (69% of max value = 765). Red value is 230 (90.23% from 255 or 43.56% from 528); Green value is 200 (78.52% from 255 or 37.88% from 528); Blue value is 98 (38.67% from 255 or 18.56% from 528); Max value from RGB is 230 - color contains mainly: red. Hex color #E6C862 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E6C862 is #19379D. Grayscale: #C5C5C5. Windows color (decimal): -1652638 or 6473958. OLE color: 6473958.

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

Color convert

RGB23020098-
CMYK00.130.570.10
HSL46.36º72.53%64.31%-
HSV(B)46.36º57.39%90.2%-
XYZ55.4959.0120.02-
YUV197.3471.94151.29-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 43.56%
GREEN value IS 200 (78.52% from 255) = 37.88%
BLUE value IS 98 (38.67% from 255) = 18.56%
R=43.56%
G=37.88%
B=18.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.57
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2302009800.130.570.1046.3672.5364.31
HexE6C8620D39A2e4940
Octal346310142015711256111100
Binary1110011011001000110001001101111001101010111010010011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6C862

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6C862; }

 p { color: rgb(230,200,98); }

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

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

 a { background-color: rgb(230,200,98); }

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

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

 span { border-color: rgb(230,200,98); }

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