Shades of Golden Sand #ECCE6C
Tints of Golden Sand #ECCE6C
RGB
CMYK
RGB Variations
Color information
#ECCE6C (or 0xECCE6C) is known color: Golden Sand. HEX triplet: EC, CE and 6C. RGB value is (236,206,108). Sum of RGB (Red+Green+Blue) = 236+206+108=550 (72% of max value = 765). Red value is 236 (92.58% from 255 or 42.91% from 550); Green value is 206 (80.86% from 255 or 37.45% from 550); Blue value is 108 (42.58% from 255 or 19.64% from 550); Max value from RGB is 236 - color contains mainly: red. Hex color #ECCE6C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECCE6C is #133193. Grayscale: #CCCCCC. Windows color (decimal): -1257876 or 7130860. OLE color: 7130860.
HSL color Cylindrical-coordinate representation of color #ECCE6C: hue angle of 45.94º 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 #ECCE6C is Cyan = 0, Magento = 0.13, Yellow = 0.54 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 206 | 108 | - |
| CMYK | 0 | 0.13 | 0.54 | 0.07 |
| HSL | 45.94º | 0.77% | 0.67% | - |
| HSV(B) | 45.94º | 0.54% | 0.93% | - |
| XYZ | 59.37 | 63.06 | 23.23 | - |
| YUV | 203.8 | 73.94 | 150.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 206 | 108 | 0 | 0.13 | 0.54 | 0.07 | 45.94 | 0.77 | 0.67 |
| Hex | EC | CE | 6C | 0 | D | 36 | 7 | 2E | 4D | 43 |
| Octal | 354 | 316 | 154 | 0 | 15 | 66 | 7 | 56 | 115 | 103 |
| Binary | 11101100 | 11001110 | 1101100 | 0 | 1101 | 110110 | 111 | 101110 | 1001101 | 1000011 |
Color Harmonies of #ECCE6C
Complementary color
Monochromatic Colors of #ECCE6C
Black with #ECCE6C
Text Example
Text Example
White with #ECCE6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECCE6C; }
p { color: rgb(236,206,108); }
H1.HeaderClassName
{
color: #ECCE6C;
}
.AnyTagClassName
{
color: #ECCE6C;
}
</style>
background-color css
<style>
a { background-color: #ECCE6C; }
a { background-color: rgb(236,206,108); }
div.DivClassName
{
background-color: #ECCE6C;
}
.BgClassName
{
background-color: #ECCE6C;
}
</style>
border-color css
<style>
span { border-color: #ECCE6C; }
span { border-color: rgb(236,206,108); }
td.TdClassName
{
border-color: #ECCE6C;
}
.TagClassName
{
border-color: #ECCE6C;
}
</style>