Shades of Golden Sand #ECD964
Tints of Golden Sand #ECD964
RGB
CMYK
RGB Variations
Color information
#ECD964 (or 0xECD964) is known color: Golden Sand. HEX triplet: EC, D9 and 64. RGB value is (236,217,100). Sum of RGB (Red+Green+Blue) = 236+217+100=553 (73% of max value = 765). Red value is 236 (92.58% from 255 or 42.68% from 553); Green value is 217 (85.16% from 255 or 39.24% from 553); Blue value is 100 (39.45% from 255 or 18.08% from 553); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD964 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECD964 is #13269B. Grayscale: #D1D1D1. Windows color (decimal): -1255068 or 6609388. OLE color: 6609388.
HSL color Cylindrical-coordinate representation of color #ECD964: hue angle of 51.62º 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 #ECD964 is Cyan = 0, Magento = 0.08, Yellow = 0.58 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 217 | 100 | - |
| CMYK | 0 | 0.08 | 0.58 | 0.07 |
| HSL | 51.62º | 0.78% | 0.66% | - |
| HSV(B) | 51.62º | 0.58% | 0.93% | - |
| XYZ | 61.71 | 68.38 | 22 | - |
| YUV | 209.34 | 66.29 | 147.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 217 | 100 | 0 | 0.08 | 0.58 | 0.07 | 51.62 | 0.78 | 0.66 |
| Hex | EC | D9 | 64 | 0 | 8 | 3A | 7 | 34 | 4E | 42 |
| Octal | 354 | 331 | 144 | 0 | 10 | 72 | 7 | 64 | 116 | 102 |
| Binary | 11101100 | 11011001 | 1100100 | 0 | 1000 | 111010 | 111 | 110100 | 1001110 | 1000010 |
Color Harmonies of #ECD964
Complementary color
Monochromatic Colors of #ECD964
Black with #ECD964
Text Example
Text Example
White with #ECD964
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECD964; }
p { color: rgb(236,217,100); }
H1.HeaderClassName
{
color: #ECD964;
}
.AnyTagClassName
{
color: #ECD964;
}
</style>
background-color css
<style>
a { background-color: #ECD964; }
a { background-color: rgb(236,217,100); }
div.DivClassName
{
background-color: #ECD964;
}
.BgClassName
{
background-color: #ECD964;
}
</style>
border-color css
<style>
span { border-color: #ECD964; }
span { border-color: rgb(236,217,100); }
td.TdClassName
{
border-color: #ECD964;
}
.TagClassName
{
border-color: #ECD964;
}
</style>