Shades of Golden Sand #ECD96C
Tints of Golden Sand #ECD96C
RGB
CMYK
RGB Variations
Color information
#ECD96C (or 0xECD96C) is known color: Golden Sand. HEX triplet: EC, D9 and 6C. RGB value is (236,217,108). Sum of RGB (Red+Green+Blue) = 236+217+108=561 (74% of max value = 765). Red value is 236 (92.58% from 255 or 42.07% from 561); Green value is 217 (85.16% from 255 or 38.68% from 561); Blue value is 108 (42.58% from 255 or 19.25% from 561); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD96C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECD96C is #132693. Grayscale: #D2D2D2. Windows color (decimal): -1255060 or 7133676. OLE color: 7133676.
HSL color Cylindrical-coordinate representation of color #ECD96C: hue angle of 51.09º degrees, saturation: 0.77, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #ECD96C is Cyan = 0, Magento = 0.08, Yellow = 0.54 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 217 | 108 | - |
| CMYK | 0 | 0.08 | 0.54 | 0.07 |
| HSL | 51.09º | 0.77% | 0.67% | - |
| HSV(B) | 51.09º | 0.54% | 0.93% | - |
| XYZ | 62.11 | 68.54 | 24.14 | - |
| YUV | 210.26 | 70.29 | 146.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 217 | 108 | 0 | 0.08 | 0.54 | 0.07 | 51.09 | 0.77 | 0.67 |
| Hex | EC | D9 | 6C | 0 | 8 | 36 | 7 | 33 | 4D | 43 |
| Octal | 354 | 331 | 154 | 0 | 10 | 66 | 7 | 63 | 115 | 103 |
| Binary | 11101100 | 11011001 | 1101100 | 0 | 1000 | 110110 | 111 | 110011 | 1001101 | 1000011 |
Color Harmonies of #ECD96C
Complementary color
Monochromatic Colors of #ECD96C
Black with #ECD96C
Text Example
Text Example
White with #ECD96C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECD96C; }
p { color: rgb(236,217,108); }
H1.HeaderClassName
{
color: #ECD96C;
}
.AnyTagClassName
{
color: #ECD96C;
}
</style>
background-color css
<style>
a { background-color: #ECD96C; }
a { background-color: rgb(236,217,108); }
div.DivClassName
{
background-color: #ECD96C;
}
.BgClassName
{
background-color: #ECD96C;
}
</style>
border-color css
<style>
span { border-color: #ECD96C; }
span { border-color: rgb(236,217,108); }
td.TdClassName
{
border-color: #ECD96C;
}
.TagClassName
{
border-color: #ECD96C;
}
</style>