Shades of Ronchi #E1BA50
Tints of Ronchi #E1BA50
RGB
CMYK
RGB Variations
Color information
#E1BA50 (or 0xE1BA50) is known color: Ronchi. HEX triplet: E1, BA and 50. RGB value is (225,186,80). Sum of RGB (Red+Green+Blue) = 225+186+80=491 (65% of max value = 765). Red value is 225 (88.28% from 255 or 45.82% from 491); Green value is 186 (73.05% from 255 or 37.88% from 491); Blue value is 80 (31.64% from 255 or 16.29% from 491); Max value from RGB is 225 - color contains mainly: red. Hex color #E1BA50 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E1BA50 is #1E45AF. Grayscale: #BABABA. Windows color (decimal): -1983920 or 5290721. OLE color: 5290721.
HSL color Cylindrical-coordinate representation of color #E1BA50: hue angle of 43.86º degrees, saturation: 0.71, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #E1BA50 is Cyan = 0, Magento = 0.17, Yellow = 0.64 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 186 | 80 | - |
| CMYK | 0 | 0.17 | 0.64 | 0.12 |
| HSL | 43.86º | 0.71% | 0.6% | - |
| HSV(B) | 43.86º | 0.64% | 0.88% | - |
| XYZ | 50.06 | 51.7 | 14.93 | - |
| YUV | 185.58 | 68.42 | 156.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 186 | 80 | 0 | 0.17 | 0.64 | 0.12 | 43.86 | 0.71 | 0.6 |
| Hex | E1 | BA | 50 | 0 | 11 | 40 | C | 2C | 47 | 3C |
| Octal | 341 | 272 | 120 | 0 | 21 | 100 | 14 | 54 | 107 | 74 |
| Binary | 11100001 | 10111010 | 1010000 | 0 | 10001 | 1000000 | 1100 | 101100 | 1000111 | 111100 |
Color Harmonies of #E1BA50
Complementary color
Monochromatic Colors of #E1BA50
Black with #E1BA50
Text Example
Text Example
White with #E1BA50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1BA50; }
p { color: rgb(225,186,80); }
H1.HeaderClassName
{
color: #E1BA50;
}
.AnyTagClassName
{
color: #E1BA50;
}
</style>
background-color css
<style>
a { background-color: #E1BA50; }
a { background-color: rgb(225,186,80); }
div.DivClassName
{
background-color: #E1BA50;
}
.BgClassName
{
background-color: #E1BA50;
}
</style>
border-color css
<style>
span { border-color: #E1BA50; }
span { border-color: rgb(225,186,80); }
td.TdClassName
{
border-color: #E1BA50;
}
.TagClassName
{
border-color: #E1BA50;
}
</style>