#e5c964

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

Shades of Golden Sand #E5C964

Tints of Golden Sand #E5C964

Color information

#E5C964 (or 0xE5C964) is unknown color: approx Golden Sand. HEX triplet: E5, C9 and 64. RGB value is (229,201,100). Sum of RGB (Red+Green+Blue) = 229+201+100=530 (70% of max value = 765). Red value is 229 (89.84% from 255 or 43.21% from 530); Green value is 201 (78.91% from 255 or 37.92% from 530); Blue value is 100 (39.45% from 255 or 18.87% from 530); Max value from RGB is 229 - color contains mainly: red. Hex color #E5C964 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E5C964 is #1A369B. Grayscale: #C6C6C6. Windows color (decimal): -1717916 or 6605285. OLE color: 6605285.

HSL color Cylindrical-coordinate representation of color #E5C964: hue angle of 46.98º degrees, saturation: 0.71, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #E5C964 is Cyan = 0, Magento = 0.12, Yellow = 0.56 and Black (K on CMYK) = 0.10.

Color convert

RGB229201100-
CMYK00.120.560.10
HSL46.98º71.27%64.51%-
HSV(B)46.98º56.33%89.8%-
XYZ55.559.3520.59-
YUV197.8672.78150.21-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 43.21%
GREEN value IS 201 (78.91% from 255) = 37.92%
BLUE value IS 100 (39.45% from 255) = 18.87%
R=43.21%
G=37.92%
B=18.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.56
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22920110000.120.560.1046.9871.2764.51
HexE5C9640C38A2f4741
Octal345311144014701257107101
Binary1110010111001001110010001100111000101010111110001111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e5c964

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e5c964; }

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

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

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

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

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

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

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

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