#E2C964

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

Shades of Golden Sand #E2C964

Tints of Golden Sand #E2C964

Color information

#E2C964 (or 0xE2C964) is unknown color: approx Golden Sand. HEX triplet: E2, C9 and 64. RGB value is (226,201,100). Sum of RGB (Red+Green+Blue) = 226+201+100=527 (69% of max value = 765). Red value is 226 (88.67% from 255 or 42.88% from 527); Green value is 201 (78.91% from 255 or 38.14% from 527); Blue value is 100 (39.45% from 255 or 18.98% from 527); Max value from RGB is 226 - color contains mainly: red. Hex color #E2C964 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E2C964 is #1D369B. Grayscale: #C5C5C5. Windows color (decimal): -1914524 or 6605282. OLE color: 6605282.

HSL color Cylindrical-coordinate representation of color #E2C964: hue angle of 48.1º 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 #E2C964 is Cyan = 0, Magento = 0.11, Yellow = 0.56 and Black (K on CMYK) = 0.11.

Color convert

RGB226201100-
CMYK00.110.560.11
HSL48.1º68.48%63.92%-
HSV(B)48.1º55.75%88.63%-
XYZ54.5558.8620.54-
YUV196.9673.28148.71-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 42.88%
GREEN value IS 201 (78.91% from 255) = 38.14%
BLUE value IS 100 (39.45% from 255) = 18.98%
R=42.88%
G=38.14%
B=18.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.56
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22620110000.110.560.1148.168.4863.92
HexE2C9640B38B304440
Octal342311144013701360104100
Binary1110001011001001110010001011111000101111000010001001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2C964

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2C964; }

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

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

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

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

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

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

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

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