Shades of Golden Sand #ECD76C
Tints of Golden Sand #ECD76C
RGB
CMYK
RGB Variations
Color information
#ECD76C (or 0xECD76C) is known color: Golden Sand. HEX triplet: EC, D7 and 6C. RGB value is (236,215,108). Sum of RGB (Red+Green+Blue) = 236+215+108=559 (74% of max value = 765). Red value is 236 (92.58% from 255 or 42.22% from 559); Green value is 215 (84.38% from 255 or 38.46% from 559); Blue value is 108 (42.58% from 255 or 19.32% from 559); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD76C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECD76C is #132893. Grayscale: #D1D1D1. Windows color (decimal): -1255572 or 7133164. OLE color: 7133164.
HSL color Cylindrical-coordinate representation of color #ECD76C: hue angle of 50.16º 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 #ECD76C is Cyan = 0, Magento = 0.09, Yellow = 0.54 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 215 | 108 | - |
| CMYK | 0 | 0.09 | 0.54 | 0.07 |
| HSL | 50.16º | 0.77% | 0.67% | - |
| HSV(B) | 50.16º | 0.54% | 0.93% | - |
| XYZ | 61.6 | 67.52 | 23.97 | - |
| YUV | 209.08 | 70.96 | 147.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 215 | 108 | 0 | 0.09 | 0.54 | 0.07 | 50.16 | 0.77 | 0.67 |
| Hex | EC | D7 | 6C | 0 | 9 | 36 | 7 | 32 | 4D | 43 |
| Octal | 354 | 327 | 154 | 0 | 11 | 66 | 7 | 62 | 115 | 103 |
| Binary | 11101100 | 11010111 | 1101100 | 0 | 1001 | 110110 | 111 | 110010 | 1001101 | 1000011 |
Color Harmonies of #ECD76C
Complementary color
Monochromatic Colors of #ECD76C
Black with #ECD76C
Text Example
Text Example
White with #ECD76C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECD76C; }
p { color: rgb(236,215,108); }
H1.HeaderClassName
{
color: #ECD76C;
}
.AnyTagClassName
{
color: #ECD76C;
}
</style>
background-color css
<style>
a { background-color: #ECD76C; }
a { background-color: rgb(236,215,108); }
div.DivClassName
{
background-color: #ECD76C;
}
.BgClassName
{
background-color: #ECD76C;
}
</style>
border-color css
<style>
span { border-color: #ECD76C; }
span { border-color: rgb(236,215,108); }
td.TdClassName
{
border-color: #ECD76C;
}
.TagClassName
{
border-color: #ECD76C;
}
</style>