Shades of Ronchi #E0BA46
Tints of Ronchi #E0BA46
RGB
CMYK
RGB Variations
Color information
#E0BA46 (or 0xE0BA46) is known color: Ronchi. HEX triplet: E0, BA and 46. RGB value is (224,186,70). Sum of RGB (Red+Green+Blue) = 224+186+70=480 (63% of max value = 765). Red value is 224 (87.89% from 255 or 46.67% from 480); Green value is 186 (73.05% from 255 or 38.75% from 480); Blue value is 70 (27.73% from 255 or 14.58% from 480); Max value from RGB is 224 - color contains mainly: red. Hex color #E0BA46 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E0BA46 is #1F45B9. Grayscale: #B8B8B8. Windows color (decimal): -2049466 or 4635360. OLE color: 4635360.
HSL color Cylindrical-coordinate representation of color #E0BA46: hue angle of 45.19º degrees, saturation: 0.71, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #E0BA46 is Cyan = 0, Magento = 0.17, Yellow = 0.69 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 186 | 70 | - |
| CMYK | 0 | 0.17 | 0.69 | 0.12 |
| HSL | 45.19º | 0.71% | 0.58% | - |
| HSV(B) | 45.19º | 0.69% | 0.88% | - |
| XYZ | 49.4 | 51.41 | 13.11 | - |
| YUV | 184.14 | 63.59 | 156.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 186 | 70 | 0 | 0.17 | 0.69 | 0.12 | 45.19 | 0.71 | 0.58 |
| Hex | E0 | BA | 46 | 0 | 11 | 45 | C | 2D | 47 | 3A |
| Octal | 340 | 272 | 106 | 0 | 21 | 105 | 14 | 55 | 107 | 72 |
| Binary | 11100000 | 10111010 | 1000110 | 0 | 10001 | 1000101 | 1100 | 101101 | 1000111 | 111010 |
Color Harmonies of #E0BA46
Complementary color
Monochromatic Colors of #E0BA46
Black with #E0BA46
Text Example
Text Example
White with #E0BA46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0BA46; }
p { color: rgb(224,186,70); }
H1.HeaderClassName
{
color: #E0BA46;
}
.AnyTagClassName
{
color: #E0BA46;
}
</style>
background-color css
<style>
a { background-color: #E0BA46; }
a { background-color: rgb(224,186,70); }
div.DivClassName
{
background-color: #E0BA46;
}
.BgClassName
{
background-color: #E0BA46;
}
</style>
border-color css
<style>
span { border-color: #E0BA46; }
span { border-color: rgb(224,186,70); }
td.TdClassName
{
border-color: #E0BA46;
}
.TagClassName
{
border-color: #E0BA46;
}
</style>