Shades of Golden Sand #ECD868
Tints of Golden Sand #ECD868
RGB
CMYK
RGB Variations
Color information
#ECD868 (or 0xECD868) is known color: Golden Sand. HEX triplet: EC, D8 and 68. RGB value is (236,216,104). Sum of RGB (Red+Green+Blue) = 236+216+104=556 (73% of max value = 765). Red value is 236 (92.58% from 255 or 42.45% from 556); Green value is 216 (84.77% from 255 or 38.85% from 556); Blue value is 104 (41.02% from 255 or 18.71% from 556); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD868 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECD868 is #132797. Grayscale: #D1D1D1. Windows color (decimal): -1255320 or 6871276. OLE color: 6871276.
HSL color Cylindrical-coordinate representation of color #ECD868: hue angle of 50.91º degrees, saturation: 0.78, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #ECD868 is Cyan = 0, Magento = 0.08, Yellow = 0.56 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 216 | 104 | - |
| CMYK | 0 | 0.08 | 0.56 | 0.07 |
| HSL | 50.91º | 0.78% | 0.67% | - |
| HSV(B) | 50.91º | 0.56% | 0.93% | - |
| XYZ | 61.65 | 67.94 | 22.96 | - |
| YUV | 209.21 | 68.63 | 147.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 216 | 104 | 0 | 0.08 | 0.56 | 0.07 | 50.91 | 0.78 | 0.67 |
| Hex | EC | D8 | 68 | 0 | 8 | 38 | 7 | 33 | 4E | 43 |
| Octal | 354 | 330 | 150 | 0 | 10 | 70 | 7 | 63 | 116 | 103 |
| Binary | 11101100 | 11011000 | 1101000 | 0 | 1000 | 111000 | 111 | 110011 | 1001110 | 1000011 |
Color Harmonies of #ECD868
Complementary color
Monochromatic Colors of #ECD868
Black with #ECD868
Text Example
Text Example
White with #ECD868
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECD868; }
p { color: rgb(236,216,104); }
H1.HeaderClassName
{
color: #ECD868;
}
.AnyTagClassName
{
color: #ECD868;
}
</style>
background-color css
<style>
a { background-color: #ECD868; }
a { background-color: rgb(236,216,104); }
div.DivClassName
{
background-color: #ECD868;
}
.BgClassName
{
background-color: #ECD868;
}
</style>
border-color css
<style>
span { border-color: #ECD868; }
span { border-color: rgb(236,216,104); }
td.TdClassName
{
border-color: #ECD868;
}
.TagClassName
{
border-color: #ECD868;
}
</style>