Shades of Golden Sand #ECD170
Tints of Golden Sand #ECD170
RGB
CMYK
RGB Variations
Color information
#ECD170 (or 0xECD170) is known color: Golden Sand. HEX triplet: EC, D1 and 70. RGB value is (236,209,112). Sum of RGB (Red+Green+Blue) = 236+209+112=557 (73% of max value = 765). Red value is 236 (92.58% from 255 or 42.37% from 557); Green value is 209 (82.03% from 255 or 37.52% from 557); Blue value is 112 (44.14% from 255 or 20.11% from 557); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD170 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECD170 is #132E8F. Grayscale: #CECECE. Windows color (decimal): -1257104 or 7393772. OLE color: 7393772.
HSL color Cylindrical-coordinate representation of color #ECD170: hue angle of 46.94º 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 #ECD170 is Cyan = 0, Magento = 0.11, Yellow = 0.53 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 209 | 112 | - |
| CMYK | 0 | 0.11 | 0.53 | 0.07 |
| HSL | 46.94º | 0.77% | 0.68% | - |
| HSV(B) | 46.94º | 0.53% | 0.93% | - |
| XYZ | 60.32 | 64.6 | 24.62 | - |
| YUV | 206.02 | 74.95 | 149.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 209 | 112 | 0 | 0.11 | 0.53 | 0.07 | 46.94 | 0.77 | 0.68 |
| Hex | EC | D1 | 70 | 0 | B | 35 | 7 | 2F | 4D | 44 |
| Octal | 354 | 321 | 160 | 0 | 13 | 65 | 7 | 57 | 115 | 104 |
| Binary | 11101100 | 11010001 | 1110000 | 0 | 1011 | 110101 | 111 | 101111 | 1001101 | 1000100 |
Color Harmonies of #ECD170
Complementary color
Monochromatic Colors of #ECD170
Black with #ECD170
Text Example
Text Example
White with #ECD170
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECD170; }
p { color: rgb(236,209,112); }
H1.HeaderClassName
{
color: #ECD170;
}
.AnyTagClassName
{
color: #ECD170;
}
</style>
background-color css
<style>
a { background-color: #ECD170; }
a { background-color: rgb(236,209,112); }
div.DivClassName
{
background-color: #ECD170;
}
.BgClassName
{
background-color: #ECD170;
}
</style>
border-color css
<style>
span { border-color: #ECD170; }
span { border-color: rgb(236,209,112); }
td.TdClassName
{
border-color: #ECD170;
}
.TagClassName
{
border-color: #ECD170;
}
</style>