Shades of Ronchi #E0BB49
Tints of Ronchi #E0BB49
RGB
CMYK
RGB Variations
Color information
#E0BB49 (or 0xE0BB49) is known color: Ronchi. HEX triplet: E0, BB and 49. RGB value is (224,187,73). Sum of RGB (Red+Green+Blue) = 224+187+73=484 (64% of max value = 765). Red value is 224 (87.89% from 255 or 46.28% from 484); Green value is 187 (73.44% from 255 or 38.64% from 484); Blue value is 73 (28.91% from 255 or 15.08% from 484); Max value from RGB is 224 - color contains mainly: red. Hex color #E0BB49 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E0BB49 is #1F44B6. Grayscale: #B9B9B9. Windows color (decimal): -2049207 or 4832224. OLE color: 4832224.
HSL color Cylindrical-coordinate representation of color #E0BB49: hue angle of 45.3º degrees, saturation: 0.71, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #E0BB49 is Cyan = 0, Magento = 0.17, Yellow = 0.67 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 187 | 73 | - |
| CMYK | 0 | 0.17 | 0.67 | 0.12 |
| HSL | 45.3º | 0.71% | 0.58% | - |
| HSV(B) | 45.3º | 0.67% | 0.88% | - |
| XYZ | 49.71 | 51.87 | 13.69 | - |
| YUV | 185.07 | 64.76 | 155.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 187 | 73 | 0 | 0.17 | 0.67 | 0.12 | 45.3 | 0.71 | 0.58 |
| Hex | E0 | BB | 49 | 0 | 11 | 43 | C | 2D | 47 | 3A |
| Octal | 340 | 273 | 111 | 0 | 21 | 103 | 14 | 55 | 107 | 72 |
| Binary | 11100000 | 10111011 | 1001001 | 0 | 10001 | 1000011 | 1100 | 101101 | 1000111 | 111010 |
Color Harmonies of #E0BB49
Complementary color
Monochromatic Colors of #E0BB49
Black with #E0BB49
Text Example
Text Example
White with #E0BB49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0BB49; }
p { color: rgb(224,187,73); }
H1.HeaderClassName
{
color: #E0BB49;
}
.AnyTagClassName
{
color: #E0BB49;
}
</style>
background-color css
<style>
a { background-color: #E0BB49; }
a { background-color: rgb(224,187,73); }
div.DivClassName
{
background-color: #E0BB49;
}
.BgClassName
{
background-color: #E0BB49;
}
</style>
border-color css
<style>
span { border-color: #E0BB49; }
span { border-color: rgb(224,187,73); }
td.TdClassName
{
border-color: #E0BB49;
}
.TagClassName
{
border-color: #E0BB49;
}
</style>