Shades of Ronchi #E1BC53
Tints of Ronchi #E1BC53
RGB
CMYK
RGB Variations
Color information
#E1BC53 (or 0xE1BC53) is known color: Ronchi. HEX triplet: E1, BC and 53. RGB value is (225,188,83). Sum of RGB (Red+Green+Blue) = 225+188+83=496 (65% of max value = 765). Red value is 225 (88.28% from 255 or 45.36% from 496); Green value is 188 (73.83% from 255 or 37.90% from 496); Blue value is 83 (32.81% from 255 or 16.73% from 496); Max value from RGB is 225 - color contains mainly: red. Hex color #E1BC53 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E1BC53 is #1E43AC. Grayscale: #BBBBBB. Windows color (decimal): -1983405 or 5487841. OLE color: 5487841.
HSL color Cylindrical-coordinate representation of color #E1BC53: hue angle of 44.37º degrees, saturation: 0.7, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #E1BC53 is Cyan = 0, Magento = 0.16, Yellow = 0.63 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 188 | 83 | - |
| CMYK | 0 | 0.16 | 0.63 | 0.12 |
| HSL | 44.37º | 0.7% | 0.6% | - |
| HSV(B) | 44.37º | 0.63% | 0.88% | - |
| XYZ | 50.6 | 52.6 | 15.67 | - |
| YUV | 187.09 | 69.26 | 155.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 188 | 83 | 0 | 0.16 | 0.63 | 0.12 | 44.37 | 0.7 | 0.6 |
| Hex | E1 | BC | 53 | 0 | 10 | 3F | C | 2C | 46 | 3C |
| Octal | 341 | 274 | 123 | 0 | 20 | 77 | 14 | 54 | 106 | 74 |
| Binary | 11100001 | 10111100 | 1010011 | 0 | 10000 | 111111 | 1100 | 101100 | 1000110 | 111100 |
Color Harmonies of #E1BC53
Complementary color
Monochromatic Colors of #E1BC53
Black with #E1BC53
Text Example
Text Example
White with #E1BC53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1BC53; }
p { color: rgb(225,188,83); }
H1.HeaderClassName
{
color: #E1BC53;
}
.AnyTagClassName
{
color: #E1BC53;
}
</style>
background-color css
<style>
a { background-color: #E1BC53; }
a { background-color: rgb(225,188,83); }
div.DivClassName
{
background-color: #E1BC53;
}
.BgClassName
{
background-color: #E1BC53;
}
</style>
border-color css
<style>
span { border-color: #E1BC53; }
span { border-color: rgb(225,188,83); }
td.TdClassName
{
border-color: #E1BC53;
}
.TagClassName
{
border-color: #E1BC53;
}
</style>