Shades of Ronchi #E6B859
Tints of Ronchi #E6B859
RGB
CMYK
RGB Variations
Color information
#E6B859 (or 0xE6B859) is known color: Ronchi. HEX triplet: E6, B8 and 59. RGB value is (230,184,89). Sum of RGB (Red+Green+Blue) = 230+184+89=503 (66% of max value = 765). Red value is 230 (90.23% from 255 or 45.73% from 503); Green value is 184 (72.27% from 255 or 36.58% from 503); Blue value is 89 (35.16% from 255 or 17.69% from 503); Max value from RGB is 230 - color contains mainly: red. Hex color #E6B859 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E6B859 is #1947A6. Grayscale: #BBBBBB. Windows color (decimal): -1656743 or 5880038. OLE color: 5880038.
HSL color Cylindrical-coordinate representation of color #E6B859: hue angle of 40.43º degrees, saturation: 0.74, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #E6B859 is Cyan = 0, Magento = 0.2, Yellow = 0.61 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 184 | 89 | - |
| CMYK | 0 | 0.2 | 0.61 | 0.10 |
| HSL | 40.43º | 0.74% | 0.63% | - |
| HSV(B) | 40.43º | 0.61% | 0.9% | - |
| XYZ | 51.58 | 51.83 | 16.74 | - |
| YUV | 186.92 | 72.74 | 158.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 184 | 89 | 0 | 0.2 | 0.61 | 0.10 | 40.43 | 0.74 | 0.63 |
| Hex | E6 | B8 | 59 | 0 | 14 | 3D | A | 28 | 4A | 3F |
| Octal | 346 | 270 | 131 | 0 | 24 | 75 | 12 | 50 | 112 | 77 |
| Binary | 11100110 | 10111000 | 1011001 | 0 | 10100 | 111101 | 1010 | 101000 | 1001010 | 111111 |
Color Harmonies of #E6B859
Complementary color
Monochromatic Colors of #E6B859
Black with #E6B859
Text Example
Text Example
White with #E6B859
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6B859; }
p { color: rgb(230,184,89); }
H1.HeaderClassName
{
color: #E6B859;
}
.AnyTagClassName
{
color: #E6B859;
}
</style>
background-color css
<style>
a { background-color: #E6B859; }
a { background-color: rgb(230,184,89); }
div.DivClassName
{
background-color: #E6B859;
}
.BgClassName
{
background-color: #E6B859;
}
</style>
border-color css
<style>
span { border-color: #E6B859; }
span { border-color: rgb(230,184,89); }
td.TdClassName
{
border-color: #E6B859;
}
.TagClassName
{
border-color: #E6B859;
}
</style>