Shades of Ronchi #E1BA59
Tints of Ronchi #E1BA59
RGB
CMYK
RGB Variations
Color information
#E1BA59 (or 0xE1BA59) is known color: Ronchi. HEX triplet: E1, BA and 59. RGB value is (225,186,89). Sum of RGB (Red+Green+Blue) = 225+186+89=500 (66% of max value = 765). Red value is 225 (88.28% from 255 or 45% from 500); Green value is 186 (73.05% from 255 or 37.2% from 500); Blue value is 89 (35.16% from 255 or 17.8% from 500); Max value from RGB is 225 - color contains mainly: red. Hex color #E1BA59 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E1BA59 is #1E45A6. Grayscale: #BBBBBB. Windows color (decimal): -1983911 or 5880545. OLE color: 5880545.
HSL color Cylindrical-coordinate representation of color #E1BA59: hue angle of 42.79º degrees, saturation: 0.69, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #E1BA59 is Cyan = 0, Magento = 0.17, Yellow = 0.60 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 186 | 89 | - |
| CMYK | 0 | 0.17 | 0.60 | 0.12 |
| HSL | 42.79º | 0.69% | 0.62% | - |
| HSV(B) | 42.79º | 0.6% | 0.88% | - |
| XYZ | 50.41 | 51.85 | 16.8 | - |
| YUV | 186.6 | 72.92 | 155.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 186 | 89 | 0 | 0.17 | 0.60 | 0.12 | 42.79 | 0.69 | 0.62 |
| Hex | E1 | BA | 59 | 0 | 11 | 3C | C | 2B | 45 | 3E |
| Octal | 341 | 272 | 131 | 0 | 21 | 74 | 14 | 53 | 105 | 76 |
| Binary | 11100001 | 10111010 | 1011001 | 0 | 10001 | 111100 | 1100 | 101011 | 1000101 | 111110 |
Color Harmonies of #E1BA59
Complementary color
Monochromatic Colors of #E1BA59
Black with #E1BA59
Text Example
Text Example
White with #E1BA59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1BA59; }
p { color: rgb(225,186,89); }
H1.HeaderClassName
{
color: #E1BA59;
}
.AnyTagClassName
{
color: #E1BA59;
}
</style>
background-color css
<style>
a { background-color: #E1BA59; }
a { background-color: rgb(225,186,89); }
div.DivClassName
{
background-color: #E1BA59;
}
.BgClassName
{
background-color: #E1BA59;
}
</style>
border-color css
<style>
span { border-color: #E1BA59; }
span { border-color: rgb(225,186,89); }
td.TdClassName
{
border-color: #E1BA59;
}
.TagClassName
{
border-color: #E1BA59;
}
</style>