#E2C864

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

Shades of Golden Sand #E2C864

Tints of Golden Sand #E2C864

Color information

#E2C864 (or 0xE2C864) is unknown color: approx Golden Sand. HEX triplet: E2, C8 and 64. RGB value is (226,200,100). Sum of RGB (Red+Green+Blue) = 226+200+100=526 (69% of max value = 765). Red value is 226 (88.67% from 255 or 42.97% from 526); Green value is 200 (78.52% from 255 or 38.02% from 526); Blue value is 100 (39.45% from 255 or 19.01% from 526); Max value from RGB is 226 - color contains mainly: red. Hex color #E2C864 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E2C864 is #1D379B. Grayscale: #C4C4C4. Windows color (decimal): -1914780 or 6605026. OLE color: 6605026.

HSL color Cylindrical-coordinate representation of color #E2C864: hue angle of 47.62º degrees, saturation: 0.68, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #E2C864 is Cyan = 0, Magento = 0.12, Yellow = 0.56 and Black (K on CMYK) = 0.11.

Color convert

RGB226200100-
CMYK00.120.560.11
HSL47.62º68.48%63.92%-
HSV(B)47.62º55.75%88.63%-
XYZ54.3258.420.47-
YUV196.3773.61149.13-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 42.97%
GREEN value IS 200 (78.52% from 255) = 38.02%
BLUE value IS 100 (39.45% from 255) = 19.01%
R=42.97%
G=38.02%
B=19.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.56
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22620010000.120.560.1147.6268.4863.92
HexE2C8640C38B304440
Octal342310144014701360104100
Binary1110001011001000110010001100111000101111000010001001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2C864

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2C864; }

 p { color: rgb(226,200,100); }

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

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

 a { background-color: rgb(226,200,100); }

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

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

 span { border-color: rgb(226,200,100); }

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