Shades of Ronchi #ECBA55
Tints of Ronchi #ECBA55
RGB
CMYK
RGB Variations
Color information
#ECBA55 (or 0xECBA55) is known color: Ronchi. HEX triplet: EC, BA and 55. RGB value is (236,186,85). Sum of RGB (Red+Green+Blue) = 236+186+85=507 (67% of max value = 765). Red value is 236 (92.58% from 255 or 46.55% from 507); Green value is 186 (73.05% from 255 or 36.69% from 507); Blue value is 85 (33.59% from 255 or 16.77% from 507); Max value from RGB is 236 - color contains mainly: red. Hex color #ECBA55 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECBA55 is #1345AA. Grayscale: #BDBDBD. Windows color (decimal): -1263019 or 5618412. OLE color: 5618412.
HSL color Cylindrical-coordinate representation of color #ECBA55: hue angle of 40.13º 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 #ECBA55 is Cyan = 0, Magento = 0.21, Yellow = 0.64 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 186 | 85 | - |
| CMYK | 0 | 0.21 | 0.64 | 0.07 |
| HSL | 40.13º | 0.8% | 0.63% | - |
| HSV(B) | 40.13º | 0.64% | 0.93% | - |
| XYZ | 53.79 | 53.61 | 16.11 | - |
| YUV | 189.44 | 69.07 | 161.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 186 | 85 | 0 | 0.21 | 0.64 | 0.07 | 40.13 | 0.8 | 0.63 |
| Hex | EC | BA | 55 | 0 | 15 | 40 | 7 | 28 | 50 | 3F |
| Octal | 354 | 272 | 125 | 0 | 25 | 100 | 7 | 50 | 120 | 77 |
| Binary | 11101100 | 10111010 | 1010101 | 0 | 10101 | 1000000 | 111 | 101000 | 1010000 | 111111 |
Color Harmonies of #ECBA55
Complementary color
Monochromatic Colors of #ECBA55
Black with #ECBA55
Text Example
Text Example
White with #ECBA55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECBA55; }
p { color: rgb(236,186,85); }
H1.HeaderClassName
{
color: #ECBA55;
}
.AnyTagClassName
{
color: #ECBA55;
}
</style>
background-color css
<style>
a { background-color: #ECBA55; }
a { background-color: rgb(236,186,85); }
div.DivClassName
{
background-color: #ECBA55;
}
.BgClassName
{
background-color: #ECBA55;
}
</style>
border-color css
<style>
span { border-color: #ECBA55; }
span { border-color: rgb(236,186,85); }
td.TdClassName
{
border-color: #ECBA55;
}
.TagClassName
{
border-color: #ECBA55;
}
</style>