Shades of Ronchi #ECBC56
Tints of Ronchi #ECBC56
RGB
CMYK
RGB Variations
Color information
#ECBC56 (or 0xECBC56) is known color: Ronchi. HEX triplet: EC, BC and 56. RGB value is (236,188,86). Sum of RGB (Red+Green+Blue) = 236+188+86=510 (67% of max value = 765). Red value is 236 (92.58% from 255 or 46.27% from 510); Green value is 188 (73.83% from 255 or 36.86% from 510); Blue value is 86 (33.98% from 255 or 16.86% from 510); Max value from RGB is 236 - color contains mainly: red. Hex color #ECBC56 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECBC56 is #1343A9. Grayscale: #BFBFBF. Windows color (decimal): -1262506 or 5684460. OLE color: 5684460.
HSL color Cylindrical-coordinate representation of color #ECBC56: hue angle of 40.8º degrees, saturation: 0.8, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #ECBC56 is Cyan = 0, Magento = 0.20, Yellow = 0.64 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 188 | 86 | - |
| CMYK | 0 | 0.20 | 0.64 | 0.07 |
| HSL | 40.8º | 0.8% | 0.63% | - |
| HSV(B) | 40.8º | 0.64% | 0.93% | - |
| XYZ | 54.26 | 54.47 | 16.46 | - |
| YUV | 190.72 | 68.9 | 160.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 188 | 86 | 0 | 0.20 | 0.64 | 0.07 | 40.8 | 0.8 | 0.63 |
| Hex | EC | BC | 56 | 0 | 14 | 40 | 7 | 29 | 50 | 3F |
| Octal | 354 | 274 | 126 | 0 | 24 | 100 | 7 | 51 | 120 | 77 |
| Binary | 11101100 | 10111100 | 1010110 | 0 | 10100 | 1000000 | 111 | 101001 | 1010000 | 111111 |
Color Harmonies of #ECBC56
Complementary color
Monochromatic Colors of #ECBC56
Black with #ECBC56
Text Example
Text Example
White with #ECBC56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECBC56; }
p { color: rgb(236,188,86); }
H1.HeaderClassName
{
color: #ECBC56;
}
.AnyTagClassName
{
color: #ECBC56;
}
</style>
background-color css
<style>
a { background-color: #ECBC56; }
a { background-color: rgb(236,188,86); }
div.DivClassName
{
background-color: #ECBC56;
}
.BgClassName
{
background-color: #ECBC56;
}
</style>
border-color css
<style>
span { border-color: #ECBC56; }
span { border-color: rgb(236,188,86); }
td.TdClassName
{
border-color: #ECBC56;
}
.TagClassName
{
border-color: #ECBC56;
}
</style>