Shades of Golden Sand #ECC963
Tints of Golden Sand #ECC963
RGB
CMYK
RGB Variations
Color information
#ECC963 (or 0xECC963) is known color: Golden Sand. HEX triplet: EC, C9 and 63. RGB value is (236,201,99). Sum of RGB (Red+Green+Blue) = 236+201+99=536 (70% of max value = 765). Red value is 236 (92.58% from 255 or 44.03% from 536); Green value is 201 (78.91% from 255 or 37.5% from 536); Blue value is 99 (39.06% from 255 or 18.47% from 536); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC963 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECC963 is #13369C. Grayscale: #C8C8C8. Windows color (decimal): -1259165 or 6539756. OLE color: 6539756.
HSL color Cylindrical-coordinate representation of color #ECC963: hue angle of 44.67º degrees, saturation: 0.78, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #ECC963 is Cyan = 0, Magento = 0.15, Yellow = 0.58 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 201 | 99 | - |
| CMYK | 0 | 0.15 | 0.58 | 0.07 |
| HSL | 44.67º | 0.78% | 0.66% | - |
| HSV(B) | 44.67º | 0.58% | 0.93% | - |
| XYZ | 57.73 | 60.51 | 20.44 | - |
| YUV | 199.84 | 71.1 | 153.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 201 | 99 | 0 | 0.15 | 0.58 | 0.07 | 44.67 | 0.78 | 0.66 |
| Hex | EC | C9 | 63 | 0 | F | 3A | 7 | 2D | 4E | 42 |
| Octal | 354 | 311 | 143 | 0 | 17 | 72 | 7 | 55 | 116 | 102 |
| Binary | 11101100 | 11001001 | 1100011 | 0 | 1111 | 111010 | 111 | 101101 | 1001110 | 1000010 |
Color Harmonies of #ECC963
Complementary color
Monochromatic Colors of #ECC963
Black with #ECC963
Text Example
Text Example
White with #ECC963
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECC963; }
p { color: rgb(236,201,99); }
H1.HeaderClassName
{
color: #ECC963;
}
.AnyTagClassName
{
color: #ECC963;
}
</style>
background-color css
<style>
a { background-color: #ECC963; }
a { background-color: rgb(236,201,99); }
div.DivClassName
{
background-color: #ECC963;
}
.BgClassName
{
background-color: #ECC963;
}
</style>
border-color css
<style>
span { border-color: #ECC963; }
span { border-color: rgb(236,201,99); }
td.TdClassName
{
border-color: #ECC963;
}
.TagClassName
{
border-color: #ECC963;
}
</style>