Shades of Ronchi #E7B850
Tints of Ronchi #E7B850
RGB
CMYK
RGB Variations
Color information
#E7B850 (or 0xE7B850) is known color: Ronchi. HEX triplet: E7, B8 and 50. RGB value is (231,184,80). Sum of RGB (Red+Green+Blue) = 231+184+80=495 (65% of max value = 765). Red value is 231 (90.62% from 255 or 46.67% from 495); Green value is 184 (72.27% from 255 or 37.17% from 495); Blue value is 80 (31.64% from 255 or 16.16% from 495); Max value from RGB is 231 - color contains mainly: red. Hex color #E7B850 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E7B850 is #1847AF. Grayscale: #BABABA. Windows color (decimal): -1591216 or 5290215. OLE color: 5290215.
HSL color Cylindrical-coordinate representation of color #E7B850: hue angle of 41.32º degrees, saturation: 0.76, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #E7B850 is Cyan = 0, Magento = 0.20, Yellow = 0.65 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 184 | 80 | - |
| CMYK | 0 | 0.20 | 0.65 | 0.09 |
| HSL | 41.32º | 0.76% | 0.61% | - |
| HSV(B) | 41.32º | 0.65% | 0.91% | - |
| XYZ | 51.54 | 51.85 | 14.88 | - |
| YUV | 186.2 | 68.07 | 159.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 184 | 80 | 0 | 0.20 | 0.65 | 0.09 | 41.32 | 0.76 | 0.61 |
| Hex | E7 | B8 | 50 | 0 | 14 | 41 | 9 | 29 | 4C | 3D |
| Octal | 347 | 270 | 120 | 0 | 24 | 101 | 11 | 51 | 114 | 75 |
| Binary | 11100111 | 10111000 | 1010000 | 0 | 10100 | 1000001 | 1001 | 101001 | 1001100 | 111101 |
Color Harmonies of #E7B850
Complementary color
Monochromatic Colors of #E7B850
Black with #E7B850
Text Example
Text Example
White with #E7B850
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7B850; }
p { color: rgb(231,184,80); }
H1.HeaderClassName
{
color: #E7B850;
}
.AnyTagClassName
{
color: #E7B850;
}
</style>
background-color css
<style>
a { background-color: #E7B850; }
a { background-color: rgb(231,184,80); }
div.DivClassName
{
background-color: #E7B850;
}
.BgClassName
{
background-color: #E7B850;
}
</style>
border-color css
<style>
span { border-color: #E7B850; }
span { border-color: rgb(231,184,80); }
td.TdClassName
{
border-color: #E7B850;
}
.TagClassName
{
border-color: #E7B850;
}
</style>