#E1CC66

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

Shades of Golden Sand #E1CC66

Tints of Golden Sand #E1CC66

Color information

#E1CC66 (or 0xE1CC66) is unknown color: approx Golden Sand. HEX triplet: E1, CC and 66. RGB value is (225,204,102). Sum of RGB (Red+Green+Blue) = 225+204+102=531 (70% of max value = 765). Red value is 225 (88.28% from 255 or 42.37% from 531); Green value is 204 (80.08% from 255 or 38.42% from 531); Blue value is 102 (40.23% from 255 or 19.21% from 531); Max value from RGB is 225 - color contains mainly: red. Hex color #E1CC66 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E1CC66 is #1E3399. Grayscale: #C7C7C7. Windows color (decimal): -1979290 or 6737121. OLE color: 6737121.

HSL color Cylindrical-coordinate representation of color #E1CC66: hue angle of 49.76º 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 #E1CC66 is Cyan = 0, Magento = 0.09, Yellow = 0.55 and Black (K on CMYK) = 0.12.

Color convert

RGB225204102-
CMYK00.090.550.12
HSL49.76º67.21%64.12%-
HSV(B)49.76º54.67%88.24%-
XYZ55.0460.1521.28-
YUV198.6573.46146.79-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 42.37%
GREEN value IS 204 (80.08% from 255) = 38.42%
BLUE value IS 102 (40.23% from 255) = 19.21%
R=42.37%
G=38.42%
B=19.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.55
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22520410200.090.550.1249.7667.2164.12
HexE1CC660937C324340
Octal341314146011671462103100
Binary1110000111001100110011001001110111110011001010000111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1CC66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1CC66; }

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

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

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

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

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

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

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

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