Shades of Golden Sand #ECC970
Tints of Golden Sand #ECC970
RGB
CMYK
RGB Variations
Color information
#ECC970 (or 0xECC970) is known color: Golden Sand. HEX triplet: EC, C9 and 70. RGB value is (236,201,112). Sum of RGB (Red+Green+Blue) = 236+201+112=549 (72% of max value = 765). Red value is 236 (92.58% from 255 or 42.99% from 549); Green value is 201 (78.91% from 255 or 36.61% from 549); Blue value is 112 (44.14% from 255 or 20.40% from 549); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC970 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECC970 is #13368F. Grayscale: #C9C9C9. Windows color (decimal): -1259152 or 7391724. OLE color: 7391724.
HSL color Cylindrical-coordinate representation of color #ECC970: hue angle of 43.06º 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 #ECC970 is Cyan = 0, Magento = 0.15, Yellow = 0.53 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 201 | 112 | - |
| CMYK | 0 | 0.15 | 0.53 | 0.07 |
| HSL | 43.06º | 0.77% | 0.68% | - |
| HSV(B) | 43.06º | 0.53% | 0.93% | - |
| XYZ | 58.4 | 60.78 | 23.98 | - |
| YUV | 201.32 | 77.6 | 152.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 201 | 112 | 0 | 0.15 | 0.53 | 0.07 | 43.06 | 0.77 | 0.68 |
| Hex | EC | C9 | 70 | 0 | F | 35 | 7 | 2B | 4D | 44 |
| Octal | 354 | 311 | 160 | 0 | 17 | 65 | 7 | 53 | 115 | 104 |
| Binary | 11101100 | 11001001 | 1110000 | 0 | 1111 | 110101 | 111 | 101011 | 1001101 | 1000100 |
Color Harmonies of #ECC970
Complementary color
Monochromatic Colors of #ECC970
Black with #ECC970
Text Example
Text Example
White with #ECC970
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECC970; }
p { color: rgb(236,201,112); }
H1.HeaderClassName
{
color: #ECC970;
}
.AnyTagClassName
{
color: #ECC970;
}
</style>
background-color css
<style>
a { background-color: #ECC970; }
a { background-color: rgb(236,201,112); }
div.DivClassName
{
background-color: #ECC970;
}
.BgClassName
{
background-color: #ECC970;
}
</style>
border-color css
<style>
span { border-color: #ECC970; }
span { border-color: rgb(236,201,112); }
td.TdClassName
{
border-color: #ECC970;
}
.TagClassName
{
border-color: #ECC970;
}
</style>