Shades of Ronchi #ECBC53
Tints of Ronchi #ECBC53
RGB
CMYK
RGB Variations
Color information
#ECBC53 (or 0xECBC53) is known color: Ronchi. HEX triplet: EC, BC and 53. RGB value is (236,188,83). Sum of RGB (Red+Green+Blue) = 236+188+83=507 (67% of max value = 765). Red value is 236 (92.58% from 255 or 46.55% from 507); Green value is 188 (73.83% from 255 or 37.08% from 507); Blue value is 83 (32.81% from 255 or 16.37% from 507); Max value from RGB is 236 - color contains mainly: red. Hex color #ECBC53 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECBC53 is #1343AC. Grayscale: #BEBEBE. Windows color (decimal): -1262509 or 5487852. OLE color: 5487852.
HSL color Cylindrical-coordinate representation of color #ECBC53: hue angle of 41.18º degrees, saturation: 0.8, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #ECBC53 is Cyan = 0, Magento = 0.20, Yellow = 0.65 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 188 | 83 | - |
| CMYK | 0 | 0.20 | 0.65 | 0.07 |
| HSL | 41.18º | 0.8% | 0.63% | - |
| HSV(B) | 41.18º | 0.65% | 0.93% | - |
| XYZ | 54.14 | 54.42 | 15.84 | - |
| YUV | 190.38 | 67.4 | 160.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 188 | 83 | 0 | 0.20 | 0.65 | 0.07 | 41.18 | 0.8 | 0.63 |
| Hex | EC | BC | 53 | 0 | 14 | 41 | 7 | 29 | 50 | 3F |
| Octal | 354 | 274 | 123 | 0 | 24 | 101 | 7 | 51 | 120 | 77 |
| Binary | 11101100 | 10111100 | 1010011 | 0 | 10100 | 1000001 | 111 | 101001 | 1010000 | 111111 |
Color Harmonies of #ECBC53
Complementary color
Monochromatic Colors of #ECBC53
Black with #ECBC53
Text Example
Text Example
White with #ECBC53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECBC53; }
p { color: rgb(236,188,83); }
H1.HeaderClassName
{
color: #ECBC53;
}
.AnyTagClassName
{
color: #ECBC53;
}
</style>
background-color css
<style>
a { background-color: #ECBC53; }
a { background-color: rgb(236,188,83); }
div.DivClassName
{
background-color: #ECBC53;
}
.BgClassName
{
background-color: #ECBC53;
}
</style>
border-color css
<style>
span { border-color: #ECBC53; }
span { border-color: rgb(236,188,83); }
td.TdClassName
{
border-color: #ECBC53;
}
.TagClassName
{
border-color: #ECBC53;
}
</style>