Shades of Golden Sand #ECC96C
Tints of Golden Sand #ECC96C
RGB
CMYK
RGB Variations
Color information
#ECC96C (or 0xECC96C) is known color: Golden Sand. HEX triplet: EC, C9 and 6C. RGB value is (236,201,108). Sum of RGB (Red+Green+Blue) = 236+201+108=545 (72% of max value = 765). Red value is 236 (92.58% from 255 or 43.30% from 545); Green value is 201 (78.91% from 255 or 36.88% from 545); Blue value is 108 (42.58% from 255 or 19.82% from 545); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC96C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECC96C is #133693. Grayscale: #C9C9C9. Windows color (decimal): -1259156 or 7129580. OLE color: 7129580.
HSL color Cylindrical-coordinate representation of color #ECC96C: hue angle of 43.59º 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 #ECC96C is Cyan = 0, Magento = 0.15, Yellow = 0.54 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 201 | 108 | - |
| CMYK | 0 | 0.15 | 0.54 | 0.07 |
| HSL | 43.59º | 0.77% | 0.67% | - |
| HSV(B) | 43.59º | 0.54% | 0.93% | - |
| XYZ | 58.19 | 60.69 | 22.83 | - |
| YUV | 200.86 | 75.6 | 153.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 201 | 108 | 0 | 0.15 | 0.54 | 0.07 | 43.59 | 0.77 | 0.67 |
| Hex | EC | C9 | 6C | 0 | F | 36 | 7 | 2C | 4D | 43 |
| Octal | 354 | 311 | 154 | 0 | 17 | 66 | 7 | 54 | 115 | 103 |
| Binary | 11101100 | 11001001 | 1101100 | 0 | 1111 | 110110 | 111 | 101100 | 1001101 | 1000011 |
Color Harmonies of #ECC96C
Complementary color
Monochromatic Colors of #ECC96C
Black with #ECC96C
Text Example
Text Example
White with #ECC96C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECC96C; }
p { color: rgb(236,201,108); }
H1.HeaderClassName
{
color: #ECC96C;
}
.AnyTagClassName
{
color: #ECC96C;
}
</style>
background-color css
<style>
a { background-color: #ECC96C; }
a { background-color: rgb(236,201,108); }
div.DivClassName
{
background-color: #ECC96C;
}
.BgClassName
{
background-color: #ECC96C;
}
</style>
border-color css
<style>
span { border-color: #ECC96C; }
span { border-color: rgb(236,201,108); }
td.TdClassName
{
border-color: #ECC96C;
}
.TagClassName
{
border-color: #ECC96C;
}
</style>