#E1C664

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

Shades of Golden Sand #E1C664

Tints of Golden Sand #E1C664

Color information

#E1C664 (or 0xE1C664) is unknown color: approx Golden Sand. HEX triplet: E1, C6 and 64. RGB value is (225,198,100). Sum of RGB (Red+Green+Blue) = 225+198+100=523 (69% of max value = 765). Red value is 225 (88.28% from 255 or 43.02% from 523); Green value is 198 (77.73% from 255 or 37.86% from 523); Blue value is 100 (39.45% from 255 or 19.12% from 523); Max value from RGB is 225 - color contains mainly: red. Hex color #E1C664 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E1C664 is #1E399B. Grayscale: #C3C3C3. Windows color (decimal): -1980828 or 6604513. OLE color: 6604513.

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

Color convert

RGB225198100-
CMYK00.120.560.12
HSL47.04º67.57%63.73%-
HSV(B)47.04º55.56%88.24%-
XYZ53.5557.3220.3-
YUV194.974.45149.47-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 43.02%
GREEN value IS 198 (77.73% from 255) = 37.86%
BLUE value IS 100 (39.45% from 255) = 19.12%
R=43.02%
G=37.86%
B=19.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.56
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22519810000.120.560.1247.0467.5763.73
HexE1C6640C38C2f4440
Octal341306144014701457104100
Binary1110000111000110110010001100111000110010111110001001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1C664

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1C664; }

 p { color: rgb(225,198,100); }

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

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

 a { background-color: rgb(225,198,100); }

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

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

 span { border-color: rgb(225,198,100); }

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