Shades of Ronchi #E1BC51
Tints of Ronchi #E1BC51
RGB
CMYK
RGB Variations
Color information
#E1BC51 (or 0xE1BC51) is known color: Ronchi. HEX triplet: E1, BC and 51. RGB value is (225,188,81). Sum of RGB (Red+Green+Blue) = 225+188+81=494 (65% of max value = 765). Red value is 225 (88.28% from 255 or 45.55% from 494); Green value is 188 (73.83% from 255 or 38.06% from 494); Blue value is 81 (32.03% from 255 or 16.40% from 494); Max value from RGB is 225 - color contains mainly: red. Hex color #E1BC51 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E1BC51 is #1E43AE. Grayscale: #BBBBBB. Windows color (decimal): -1983407 or 5356769. OLE color: 5356769.
HSL color Cylindrical-coordinate representation of color #E1BC51: hue angle of 44.58º 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 #E1BC51 is Cyan = 0, Magento = 0.16, Yellow = 0.64 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 188 | 81 | - |
| CMYK | 0 | 0.16 | 0.64 | 0.12 |
| HSL | 44.58º | 0.71% | 0.6% | - |
| HSV(B) | 44.58º | 0.64% | 0.88% | - |
| XYZ | 50.52 | 52.57 | 15.27 | - |
| YUV | 186.87 | 68.26 | 155.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 188 | 81 | 0 | 0.16 | 0.64 | 0.12 | 44.58 | 0.71 | 0.6 |
| Hex | E1 | BC | 51 | 0 | 10 | 40 | C | 2D | 47 | 3C |
| Octal | 341 | 274 | 121 | 0 | 20 | 100 | 14 | 55 | 107 | 74 |
| Binary | 11100001 | 10111100 | 1010001 | 0 | 10000 | 1000000 | 1100 | 101101 | 1000111 | 111100 |
Color Harmonies of #E1BC51
Complementary color
Monochromatic Colors of #E1BC51
Black with #E1BC51
Text Example
Text Example
White with #E1BC51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1BC51; }
p { color: rgb(225,188,81); }
H1.HeaderClassName
{
color: #E1BC51;
}
.AnyTagClassName
{
color: #E1BC51;
}
</style>
background-color css
<style>
a { background-color: #E1BC51; }
a { background-color: rgb(225,188,81); }
div.DivClassName
{
background-color: #E1BC51;
}
.BgClassName
{
background-color: #E1BC51;
}
</style>
border-color css
<style>
span { border-color: #E1BC51; }
span { border-color: rgb(225,188,81); }
td.TdClassName
{
border-color: #E1BC51;
}
.TagClassName
{
border-color: #E1BC51;
}
</style>