Shades of Ronchi #E5BC56
Tints of Ronchi #E5BC56
RGB
CMYK
RGB Variations
Color information
#E5BC56 (or 0xE5BC56) is known color: Ronchi. HEX triplet: E5, BC and 56. RGB value is (229,188,86). Sum of RGB (Red+Green+Blue) = 229+188+86=503 (66% of max value = 765). Red value is 229 (89.84% from 255 or 45.53% from 503); Green value is 188 (73.83% from 255 or 37.38% from 503); Blue value is 86 (33.98% from 255 or 17.10% from 503); Max value from RGB is 229 - color contains mainly: red. Hex color #E5BC56 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E5BC56 is #1A43A9. Grayscale: #BDBDBD. Windows color (decimal): -1721258 or 5684453. OLE color: 5684453.
HSL color Cylindrical-coordinate representation of color #E5BC56: hue angle of 42.8º degrees, saturation: 0.73, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #E5BC56 is Cyan = 0, Magento = 0.18, Yellow = 0.62 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 188 | 86 | - |
| CMYK | 0 | 0.18 | 0.62 | 0.10 |
| HSL | 42.8º | 0.73% | 0.62% | - |
| HSV(B) | 42.8º | 0.62% | 0.9% | - |
| XYZ | 51.98 | 53.3 | 16.35 | - |
| YUV | 188.63 | 70.08 | 156.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 188 | 86 | 0 | 0.18 | 0.62 | 0.10 | 42.8 | 0.73 | 0.62 |
| Hex | E5 | BC | 56 | 0 | 12 | 3E | A | 2B | 49 | 3E |
| Octal | 345 | 274 | 126 | 0 | 22 | 76 | 12 | 53 | 111 | 76 |
| Binary | 11100101 | 10111100 | 1010110 | 0 | 10010 | 111110 | 1010 | 101011 | 1001001 | 111110 |
Color Harmonies of #E5BC56
Complementary color
Monochromatic Colors of #E5BC56
Black with #E5BC56
Text Example
Text Example
White with #E5BC56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5BC56; }
p { color: rgb(229,188,86); }
H1.HeaderClassName
{
color: #E5BC56;
}
.AnyTagClassName
{
color: #E5BC56;
}
</style>
background-color css
<style>
a { background-color: #E5BC56; }
a { background-color: rgb(229,188,86); }
div.DivClassName
{
background-color: #E5BC56;
}
.BgClassName
{
background-color: #E5BC56;
}
</style>
border-color css
<style>
span { border-color: #E5BC56; }
span { border-color: rgb(229,188,86); }
td.TdClassName
{
border-color: #E5BC56;
}
.TagClassName
{
border-color: #E5BC56;
}
</style>