Shades of Golden Sand #ECC961
Tints of Golden Sand #ECC961
RGB
CMYK
RGB Variations
Color information
#ECC961 (or 0xECC961) is known color: Golden Sand. HEX triplet: EC, C9 and 61. RGB value is (236,201,97). Sum of RGB (Red+Green+Blue) = 236+201+97=534 (70% of max value = 765). Red value is 236 (92.58% from 255 or 44.19% from 534); Green value is 201 (78.91% from 255 or 37.64% from 534); Blue value is 97 (38.28% from 255 or 18.16% from 534); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC961 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECC961 is #13369E. Grayscale: #C8C8C8. Windows color (decimal): -1259167 or 6408684. OLE color: 6408684.
HSL color Cylindrical-coordinate representation of color #ECC961: hue angle of 44.89º 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 #ECC961 is Cyan = 0, Magento = 0.15, Yellow = 0.59 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 201 | 97 | - |
| CMYK | 0 | 0.15 | 0.59 | 0.07 |
| HSL | 44.89º | 0.79% | 0.65% | - |
| HSV(B) | 44.89º | 0.59% | 0.93% | - |
| XYZ | 57.64 | 60.47 | 19.94 | - |
| YUV | 199.61 | 70.1 | 153.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 201 | 97 | 0 | 0.15 | 0.59 | 0.07 | 44.89 | 0.79 | 0.65 |
| Hex | EC | C9 | 61 | 0 | F | 3B | 7 | 2D | 4F | 41 |
| Octal | 354 | 311 | 141 | 0 | 17 | 73 | 7 | 55 | 117 | 101 |
| Binary | 11101100 | 11001001 | 1100001 | 0 | 1111 | 111011 | 111 | 101101 | 1001111 | 1000001 |
Color Harmonies of #ECC961
Complementary color
Monochromatic Colors of #ECC961
Black with #ECC961
Text Example
Text Example
White with #ECC961
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECC961; }
p { color: rgb(236,201,97); }
H1.HeaderClassName
{
color: #ECC961;
}
.AnyTagClassName
{
color: #ECC961;
}
</style>
background-color css
<style>
a { background-color: #ECC961; }
a { background-color: rgb(236,201,97); }
div.DivClassName
{
background-color: #ECC961;
}
.BgClassName
{
background-color: #ECC961;
}
</style>
border-color css
<style>
span { border-color: #ECC961; }
span { border-color: rgb(236,201,97); }
td.TdClassName
{
border-color: #ECC961;
}
.TagClassName
{
border-color: #ECC961;
}
</style>