Shades of Ronchi #ECBB51
Tints of Ronchi #ECBB51
RGB
CMYK
RGB Variations
Color information
#ECBB51 (or 0xECBB51) is known color: Ronchi. HEX triplet: EC, BB and 51. RGB value is (236,187,81). Sum of RGB (Red+Green+Blue) = 236+187+81=504 (66% of max value = 765). Red value is 236 (92.58% from 255 or 46.83% from 504); Green value is 187 (73.44% from 255 or 37.10% from 504); Blue value is 81 (32.03% from 255 or 16.07% from 504); Max value from RGB is 236 - color contains mainly: red. Hex color #ECBB51 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECBB51 is #1344AE. Grayscale: #BEBEBE. Windows color (decimal): -1262767 or 5356524. OLE color: 5356524.
HSL color Cylindrical-coordinate representation of color #ECBB51: hue angle of 41.03º degrees, saturation: 0.8, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #ECBB51 is Cyan = 0, Magento = 0.21, Yellow = 0.66 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 187 | 81 | - |
| CMYK | 0 | 0.21 | 0.66 | 0.07 |
| HSL | 41.03º | 0.8% | 0.62% | - |
| HSV(B) | 41.03º | 0.66% | 0.93% | - |
| XYZ | 53.85 | 53.97 | 15.36 | - |
| YUV | 189.57 | 66.73 | 161.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 187 | 81 | 0 | 0.21 | 0.66 | 0.07 | 41.03 | 0.8 | 0.62 |
| Hex | EC | BB | 51 | 0 | 15 | 42 | 7 | 29 | 50 | 3E |
| Octal | 354 | 273 | 121 | 0 | 25 | 102 | 7 | 51 | 120 | 76 |
| Binary | 11101100 | 10111011 | 1010001 | 0 | 10101 | 1000010 | 111 | 101001 | 1010000 | 111110 |
Color Harmonies of #ECBB51
Complementary color
Monochromatic Colors of #ECBB51
Black with #ECBB51
Text Example
Text Example
White with #ECBB51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECBB51; }
p { color: rgb(236,187,81); }
H1.HeaderClassName
{
color: #ECBB51;
}
.AnyTagClassName
{
color: #ECBB51;
}
</style>
background-color css
<style>
a { background-color: #ECBB51; }
a { background-color: rgb(236,187,81); }
div.DivClassName
{
background-color: #ECBB51;
}
.BgClassName
{
background-color: #ECBB51;
}
</style>
border-color css
<style>
span { border-color: #ECBB51; }
span { border-color: rgb(236,187,81); }
td.TdClassName
{
border-color: #ECBB51;
}
.TagClassName
{
border-color: #ECBB51;
}
</style>