#ECC664

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

Shades of Golden Sand #ECC664

Tints of Golden Sand #ECC664

Color information

#ECC664 (or 0xECC664) is unknown color: approx Golden Sand. HEX triplet: EC, C6 and 64. RGB value is (236,198,100). Sum of RGB (Red+Green+Blue) = 236+198+100=534 (70% of max value = 765). Red value is 236 (92.58% from 255 or 44.19% from 534); Green value is 198 (77.73% from 255 or 37.08% from 534); Blue value is 100 (39.45% from 255 or 18.73% from 534); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC664 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECC664 is #13399B. Grayscale: #C6C6C6. Windows color (decimal): -1259932 or 6604524. OLE color: 6604524.

HSL color Cylindrical-coordinate representation of color #ECC664: hue angle of 43.24º degrees, saturation: 0.78, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #ECC664 is Cyan = 0, Magento = 0.16, Yellow = 0.58 and Black (K on CMYK) = 0.07.

Color convert

RGB236198100-
CMYK00.160.580.07
HSL43.24º78.16%65.88%-
HSV(B)43.24º57.63%92.55%-
XYZ57.0959.1420.46-
YUV198.1972.59154.97-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 44.19%
GREEN value IS 198 (77.73% from 255) = 37.08%
BLUE value IS 100 (39.45% from 255) = 18.73%
R=44.19%
G=37.08%
B=18.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.58
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23619810000.160.580.0743.2478.1665.88
HexECC6640103A72b4e42
Octal35430614402072753116102
Binary1110110011000110110010001000011101011110101110011101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECC664

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECC664; }

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

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

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

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

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

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

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

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