Shades of Golden Sand #ECC570
Tints of Golden Sand #ECC570
RGB
CMYK
RGB Variations
Color information
#ECC570 (or 0xECC570) is known color: Golden Sand. HEX triplet: EC, C5 and 70. RGB value is (236,197,112). Sum of RGB (Red+Green+Blue) = 236+197+112=545 (72% of max value = 765). Red value is 236 (92.58% from 255 or 43.30% from 545); Green value is 197 (77.34% from 255 or 36.15% from 545); Blue value is 112 (44.14% from 255 or 20.55% from 545); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC570 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECC570 is #133A8F. Grayscale: #C7C7C7. Windows color (decimal): -1260176 or 7390700. OLE color: 7390700.
HSL color Cylindrical-coordinate representation of color #ECC570: hue angle of 41.13º degrees, saturation: 0.77, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #ECC570 is Cyan = 0, Magento = 0.17, Yellow = 0.53 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 197 | 112 | - |
| CMYK | 0 | 0.17 | 0.53 | 0.07 |
| HSL | 41.13º | 0.77% | 0.68% | - |
| HSV(B) | 41.13º | 0.53% | 0.93% | - |
| XYZ | 57.48 | 58.94 | 23.68 | - |
| YUV | 198.97 | 78.92 | 154.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 197 | 112 | 0 | 0.17 | 0.53 | 0.07 | 41.13 | 0.77 | 0.68 |
| Hex | EC | C5 | 70 | 0 | 11 | 35 | 7 | 29 | 4D | 44 |
| Octal | 354 | 305 | 160 | 0 | 21 | 65 | 7 | 51 | 115 | 104 |
| Binary | 11101100 | 11000101 | 1110000 | 0 | 10001 | 110101 | 111 | 101001 | 1001101 | 1000100 |
Color Harmonies of #ECC570
Complementary color
Monochromatic Colors of #ECC570
Black with #ECC570
Text Example
Text Example
White with #ECC570
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECC570; }
p { color: rgb(236,197,112); }
H1.HeaderClassName
{
color: #ECC570;
}
.AnyTagClassName
{
color: #ECC570;
}
</style>
background-color css
<style>
a { background-color: #ECC570; }
a { background-color: rgb(236,197,112); }
div.DivClassName
{
background-color: #ECC570;
}
.BgClassName
{
background-color: #ECC570;
}
</style>
border-color css
<style>
span { border-color: #ECC570; }
span { border-color: rgb(236,197,112); }
td.TdClassName
{
border-color: #ECC570;
}
.TagClassName
{
border-color: #ECC570;
}
</style>