Shades of Golden Sand #ECC86C
Tints of Golden Sand #ECC86C
RGB
CMYK
RGB Variations
Color information
#ECC86C (or 0xECC86C) is known color: Golden Sand. HEX triplet: EC, C8 and 6C. RGB value is (236,200,108). Sum of RGB (Red+Green+Blue) = 236+200+108=544 (72% of max value = 765). Red value is 236 (92.58% from 255 or 43.38% from 544); Green value is 200 (78.52% from 255 or 36.76% from 544); Blue value is 108 (42.58% from 255 or 19.85% from 544); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC86C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECC86C is #133793. Grayscale: #C8C8C8. Windows color (decimal): -1259412 or 7129324. OLE color: 7129324.
HSL color Cylindrical-coordinate representation of color #ECC86C: hue angle of 43.12º 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 #ECC86C is Cyan = 0, Magento = 0.15, Yellow = 0.54 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 200 | 108 | - |
| CMYK | 0 | 0.15 | 0.54 | 0.07 |
| HSL | 43.13º | 0.77% | 0.67% | - |
| HSV(B) | 43.13º | 0.54% | 0.93% | - |
| XYZ | 57.95 | 60.22 | 22.76 | - |
| YUV | 200.28 | 75.93 | 153.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 200 | 108 | 0 | 0.15 | 0.54 | 0.07 | 43.13 | 0.77 | 0.67 |
| Hex | EC | C8 | 6C | 0 | F | 36 | 7 | 2B | 4D | 43 |
| Octal | 354 | 310 | 154 | 0 | 17 | 66 | 7 | 53 | 115 | 103 |
| Binary | 11101100 | 11001000 | 1101100 | 0 | 1111 | 110110 | 111 | 101011 | 1001101 | 1000011 |
Color Harmonies of #ECC86C
Complementary color
Monochromatic Colors of #ECC86C
Black with #ECC86C
Text Example
Text Example
White with #ECC86C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECC86C; }
p { color: rgb(236,200,108); }
H1.HeaderClassName
{
color: #ECC86C;
}
.AnyTagClassName
{
color: #ECC86C;
}
</style>
background-color css
<style>
a { background-color: #ECC86C; }
a { background-color: rgb(236,200,108); }
div.DivClassName
{
background-color: #ECC86C;
}
.BgClassName
{
background-color: #ECC86C;
}
</style>
border-color css
<style>
span { border-color: #ECC86C; }
span { border-color: rgb(236,200,108); }
td.TdClassName
{
border-color: #ECC86C;
}
.TagClassName
{
border-color: #ECC86C;
}
</style>