Shades of Golden Sand #ECD66C
Tints of Golden Sand #ECD66C
RGB
CMYK
RGB Variations
Color information
#ECD66C (or 0xECD66C) is known color: Golden Sand. HEX triplet: EC, D6 and 6C. RGB value is (236,214,108). Sum of RGB (Red+Green+Blue) = 236+214+108=558 (73% of max value = 765). Red value is 236 (92.58% from 255 or 42.29% from 558); Green value is 214 (83.98% from 255 or 38.35% from 558); Blue value is 108 (42.58% from 255 or 19.35% from 558); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD66C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECD66C is #132993. Grayscale: #D0D0D0. Windows color (decimal): -1255828 or 7132908. OLE color: 7132908.
HSL color Cylindrical-coordinate representation of color #ECD66C: hue angle of 49.69º 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 #ECD66C is Cyan = 0, Magento = 0.09, Yellow = 0.54 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 214 | 108 | - |
| CMYK | 0 | 0.09 | 0.54 | 0.07 |
| HSL | 49.69º | 0.77% | 0.67% | - |
| HSV(B) | 49.69º | 0.54% | 0.93% | - |
| XYZ | 61.35 | 67.01 | 23.89 | - |
| YUV | 208.49 | 71.29 | 147.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 214 | 108 | 0 | 0.09 | 0.54 | 0.07 | 49.69 | 0.77 | 0.67 |
| Hex | EC | D6 | 6C | 0 | 9 | 36 | 7 | 32 | 4D | 43 |
| Octal | 354 | 326 | 154 | 0 | 11 | 66 | 7 | 62 | 115 | 103 |
| Binary | 11101100 | 11010110 | 1101100 | 0 | 1001 | 110110 | 111 | 110010 | 1001101 | 1000011 |
Color Harmonies of #ECD66C
Complementary color
Monochromatic Colors of #ECD66C
Black with #ECD66C
Text Example
Text Example
White with #ECD66C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECD66C; }
p { color: rgb(236,214,108); }
H1.HeaderClassName
{
color: #ECD66C;
}
.AnyTagClassName
{
color: #ECD66C;
}
</style>
background-color css
<style>
a { background-color: #ECD66C; }
a { background-color: rgb(236,214,108); }
div.DivClassName
{
background-color: #ECD66C;
}
.BgClassName
{
background-color: #ECD66C;
}
</style>
border-color css
<style>
span { border-color: #ECD66C; }
span { border-color: rgb(236,214,108); }
td.TdClassName
{
border-color: #ECD66C;
}
.TagClassName
{
border-color: #ECD66C;
}
</style>