Shades of Ronchi #E5BC59
Tints of Ronchi #E5BC59
RGB
CMYK
RGB Variations
Color information
#E5BC59 (or 0xE5BC59) is known color: Ronchi. HEX triplet: E5, BC and 59. RGB value is (229,188,89). Sum of RGB (Red+Green+Blue) = 229+188+89=506 (67% of max value = 765). Red value is 229 (89.84% from 255 or 45.26% from 506); Green value is 188 (73.83% from 255 or 37.15% from 506); Blue value is 89 (35.16% from 255 or 17.59% from 506); Max value from RGB is 229 - color contains mainly: red. Hex color #E5BC59 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E5BC59 is #1A43A6. Grayscale: #BDBDBD. Windows color (decimal): -1721255 or 5881061. OLE color: 5881061.
HSL color Cylindrical-coordinate representation of color #E5BC59: hue angle of 42.43º degrees, saturation: 0.73, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #E5BC59 is Cyan = 0, Magento = 0.18, Yellow = 0.61 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 188 | 89 | - |
| CMYK | 0 | 0.18 | 0.61 | 0.10 |
| HSL | 42.43º | 0.73% | 0.62% | - |
| HSV(B) | 42.43º | 0.61% | 0.9% | - |
| XYZ | 52.1 | 53.35 | 17 | - |
| YUV | 188.97 | 71.58 | 156.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 188 | 89 | 0 | 0.18 | 0.61 | 0.10 | 42.43 | 0.73 | 0.62 |
| Hex | E5 | BC | 59 | 0 | 12 | 3D | A | 2A | 49 | 3E |
| Octal | 345 | 274 | 131 | 0 | 22 | 75 | 12 | 52 | 111 | 76 |
| Binary | 11100101 | 10111100 | 1011001 | 0 | 10010 | 111101 | 1010 | 101010 | 1001001 | 111110 |
Color Harmonies of #E5BC59
Complementary color
Monochromatic Colors of #E5BC59
Black with #E5BC59
Text Example
Text Example
White with #E5BC59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5BC59; }
p { color: rgb(229,188,89); }
H1.HeaderClassName
{
color: #E5BC59;
}
.AnyTagClassName
{
color: #E5BC59;
}
</style>
background-color css
<style>
a { background-color: #E5BC59; }
a { background-color: rgb(229,188,89); }
div.DivClassName
{
background-color: #E5BC59;
}
.BgClassName
{
background-color: #E5BC59;
}
</style>
border-color css
<style>
span { border-color: #E5BC59; }
span { border-color: rgb(229,188,89); }
td.TdClassName
{
border-color: #E5BC59;
}
.TagClassName
{
border-color: #E5BC59;
}
</style>