Shades of Ronchi #E5B756
Tints of Ronchi #E5B756
RGB
CMYK
RGB Variations
Color information
#E5B756 (or 0xE5B756) is known color: Ronchi. HEX triplet: E5, B7 and 56. RGB value is (229,183,86). Sum of RGB (Red+Green+Blue) = 229+183+86=498 (65% of max value = 765). Red value is 229 (89.84% from 255 or 45.98% from 498); Green value is 183 (71.88% from 255 or 36.75% from 498); Blue value is 86 (33.98% from 255 or 17.27% from 498); Max value from RGB is 229 - color contains mainly: red. Hex color #E5B756 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E5B756 is #1A48A9. Grayscale: #BABABA. Windows color (decimal): -1722538 or 5683173. OLE color: 5683173.
HSL color Cylindrical-coordinate representation of color #E5B756: hue angle of 40.7º 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 #E5B756 is Cyan = 0, Magento = 0.20, Yellow = 0.62 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 183 | 86 | - |
| CMYK | 0 | 0.20 | 0.62 | 0.10 |
| HSL | 40.7º | 0.73% | 0.62% | - |
| HSV(B) | 40.7º | 0.62% | 0.9% | - |
| XYZ | 50.93 | 51.2 | 16 | - |
| YUV | 185.7 | 71.74 | 158.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 183 | 86 | 0 | 0.20 | 0.62 | 0.10 | 40.7 | 0.73 | 0.62 |
| Hex | E5 | B7 | 56 | 0 | 14 | 3E | A | 29 | 49 | 3E |
| Octal | 345 | 267 | 126 | 0 | 24 | 76 | 12 | 51 | 111 | 76 |
| Binary | 11100101 | 10110111 | 1010110 | 0 | 10100 | 111110 | 1010 | 101001 | 1001001 | 111110 |
Color Harmonies of #E5B756
Complementary color
Monochromatic Colors of #E5B756
Black with #E5B756
Text Example
Text Example
White with #E5B756
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5B756; }
p { color: rgb(229,183,86); }
H1.HeaderClassName
{
color: #E5B756;
}
.AnyTagClassName
{
color: #E5B756;
}
</style>
background-color css
<style>
a { background-color: #E5B756; }
a { background-color: rgb(229,183,86); }
div.DivClassName
{
background-color: #E5B756;
}
.BgClassName
{
background-color: #E5B756;
}
</style>
border-color css
<style>
span { border-color: #E5B756; }
span { border-color: rgb(229,183,86); }
td.TdClassName
{
border-color: #E5B756;
}
.TagClassName
{
border-color: #E5B756;
}
</style>