Shades of Golden Sand #ECD564
Tints of Golden Sand #ECD564
RGB
CMYK
RGB Variations
Color information
#ECD564 (or 0xECD564) is known color: Golden Sand. HEX triplet: EC, D5 and 64. RGB value is (236,213,100). Sum of RGB (Red+Green+Blue) = 236+213+100=549 (72% of max value = 765). Red value is 236 (92.58% from 255 or 42.99% from 549); Green value is 213 (83.59% from 255 or 38.80% from 549); Blue value is 100 (39.45% from 255 or 18.21% from 549); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD564 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECD564 is #132A9B. Grayscale: #CFCFCF. Windows color (decimal): -1256092 or 6608364. OLE color: 6608364.
HSL color Cylindrical-coordinate representation of color #ECD564: hue angle of 49.85º degrees, saturation: 0.78, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #ECD564 is Cyan = 0, Magento = 0.10, Yellow = 0.58 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 213 | 100 | - |
| CMYK | 0 | 0.10 | 0.58 | 0.07 |
| HSL | 49.85º | 0.78% | 0.66% | - |
| HSV(B) | 49.85º | 0.58% | 0.93% | - |
| XYZ | 60.69 | 66.34 | 21.66 | - |
| YUV | 207 | 67.62 | 148.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 213 | 100 | 0 | 0.10 | 0.58 | 0.07 | 49.85 | 0.78 | 0.66 |
| Hex | EC | D5 | 64 | 0 | A | 3A | 7 | 32 | 4E | 42 |
| Octal | 354 | 325 | 144 | 0 | 12 | 72 | 7 | 62 | 116 | 102 |
| Binary | 11101100 | 11010101 | 1100100 | 0 | 1010 | 111010 | 111 | 110010 | 1001110 | 1000010 |
Color Harmonies of #ECD564
Complementary color
Monochromatic Colors of #ECD564
Black with #ECD564
Text Example
Text Example
White with #ECD564
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECD564; }
p { color: rgb(236,213,100); }
H1.HeaderClassName
{
color: #ECD564;
}
.AnyTagClassName
{
color: #ECD564;
}
</style>
background-color css
<style>
a { background-color: #ECD564; }
a { background-color: rgb(236,213,100); }
div.DivClassName
{
background-color: #ECD564;
}
.BgClassName
{
background-color: #ECD564;
}
</style>
border-color css
<style>
span { border-color: #ECD564; }
span { border-color: rgb(236,213,100); }
td.TdClassName
{
border-color: #ECD564;
}
.TagClassName
{
border-color: #ECD564;
}
</style>