Shades of Ronchi #E0BB51
Tints of Ronchi #E0BB51
RGB
CMYK
RGB Variations
Color information
#E0BB51 (or 0xE0BB51) is known color: Ronchi. HEX triplet: E0, BB and 51. RGB value is (224,187,81). Sum of RGB (Red+Green+Blue) = 224+187+81=492 (65% of max value = 765). Red value is 224 (87.89% from 255 or 45.53% from 492); Green value is 187 (73.44% from 255 or 38.01% from 492); Blue value is 81 (32.03% from 255 or 16.46% from 492); Max value from RGB is 224 - color contains mainly: red. Hex color #E0BB51 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E0BB51 is #1F44AE. Grayscale: #BABABA. Windows color (decimal): -2049199 or 5356512. OLE color: 5356512.
HSL color Cylindrical-coordinate representation of color #E0BB51: hue angle of 44.48º degrees, saturation: 0.7, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #E0BB51 is Cyan = 0, Magento = 0.17, Yellow = 0.64 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 187 | 81 | - |
| CMYK | 0 | 0.17 | 0.64 | 0.12 |
| HSL | 44.48º | 0.7% | 0.6% | - |
| HSV(B) | 44.48º | 0.64% | 0.88% | - |
| XYZ | 50 | 51.98 | 15.18 | - |
| YUV | 185.98 | 68.76 | 155.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 187 | 81 | 0 | 0.17 | 0.64 | 0.12 | 44.48 | 0.7 | 0.6 |
| Hex | E0 | BB | 51 | 0 | 11 | 40 | C | 2C | 46 | 3C |
| Octal | 340 | 273 | 121 | 0 | 21 | 100 | 14 | 54 | 106 | 74 |
| Binary | 11100000 | 10111011 | 1010001 | 0 | 10001 | 1000000 | 1100 | 101100 | 1000110 | 111100 |
Color Harmonies of #E0BB51
Complementary color
Monochromatic Colors of #E0BB51
Black with #E0BB51
Text Example
Text Example
White with #E0BB51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0BB51; }
p { color: rgb(224,187,81); }
H1.HeaderClassName
{
color: #E0BB51;
}
.AnyTagClassName
{
color: #E0BB51;
}
</style>
background-color css
<style>
a { background-color: #E0BB51; }
a { background-color: rgb(224,187,81); }
div.DivClassName
{
background-color: #E0BB51;
}
.BgClassName
{
background-color: #E0BB51;
}
</style>
border-color css
<style>
span { border-color: #E0BB51; }
span { border-color: rgb(224,187,81); }
td.TdClassName
{
border-color: #E0BB51;
}
.TagClassName
{
border-color: #E0BB51;
}
</style>