Shades of Ronchi #E5B758
Tints of Ronchi #E5B758
RGB
CMYK
RGB Variations
Color information
#E5B758 (or 0xE5B758) is known color: Ronchi. HEX triplet: E5, B7 and 58. RGB value is (229,183,88). Sum of RGB (Red+Green+Blue) = 229+183+88=500 (66% of max value = 765). Red value is 229 (89.84% from 255 or 45.8% from 500); Green value is 183 (71.88% from 255 or 36.6% from 500); Blue value is 88 (34.77% from 255 or 17.6% from 500); Max value from RGB is 229 - color contains mainly: red. Hex color #E5B758 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E5B758 is #1A48A7. Grayscale: #BABABA. Windows color (decimal): -1722536 or 5814245. OLE color: 5814245.
HSL color Cylindrical-coordinate representation of color #E5B758: hue angle of 40.43º 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 #E5B758 is Cyan = 0, Magento = 0.20, Yellow = 0.62 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 183 | 88 | - |
| CMYK | 0 | 0.20 | 0.62 | 0.10 |
| HSL | 40.43º | 0.73% | 0.62% | - |
| HSV(B) | 40.43º | 0.62% | 0.9% | - |
| XYZ | 51.01 | 51.23 | 16.43 | - |
| YUV | 185.92 | 72.74 | 158.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 183 | 88 | 0 | 0.20 | 0.62 | 0.10 | 40.43 | 0.73 | 0.62 |
| Hex | E5 | B7 | 58 | 0 | 14 | 3E | A | 28 | 49 | 3E |
| Octal | 345 | 267 | 130 | 0 | 24 | 76 | 12 | 50 | 111 | 76 |
| Binary | 11100101 | 10110111 | 1011000 | 0 | 10100 | 111110 | 1010 | 101000 | 1001001 | 111110 |
Color Harmonies of #E5B758
Complementary color
Monochromatic Colors of #E5B758
Black with #E5B758
Text Example
Text Example
White with #E5B758
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5B758; }
p { color: rgb(229,183,88); }
H1.HeaderClassName
{
color: #E5B758;
}
.AnyTagClassName
{
color: #E5B758;
}
</style>
background-color css
<style>
a { background-color: #E5B758; }
a { background-color: rgb(229,183,88); }
div.DivClassName
{
background-color: #E5B758;
}
.BgClassName
{
background-color: #E5B758;
}
</style>
border-color css
<style>
span { border-color: #E5B758; }
span { border-color: rgb(229,183,88); }
td.TdClassName
{
border-color: #E5B758;
}
.TagClassName
{
border-color: #E5B758;
}
</style>