Shades of Golden Sand #ECC66C
Tints of Golden Sand #ECC66C
RGB
CMYK
RGB Variations
Color information
#ECC66C (or 0xECC66C) is known color: Golden Sand. HEX triplet: EC, C6 and 6C. RGB value is (236,198,108). Sum of RGB (Red+Green+Blue) = 236+198+108=542 (71% of max value = 765). Red value is 236 (92.58% from 255 or 43.54% from 542); Green value is 198 (77.73% from 255 or 36.53% from 542); Blue value is 108 (42.58% from 255 or 19.93% from 542); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC66C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECC66C is #133993. Grayscale: #C7C7C7. Windows color (decimal): -1259924 or 7128812. OLE color: 7128812.
HSL color Cylindrical-coordinate representation of color #ECC66C: hue angle of 42.19º degrees, saturation: 0.77, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #ECC66C is Cyan = 0, Magento = 0.16, Yellow = 0.54 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 198 | 108 | - |
| CMYK | 0 | 0.16 | 0.54 | 0.07 |
| HSL | 42.19º | 0.77% | 0.67% | - |
| HSV(B) | 42.19º | 0.54% | 0.93% | - |
| XYZ | 57.49 | 59.3 | 22.6 | - |
| YUV | 199.1 | 76.59 | 154.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 198 | 108 | 0 | 0.16 | 0.54 | 0.07 | 42.19 | 0.77 | 0.67 |
| Hex | EC | C6 | 6C | 0 | 10 | 36 | 7 | 2A | 4D | 43 |
| Octal | 354 | 306 | 154 | 0 | 20 | 66 | 7 | 52 | 115 | 103 |
| Binary | 11101100 | 11000110 | 1101100 | 0 | 10000 | 110110 | 111 | 101010 | 1001101 | 1000011 |
Color Harmonies of #ECC66C
Complementary color
Monochromatic Colors of #ECC66C
Black with #ECC66C
Text Example
Text Example
White with #ECC66C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECC66C; }
p { color: rgb(236,198,108); }
H1.HeaderClassName
{
color: #ECC66C;
}
.AnyTagClassName
{
color: #ECC66C;
}
</style>
background-color css
<style>
a { background-color: #ECC66C; }
a { background-color: rgb(236,198,108); }
div.DivClassName
{
background-color: #ECC66C;
}
.BgClassName
{
background-color: #ECC66C;
}
</style>
border-color css
<style>
span { border-color: #ECC66C; }
span { border-color: rgb(236,198,108); }
td.TdClassName
{
border-color: #ECC66C;
}
.TagClassName
{
border-color: #ECC66C;
}
</style>