Shades of Ronchi #E6B759
Tints of Ronchi #E6B759
RGB
CMYK
RGB Variations
Color information
#E6B759 (or 0xE6B759) is known color: Ronchi. HEX triplet: E6, B7 and 59. RGB value is (230,183,89). Sum of RGB (Red+Green+Blue) = 230+183+89=502 (66% of max value = 765). Red value is 230 (90.23% from 255 or 45.82% from 502); Green value is 183 (71.88% from 255 or 36.45% from 502); Blue value is 89 (35.16% from 255 or 17.73% from 502); Max value from RGB is 230 - color contains mainly: red. Hex color #E6B759 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E6B759 is #1948A6. Grayscale: #BABABA. Windows color (decimal): -1656999 or 5879782. OLE color: 5879782.
HSL color Cylindrical-coordinate representation of color #E6B759: hue angle of 40º 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 #E6B759 is Cyan = 0, Magento = 0.20, Yellow = 0.61 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 183 | 89 | - |
| CMYK | 0 | 0.20 | 0.61 | 0.10 |
| HSL | 40º | 0.74% | 0.63% | - |
| HSV(B) | 40º | 0.61% | 0.9% | - |
| XYZ | 51.37 | 51.41 | 16.67 | - |
| YUV | 186.34 | 73.07 | 159.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 183 | 89 | 0 | 0.20 | 0.61 | 0.10 | 40 | 0.74 | 0.63 |
| Hex | E6 | B7 | 59 | 0 | 14 | 3D | A | 28 | 4A | 3F |
| Octal | 346 | 267 | 131 | 0 | 24 | 75 | 12 | 50 | 112 | 77 |
| Binary | 11100110 | 10110111 | 1011001 | 0 | 10100 | 111101 | 1010 | 101000 | 1001010 | 111111 |
Color Harmonies of #E6B759
Complementary color
Monochromatic Colors of #E6B759
Black with #E6B759
Text Example
Text Example
White with #E6B759
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6B759; }
p { color: rgb(230,183,89); }
H1.HeaderClassName
{
color: #E6B759;
}
.AnyTagClassName
{
color: #E6B759;
}
</style>
background-color css
<style>
a { background-color: #E6B759; }
a { background-color: rgb(230,183,89); }
div.DivClassName
{
background-color: #E6B759;
}
.BgClassName
{
background-color: #E6B759;
}
</style>
border-color css
<style>
span { border-color: #E6B759; }
span { border-color: rgb(230,183,89); }
td.TdClassName
{
border-color: #E6B759;
}
.TagClassName
{
border-color: #E6B759;
}
</style>