Shades of Ronchi #E0BB47
Tints of Ronchi #E0BB47
RGB
CMYK
RGB Variations
Color information
#E0BB47 (or 0xE0BB47) is known color: Ronchi. HEX triplet: E0, BB and 47. RGB value is (224,187,71). Sum of RGB (Red+Green+Blue) = 224+187+71=482 (63% of max value = 765). Red value is 224 (87.89% from 255 or 46.47% from 482); Green value is 187 (73.44% from 255 or 38.80% from 482); Blue value is 71 (28.12% from 255 or 14.73% from 482); Max value from RGB is 224 - color contains mainly: red. Hex color #E0BB47 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E0BB47 is #1F44B8. Grayscale: #B9B9B9. Windows color (decimal): -2049209 or 4701152. OLE color: 4701152.
HSL color Cylindrical-coordinate representation of color #E0BB47: hue angle of 45.49º degrees, saturation: 0.71, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #E0BB47 is Cyan = 0, Magento = 0.17, Yellow = 0.68 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 187 | 71 | - |
| CMYK | 0 | 0.17 | 0.68 | 0.12 |
| HSL | 45.49º | 0.71% | 0.58% | - |
| HSV(B) | 45.49º | 0.68% | 0.88% | - |
| XYZ | 49.65 | 51.84 | 13.35 | - |
| YUV | 184.84 | 63.76 | 155.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 187 | 71 | 0 | 0.17 | 0.68 | 0.12 | 45.49 | 0.71 | 0.58 |
| Hex | E0 | BB | 47 | 0 | 11 | 44 | C | 2D | 47 | 3A |
| Octal | 340 | 273 | 107 | 0 | 21 | 104 | 14 | 55 | 107 | 72 |
| Binary | 11100000 | 10111011 | 1000111 | 0 | 10001 | 1000100 | 1100 | 101101 | 1000111 | 111010 |
Color Harmonies of #E0BB47
Complementary color
Monochromatic Colors of #E0BB47
Black with #E0BB47
Text Example
Text Example
White with #E0BB47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0BB47; }
p { color: rgb(224,187,71); }
H1.HeaderClassName
{
color: #E0BB47;
}
.AnyTagClassName
{
color: #E0BB47;
}
</style>
background-color css
<style>
a { background-color: #E0BB47; }
a { background-color: rgb(224,187,71); }
div.DivClassName
{
background-color: #E0BB47;
}
.BgClassName
{
background-color: #E0BB47;
}
</style>
border-color css
<style>
span { border-color: #E0BB47; }
span { border-color: rgb(224,187,71); }
td.TdClassName
{
border-color: #E0BB47;
}
.TagClassName
{
border-color: #E0BB47;
}
</style>