Shades of Golden Sand #ECC860
Tints of Golden Sand #ECC860
RGB
CMYK
RGB Variations
Color information
#ECC860 (or 0xECC860) is known color: Golden Sand. HEX triplet: EC, C8 and 60. RGB value is (236,200,96). Sum of RGB (Red+Green+Blue) = 236+200+96=532 (70% of max value = 765). Red value is 236 (92.58% from 255 or 44.36% from 532); Green value is 200 (78.52% from 255 or 37.59% from 532); Blue value is 96 (37.89% from 255 or 18.05% from 532); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC860 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECC860 is #13379F. Grayscale: #C7C7C7. Windows color (decimal): -1259424 or 6342892. OLE color: 6342892.
HSL color Cylindrical-coordinate representation of color #ECC860: hue angle of 44.57º degrees, saturation: 0.79, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #ECC860 is Cyan = 0, Magento = 0.15, Yellow = 0.59 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 200 | 96 | - |
| CMYK | 0 | 0.15 | 0.59 | 0.07 |
| HSL | 44.57º | 0.79% | 0.65% | - |
| HSV(B) | 44.57º | 0.59% | 0.93% | - |
| XYZ | 57.36 | 59.99 | 19.62 | - |
| YUV | 198.91 | 69.93 | 154.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 200 | 96 | 0 | 0.15 | 0.59 | 0.07 | 44.57 | 0.79 | 0.65 |
| Hex | EC | C8 | 60 | 0 | F | 3B | 7 | 2D | 4F | 41 |
| Octal | 354 | 310 | 140 | 0 | 17 | 73 | 7 | 55 | 117 | 101 |
| Binary | 11101100 | 11001000 | 1100000 | 0 | 1111 | 111011 | 111 | 101101 | 1001111 | 1000001 |
Color Harmonies of #ECC860
Complementary color
Monochromatic Colors of #ECC860
Black with #ECC860
Text Example
Text Example
White with #ECC860
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECC860; }
p { color: rgb(236,200,96); }
H1.HeaderClassName
{
color: #ECC860;
}
.AnyTagClassName
{
color: #ECC860;
}
</style>
background-color css
<style>
a { background-color: #ECC860; }
a { background-color: rgb(236,200,96); }
div.DivClassName
{
background-color: #ECC860;
}
.BgClassName
{
background-color: #ECC860;
}
</style>
border-color css
<style>
span { border-color: #ECC860; }
span { border-color: rgb(236,200,96); }
td.TdClassName
{
border-color: #ECC860;
}
.TagClassName
{
border-color: #ECC860;
}
</style>