Shades of Ronchi #E1BA47
Tints of Ronchi #E1BA47
RGB
CMYK
RGB Variations
Color information
#E1BA47 (or 0xE1BA47) is known color: Ronchi. HEX triplet: E1, BA and 47. RGB value is (225,186,71). Sum of RGB (Red+Green+Blue) = 225+186+71=482 (63% of max value = 765). Red value is 225 (88.28% from 255 or 46.68% from 482); Green value is 186 (73.05% from 255 or 38.59% from 482); Blue value is 71 (28.12% from 255 or 14.73% from 482); Max value from RGB is 225 - color contains mainly: red. Hex color #E1BA47 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E1BA47 is #1E45B8. Grayscale: #B9B9B9. Windows color (decimal): -1983929 or 4700897. OLE color: 4700897.
HSL color Cylindrical-coordinate representation of color #E1BA47: hue angle of 44.81º degrees, saturation: 0.72, 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 #E1BA47 is Cyan = 0, Magento = 0.17, Yellow = 0.68 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 186 | 71 | - |
| CMYK | 0 | 0.17 | 0.68 | 0.12 |
| HSL | 44.81º | 0.72% | 0.58% | - |
| HSV(B) | 44.81º | 0.68% | 0.88% | - |
| XYZ | 49.75 | 51.58 | 13.3 | - |
| YUV | 184.55 | 63.92 | 156.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 186 | 71 | 0 | 0.17 | 0.68 | 0.12 | 44.81 | 0.72 | 0.58 |
| Hex | E1 | BA | 47 | 0 | 11 | 44 | C | 2D | 48 | 3A |
| Octal | 341 | 272 | 107 | 0 | 21 | 104 | 14 | 55 | 110 | 72 |
| Binary | 11100001 | 10111010 | 1000111 | 0 | 10001 | 1000100 | 1100 | 101101 | 1001000 | 111010 |
Color Harmonies of #E1BA47
Complementary color
Monochromatic Colors of #E1BA47
Black with #E1BA47
Text Example
Text Example
White with #E1BA47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1BA47; }
p { color: rgb(225,186,71); }
H1.HeaderClassName
{
color: #E1BA47;
}
.AnyTagClassName
{
color: #E1BA47;
}
</style>
background-color css
<style>
a { background-color: #E1BA47; }
a { background-color: rgb(225,186,71); }
div.DivClassName
{
background-color: #E1BA47;
}
.BgClassName
{
background-color: #E1BA47;
}
</style>
border-color css
<style>
span { border-color: #E1BA47; }
span { border-color: rgb(225,186,71); }
td.TdClassName
{
border-color: #E1BA47;
}
.TagClassName
{
border-color: #E1BA47;
}
</style>