Shades of Golden Sand #ECD06F
Tints of Golden Sand #ECD06F
RGB
CMYK
RGB Variations
Color information
#ECD06F (or 0xECD06F) is known color: Golden Sand. HEX triplet: EC, D0 and 6F. RGB value is (236,208,111). Sum of RGB (Red+Green+Blue) = 236+208+111=555 (73% of max value = 765). Red value is 236 (92.58% from 255 or 42.52% from 555); Green value is 208 (81.64% from 255 or 37.48% from 555); Blue value is 111 (43.75% from 255 or 20% from 555); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD06F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECD06F is #132F90. Grayscale: #CDCDCD. Windows color (decimal): -1257361 or 7327980. OLE color: 7327980.
HSL color Cylindrical-coordinate representation of color #ECD06F: hue angle of 46.56º 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 #ECD06F is Cyan = 0, Magento = 0.12, Yellow = 0.53 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 208 | 111 | - |
| CMYK | 0 | 0.12 | 0.53 | 0.07 |
| HSL | 46.56º | 0.77% | 0.68% | - |
| HSV(B) | 46.56º | 0.53% | 0.93% | - |
| XYZ | 60.02 | 64.09 | 24.25 | - |
| YUV | 205.31 | 74.78 | 149.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 208 | 111 | 0 | 0.12 | 0.53 | 0.07 | 46.56 | 0.77 | 0.68 |
| Hex | EC | D0 | 6F | 0 | C | 35 | 7 | 2F | 4D | 44 |
| Octal | 354 | 320 | 157 | 0 | 14 | 65 | 7 | 57 | 115 | 104 |
| Binary | 11101100 | 11010000 | 1101111 | 0 | 1100 | 110101 | 111 | 101111 | 1001101 | 1000100 |
Color Harmonies of #ECD06F
Complementary color
Monochromatic Colors of #ECD06F
Black with #ECD06F
Text Example
Text Example
White with #ECD06F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECD06F; }
p { color: rgb(236,208,111); }
H1.HeaderClassName
{
color: #ECD06F;
}
.AnyTagClassName
{
color: #ECD06F;
}
</style>
background-color css
<style>
a { background-color: #ECD06F; }
a { background-color: rgb(236,208,111); }
div.DivClassName
{
background-color: #ECD06F;
}
.BgClassName
{
background-color: #ECD06F;
}
</style>
border-color css
<style>
span { border-color: #ECD06F; }
span { border-color: rgb(236,208,111); }
td.TdClassName
{
border-color: #ECD06F;
}
.TagClassName
{
border-color: #ECD06F;
}
</style>