Shades of Ronchi #E1BA54
Tints of Ronchi #E1BA54
RGB
CMYK
RGB Variations
Color information
#E1BA54 (or 0xE1BA54) is known color: Ronchi. HEX triplet: E1, BA and 54. RGB value is (225,186,84). Sum of RGB (Red+Green+Blue) = 225+186+84=495 (65% of max value = 765). Red value is 225 (88.28% from 255 or 45.45% from 495); Green value is 186 (73.05% from 255 or 37.58% from 495); Blue value is 84 (33.20% from 255 or 16.97% from 495); Max value from RGB is 225 - color contains mainly: red. Hex color #E1BA54 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E1BA54 is #1E45AB. Grayscale: #BABABA. Windows color (decimal): -1983916 or 5552865. OLE color: 5552865.
HSL color Cylindrical-coordinate representation of color #E1BA54: hue angle of 43.4º degrees, saturation: 0.7, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #E1BA54 is Cyan = 0, Magento = 0.17, Yellow = 0.63 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 186 | 84 | - |
| CMYK | 0 | 0.17 | 0.63 | 0.12 |
| HSL | 43.4º | 0.7% | 0.61% | - |
| HSV(B) | 43.4º | 0.63% | 0.88% | - |
| XYZ | 50.21 | 51.77 | 15.73 | - |
| YUV | 186.03 | 70.42 | 155.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 186 | 84 | 0 | 0.17 | 0.63 | 0.12 | 43.4 | 0.7 | 0.61 |
| Hex | E1 | BA | 54 | 0 | 11 | 3F | C | 2B | 46 | 3D |
| Octal | 341 | 272 | 124 | 0 | 21 | 77 | 14 | 53 | 106 | 75 |
| Binary | 11100001 | 10111010 | 1010100 | 0 | 10001 | 111111 | 1100 | 101011 | 1000110 | 111101 |
Color Harmonies of #E1BA54
Complementary color
Monochromatic Colors of #E1BA54
Black with #E1BA54
Text Example
Text Example
White with #E1BA54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1BA54; }
p { color: rgb(225,186,84); }
H1.HeaderClassName
{
color: #E1BA54;
}
.AnyTagClassName
{
color: #E1BA54;
}
</style>
background-color css
<style>
a { background-color: #E1BA54; }
a { background-color: rgb(225,186,84); }
div.DivClassName
{
background-color: #E1BA54;
}
.BgClassName
{
background-color: #E1BA54;
}
</style>
border-color css
<style>
span { border-color: #E1BA54; }
span { border-color: rgb(225,186,84); }
td.TdClassName
{
border-color: #E1BA54;
}
.TagClassName
{
border-color: #E1BA54;
}
</style>