Shades of Golden Sand #ECCE6D
Tints of Golden Sand #ECCE6D
RGB
CMYK
RGB Variations
Color information
#ECCE6D (or 0xECCE6D) is known color: Golden Sand. HEX triplet: EC, CE and 6D. RGB value is (236,206,109). Sum of RGB (Red+Green+Blue) = 236+206+109=551 (72% of max value = 765). Red value is 236 (92.58% from 255 or 42.83% from 551); Green value is 206 (80.86% from 255 or 37.39% from 551); Blue value is 109 (42.97% from 255 or 19.78% from 551); Max value from RGB is 236 - color contains mainly: red. Hex color #ECCE6D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECCE6D is #133192. Grayscale: #CCCCCC. Windows color (decimal): -1257875 or 7196396. OLE color: 7196396.
HSL color Cylindrical-coordinate representation of color #ECCE6D: hue angle of 45.83º degrees, saturation: 0.77, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #ECCE6D is Cyan = 0, Magento = 0.13, Yellow = 0.54 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 206 | 109 | - |
| CMYK | 0 | 0.13 | 0.54 | 0.07 |
| HSL | 45.83º | 0.77% | 0.68% | - |
| HSV(B) | 45.83º | 0.54% | 0.93% | - |
| XYZ | 59.42 | 63.08 | 23.51 | - |
| YUV | 203.91 | 74.44 | 150.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 206 | 109 | 0 | 0.13 | 0.54 | 0.07 | 45.83 | 0.77 | 0.68 |
| Hex | EC | CE | 6D | 0 | D | 36 | 7 | 2E | 4D | 44 |
| Octal | 354 | 316 | 155 | 0 | 15 | 66 | 7 | 56 | 115 | 104 |
| Binary | 11101100 | 11001110 | 1101101 | 0 | 1101 | 110110 | 111 | 101110 | 1001101 | 1000100 |
Color Harmonies of #ECCE6D
Complementary color
Monochromatic Colors of #ECCE6D
Black with #ECCE6D
Text Example
Text Example
White with #ECCE6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECCE6D; }
p { color: rgb(236,206,109); }
H1.HeaderClassName
{
color: #ECCE6D;
}
.AnyTagClassName
{
color: #ECCE6D;
}
</style>
background-color css
<style>
a { background-color: #ECCE6D; }
a { background-color: rgb(236,206,109); }
div.DivClassName
{
background-color: #ECCE6D;
}
.BgClassName
{
background-color: #ECCE6D;
}
</style>
border-color css
<style>
span { border-color: #ECCE6D; }
span { border-color: rgb(236,206,109); }
td.TdClassName
{
border-color: #ECCE6D;
}
.TagClassName
{
border-color: #ECCE6D;
}
</style>