Shades of Golden Sand #ECC56E
Tints of Golden Sand #ECC56E
RGB
CMYK
RGB Variations
Color information
#ECC56E (or 0xECC56E) is known color: Golden Sand. HEX triplet: EC, C5 and 6E. RGB value is (236,197,110). Sum of RGB (Red+Green+Blue) = 236+197+110=543 (71% of max value = 765). Red value is 236 (92.58% from 255 or 43.46% from 543); Green value is 197 (77.34% from 255 or 36.28% from 543); Blue value is 110 (43.36% from 255 or 20.26% from 543); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC56E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECC56E is #133A91. Grayscale: #C7C7C7. Windows color (decimal): -1260178 or 7259628. OLE color: 7259628.
HSL color Cylindrical-coordinate representation of color #ECC56E: hue angle of 41.43º 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 #ECC56E is Cyan = 0, Magento = 0.17, Yellow = 0.53 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 197 | 110 | - |
| CMYK | 0 | 0.17 | 0.53 | 0.07 |
| HSL | 41.43º | 0.77% | 0.68% | - |
| HSV(B) | 41.43º | 0.53% | 0.93% | - |
| XYZ | 57.37 | 58.89 | 23.1 | - |
| YUV | 198.74 | 77.92 | 154.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 197 | 110 | 0 | 0.17 | 0.53 | 0.07 | 41.43 | 0.77 | 0.68 |
| Hex | EC | C5 | 6E | 0 | 11 | 35 | 7 | 29 | 4D | 44 |
| Octal | 354 | 305 | 156 | 0 | 21 | 65 | 7 | 51 | 115 | 104 |
| Binary | 11101100 | 11000101 | 1101110 | 0 | 10001 | 110101 | 111 | 101001 | 1001101 | 1000100 |
Color Harmonies of #ECC56E
Complementary color
Monochromatic Colors of #ECC56E
Black with #ECC56E
Text Example
Text Example
White with #ECC56E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECC56E; }
p { color: rgb(236,197,110); }
H1.HeaderClassName
{
color: #ECC56E;
}
.AnyTagClassName
{
color: #ECC56E;
}
</style>
background-color css
<style>
a { background-color: #ECC56E; }
a { background-color: rgb(236,197,110); }
div.DivClassName
{
background-color: #ECC56E;
}
.BgClassName
{
background-color: #ECC56E;
}
</style>
border-color css
<style>
span { border-color: #ECC56E; }
span { border-color: rgb(236,197,110); }
td.TdClassName
{
border-color: #ECC56E;
}
.TagClassName
{
border-color: #ECC56E;
}
</style>