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