Shades of Ronchi #E5BC45
Tints of Ronchi #E5BC45
RGB
CMYK
RGB Variations
Color information
#E5BC45 (or 0xE5BC45) is known color: Ronchi. HEX triplet: E5, BC and 45. RGB value is (229,188,69). Sum of RGB (Red+Green+Blue) = 229+188+69=486 (64% of max value = 765). Red value is 229 (89.84% from 255 or 47.12% from 486); Green value is 188 (73.83% from 255 or 38.68% from 486); Blue value is 69 (27.34% from 255 or 14.20% from 486); Max value from RGB is 229 - color contains mainly: red. Hex color #E5BC45 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E5BC45 is #1A43BA. Grayscale: #BBBBBB. Windows color (decimal): -1721275 or 4570341. OLE color: 4570341.
HSL color Cylindrical-coordinate representation of color #E5BC45: hue angle of 44.62º degrees, saturation: 0.75, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #E5BC45 is Cyan = 0, Magento = 0.18, Yellow = 0.70 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 188 | 69 | - |
| CMYK | 0 | 0.18 | 0.70 | 0.10 |
| HSL | 44.63º | 0.75% | 0.58% | - |
| HSV(B) | 44.63º | 0.7% | 0.9% | - |
| XYZ | 51.37 | 53.05 | 13.16 | - |
| YUV | 186.69 | 61.58 | 158.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 188 | 69 | 0 | 0.18 | 0.70 | 0.10 | 44.63 | 0.75 | 0.58 |
| Hex | E5 | BC | 45 | 0 | 12 | 46 | A | 2D | 4B | 3A |
| Octal | 345 | 274 | 105 | 0 | 22 | 106 | 12 | 55 | 113 | 72 |
| Binary | 11100101 | 10111100 | 1000101 | 0 | 10010 | 1000110 | 1010 | 101101 | 1001011 | 111010 |
Color Harmonies of #E5BC45
Complementary color
Monochromatic Colors of #E5BC45
Black with #E5BC45
Text Example
Text Example
White with #E5BC45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5BC45; }
p { color: rgb(229,188,69); }
H1.HeaderClassName
{
color: #E5BC45;
}
.AnyTagClassName
{
color: #E5BC45;
}
</style>
background-color css
<style>
a { background-color: #E5BC45; }
a { background-color: rgb(229,188,69); }
div.DivClassName
{
background-color: #E5BC45;
}
.BgClassName
{
background-color: #E5BC45;
}
</style>
border-color css
<style>
span { border-color: #E5BC45; }
span { border-color: rgb(229,188,69); }
td.TdClassName
{
border-color: #E5BC45;
}
.TagClassName
{
border-color: #E5BC45;
}
</style>