Shades of Golden Sand #ECCE6F
Tints of Golden Sand #ECCE6F
RGB
CMYK
RGB Variations
Color information
#ECCE6F (or 0xECCE6F) is known color: Golden Sand. HEX triplet: EC, CE and 6F. RGB value is (236,206,111). Sum of RGB (Red+Green+Blue) = 236+206+111=553 (73% of max value = 765). Red value is 236 (92.58% from 255 or 42.68% from 553); Green value is 206 (80.86% from 255 or 37.25% from 553); Blue value is 111 (43.75% from 255 or 20.07% from 553); Max value from RGB is 236 - color contains mainly: red. Hex color #ECCE6F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECCE6F is #133190. Grayscale: #CCCCCC. Windows color (decimal): -1257873 or 7327468. OLE color: 7327468.
HSL color Cylindrical-coordinate representation of color #ECCE6F: hue angle of 45.6º degrees, saturation: 0.77, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #ECCE6F is Cyan = 0, Magento = 0.13, Yellow = 0.53 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 206 | 111 | - |
| CMYK | 0 | 0.13 | 0.53 | 0.07 |
| HSL | 45.6º | 0.77% | 0.68% | - |
| HSV(B) | 45.6º | 0.53% | 0.93% | - |
| XYZ | 59.53 | 63.12 | 24.09 | - |
| YUV | 204.14 | 75.44 | 150.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 206 | 111 | 0 | 0.13 | 0.53 | 0.07 | 45.6 | 0.77 | 0.68 |
| Hex | EC | CE | 6F | 0 | D | 35 | 7 | 2E | 4D | 44 |
| Octal | 354 | 316 | 157 | 0 | 15 | 65 | 7 | 56 | 115 | 104 |
| Binary | 11101100 | 11001110 | 1101111 | 0 | 1101 | 110101 | 111 | 101110 | 1001101 | 1000100 |
Color Harmonies of #ECCE6F
Complementary color
Monochromatic Colors of #ECCE6F
Black with #ECCE6F
Text Example
Text Example
White with #ECCE6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECCE6F; }
p { color: rgb(236,206,111); }
H1.HeaderClassName
{
color: #ECCE6F;
}
.AnyTagClassName
{
color: #ECCE6F;
}
</style>
background-color css
<style>
a { background-color: #ECCE6F; }
a { background-color: rgb(236,206,111); }
div.DivClassName
{
background-color: #ECCE6F;
}
.BgClassName
{
background-color: #ECCE6F;
}
</style>
border-color css
<style>
span { border-color: #ECCE6F; }
span { border-color: rgb(236,206,111); }
td.TdClassName
{
border-color: #ECCE6F;
}
.TagClassName
{
border-color: #ECCE6F;
}
</style>