#E1C966

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

Shades of Golden Sand #E1C966

Tints of Golden Sand #E1C966

Color information

#E1C966 (or 0xE1C966) is unknown color: approx Golden Sand. HEX triplet: E1, C9 and 66. RGB value is (225,201,102). Sum of RGB (Red+Green+Blue) = 225+201+102=528 (69% of max value = 765). Red value is 225 (88.28% from 255 or 42.61% from 528); Green value is 201 (78.91% from 255 or 38.07% from 528); Blue value is 102 (40.23% from 255 or 19.32% from 528); Max value from RGB is 225 - color contains mainly: red. Hex color #E1C966 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E1C966 is #1E3699. Grayscale: #C5C5C5. Windows color (decimal): -1980058 or 6736353. OLE color: 6736353.

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

Color convert

RGB225201102-
CMYK00.110.550.12
HSL48.29º67.21%64.12%-
HSV(B)48.29º54.67%88.24%-
XYZ54.3458.7421.04-
YUV196.8974.45148.05-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 42.61%
GREEN value IS 201 (78.91% from 255) = 38.07%
BLUE value IS 102 (40.23% from 255) = 19.32%
R=42.61%
G=38.07%
B=19.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.55
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22520110200.110.550.1248.2967.2164.12
HexE1C9660B37C304340
Octal341311146013671460103100
Binary1110000111001001110011001011110111110011000010000111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1C966

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1C966; }

 p { color: rgb(225,201,102); }

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

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

 a { background-color: rgb(225,201,102); }

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

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

 span { border-color: rgb(225,201,102); }

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