Shades of Golden Sand #ECC56B
Tints of Golden Sand #ECC56B
RGB
CMYK
RGB Variations
Color information
#ECC56B (or 0xECC56B) is known color: Golden Sand. HEX triplet: EC, C5 and 6B. RGB value is (236,197,107). Sum of RGB (Red+Green+Blue) = 236+197+107=540 (71% of max value = 765). Red value is 236 (92.58% from 255 or 43.70% from 540); Green value is 197 (77.34% from 255 or 36.48% from 540); Blue value is 107 (42.19% from 255 or 19.81% from 540); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC56B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECC56B is #133A94. Grayscale: #C6C6C6. Windows color (decimal): -1260181 or 7063020. OLE color: 7063020.
HSL color Cylindrical-coordinate representation of color #ECC56B: hue angle of 41.86º degrees, saturation: 0.77, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #ECC56B is Cyan = 0, Magento = 0.17, Yellow = 0.55 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 197 | 107 | - |
| CMYK | 0 | 0.17 | 0.55 | 0.07 |
| HSL | 41.86º | 0.77% | 0.67% | - |
| HSV(B) | 41.86º | 0.55% | 0.93% | - |
| XYZ | 57.21 | 58.83 | 22.25 | - |
| YUV | 198.4 | 76.42 | 154.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 197 | 107 | 0 | 0.17 | 0.55 | 0.07 | 41.86 | 0.77 | 0.67 |
| Hex | EC | C5 | 6B | 0 | 11 | 37 | 7 | 2A | 4D | 43 |
| Octal | 354 | 305 | 153 | 0 | 21 | 67 | 7 | 52 | 115 | 103 |
| Binary | 11101100 | 11000101 | 1101011 | 0 | 10001 | 110111 | 111 | 101010 | 1001101 | 1000011 |
Color Harmonies of #ECC56B
Complementary color
Monochromatic Colors of #ECC56B
Black with #ECC56B
Text Example
Text Example
White with #ECC56B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECC56B; }
p { color: rgb(236,197,107); }
H1.HeaderClassName
{
color: #ECC56B;
}
.AnyTagClassName
{
color: #ECC56B;
}
</style>
background-color css
<style>
a { background-color: #ECC56B; }
a { background-color: rgb(236,197,107); }
div.DivClassName
{
background-color: #ECC56B;
}
.BgClassName
{
background-color: #ECC56B;
}
</style>
border-color css
<style>
span { border-color: #ECC56B; }
span { border-color: rgb(236,197,107); }
td.TdClassName
{
border-color: #ECC56B;
}
.TagClassName
{
border-color: #ECC56B;
}
</style>