Shades of Golden Sand #ECC76C
Tints of Golden Sand #ECC76C
RGB
CMYK
RGB Variations
Color information
#ECC76C (or 0xECC76C) is known color: Golden Sand. HEX triplet: EC, C7 and 6C. RGB value is (236,199,108). Sum of RGB (Red+Green+Blue) = 236+199+108=543 (71% of max value = 765). Red value is 236 (92.58% from 255 or 43.46% from 543); Green value is 199 (78.12% from 255 or 36.65% from 543); Blue value is 108 (42.58% from 255 or 19.89% from 543); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC76C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECC76C is #133893. Grayscale: #C8C8C8. Windows color (decimal): -1259668 or 7129068. OLE color: 7129068.
HSL color Cylindrical-coordinate representation of color #ECC76C: hue angle of 42.66º 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 #ECC76C is Cyan = 0, Magento = 0.16, Yellow = 0.54 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 199 | 108 | - |
| CMYK | 0 | 0.16 | 0.54 | 0.07 |
| HSL | 42.66º | 0.77% | 0.67% | - |
| HSV(B) | 42.66º | 0.54% | 0.93% | - |
| XYZ | 57.72 | 59.76 | 22.68 | - |
| YUV | 199.69 | 76.26 | 153.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 199 | 108 | 0 | 0.16 | 0.54 | 0.07 | 42.66 | 0.77 | 0.67 |
| Hex | EC | C7 | 6C | 0 | 10 | 36 | 7 | 2B | 4D | 43 |
| Octal | 354 | 307 | 154 | 0 | 20 | 66 | 7 | 53 | 115 | 103 |
| Binary | 11101100 | 11000111 | 1101100 | 0 | 10000 | 110110 | 111 | 101011 | 1001101 | 1000011 |
Color Harmonies of #ECC76C
Complementary color
Monochromatic Colors of #ECC76C
Black with #ECC76C
Text Example
Text Example
White with #ECC76C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECC76C; }
p { color: rgb(236,199,108); }
H1.HeaderClassName
{
color: #ECC76C;
}
.AnyTagClassName
{
color: #ECC76C;
}
</style>
background-color css
<style>
a { background-color: #ECC76C; }
a { background-color: rgb(236,199,108); }
div.DivClassName
{
background-color: #ECC76C;
}
.BgClassName
{
background-color: #ECC76C;
}
</style>
border-color css
<style>
span { border-color: #ECC76C; }
span { border-color: rgb(236,199,108); }
td.TdClassName
{
border-color: #ECC76C;
}
.TagClassName
{
border-color: #ECC76C;
}
</style>