Shades of Golden Sand #ECC56D
Tints of Golden Sand #ECC56D
RGB
CMYK
RGB Variations
Color information
#ECC56D (or 0xECC56D) is known color: Golden Sand. HEX triplet: EC, C5 and 6D. RGB value is (236,197,109). Sum of RGB (Red+Green+Blue) = 236+197+109=542 (71% of max value = 765). Red value is 236 (92.58% from 255 or 43.54% from 542); Green value is 197 (77.34% from 255 or 36.35% from 542); Blue value is 109 (42.97% from 255 or 20.11% from 542); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC56D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECC56D is #133A92. Grayscale: #C7C7C7. Windows color (decimal): -1260179 or 7194092. OLE color: 7194092.
HSL color Cylindrical-coordinate representation of color #ECC56D: hue angle of 41.57º degrees, saturation: 0.77, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #ECC56D is Cyan = 0, Magento = 0.17, Yellow = 0.54 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 197 | 109 | - |
| CMYK | 0 | 0.17 | 0.54 | 0.07 |
| HSL | 41.57º | 0.77% | 0.68% | - |
| HSV(B) | 41.57º | 0.54% | 0.93% | - |
| XYZ | 57.32 | 58.87 | 22.81 | - |
| YUV | 198.63 | 77.42 | 154.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 197 | 109 | 0 | 0.17 | 0.54 | 0.07 | 41.57 | 0.77 | 0.68 |
| Hex | EC | C5 | 6D | 0 | 11 | 36 | 7 | 2A | 4D | 44 |
| Octal | 354 | 305 | 155 | 0 | 21 | 66 | 7 | 52 | 115 | 104 |
| Binary | 11101100 | 11000101 | 1101101 | 0 | 10001 | 110110 | 111 | 101010 | 1001101 | 1000100 |
Color Harmonies of #ECC56D
Complementary color
Monochromatic Colors of #ECC56D
Black with #ECC56D
Text Example
Text Example
White with #ECC56D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECC56D; }
p { color: rgb(236,197,109); }
H1.HeaderClassName
{
color: #ECC56D;
}
.AnyTagClassName
{
color: #ECC56D;
}
</style>
background-color css
<style>
a { background-color: #ECC56D; }
a { background-color: rgb(236,197,109); }
div.DivClassName
{
background-color: #ECC56D;
}
.BgClassName
{
background-color: #ECC56D;
}
</style>
border-color css
<style>
span { border-color: #ECC56D; }
span { border-color: rgb(236,197,109); }
td.TdClassName
{
border-color: #ECC56D;
}
.TagClassName
{
border-color: #ECC56D;
}
</style>