Shades of Ronchi #E1BC57
Tints of Ronchi #E1BC57
RGB
CMYK
RGB Variations
Color information
#E1BC57 (or 0xE1BC57) is known color: Ronchi. HEX triplet: E1, BC and 57. RGB value is (225,188,87). Sum of RGB (Red+Green+Blue) = 225+188+87=500 (66% of max value = 765). Red value is 225 (88.28% from 255 or 45% from 500); Green value is 188 (73.83% from 255 or 37.6% from 500); Blue value is 87 (34.38% from 255 or 17.4% from 500); Max value from RGB is 225 - color contains mainly: red. Hex color #E1BC57 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E1BC57 is #1E43A8. Grayscale: #BBBBBB. Windows color (decimal): -1983401 or 5749985. OLE color: 5749985.
HSL color Cylindrical-coordinate representation of color #E1BC57: hue angle of 43.91º degrees, saturation: 0.7, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #E1BC57 is Cyan = 0, Magento = 0.16, Yellow = 0.61 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 188 | 87 | - |
| CMYK | 0 | 0.16 | 0.61 | 0.12 |
| HSL | 43.91º | 0.7% | 0.61% | - |
| HSV(B) | 43.91º | 0.61% | 0.88% | - |
| XYZ | 50.75 | 52.66 | 16.51 | - |
| YUV | 187.55 | 71.26 | 154.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 188 | 87 | 0 | 0.16 | 0.61 | 0.12 | 43.91 | 0.7 | 0.61 |
| Hex | E1 | BC | 57 | 0 | 10 | 3D | C | 2C | 46 | 3D |
| Octal | 341 | 274 | 127 | 0 | 20 | 75 | 14 | 54 | 106 | 75 |
| Binary | 11100001 | 10111100 | 1010111 | 0 | 10000 | 111101 | 1100 | 101100 | 1000110 | 111101 |
Color Harmonies of #E1BC57
Complementary color
Monochromatic Colors of #E1BC57
Black with #E1BC57
Text Example
Text Example
White with #E1BC57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1BC57; }
p { color: rgb(225,188,87); }
H1.HeaderClassName
{
color: #E1BC57;
}
.AnyTagClassName
{
color: #E1BC57;
}
</style>
background-color css
<style>
a { background-color: #E1BC57; }
a { background-color: rgb(225,188,87); }
div.DivClassName
{
background-color: #E1BC57;
}
.BgClassName
{
background-color: #E1BC57;
}
</style>
border-color css
<style>
span { border-color: #E1BC57; }
span { border-color: rgb(225,188,87); }
td.TdClassName
{
border-color: #E1BC57;
}
.TagClassName
{
border-color: #E1BC57;
}
</style>