Shades of Ronchi #E6B85E
Tints of Ronchi #E6B85E
RGB
CMYK
RGB Variations
Color information
#E6B85E (or 0xE6B85E) is known color: Ronchi. HEX triplet: E6, B8 and 5E. RGB value is (230,184,94). Sum of RGB (Red+Green+Blue) = 230+184+94=508 (67% of max value = 765). Red value is 230 (90.23% from 255 or 45.28% from 508); Green value is 184 (72.27% from 255 or 36.22% from 508); Blue value is 94 (37.11% from 255 or 18.50% from 508); Max value from RGB is 230 - color contains mainly: red. Hex color #E6B85E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E6B85E is #1947A1. Grayscale: #BBBBBB. Windows color (decimal): -1656738 or 6207718. OLE color: 6207718.
HSL color Cylindrical-coordinate representation of color #E6B85E: hue angle of 39.71º degrees, saturation: 0.73, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #E6B85E is Cyan = 0, Magento = 0.2, Yellow = 0.59 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 184 | 94 | - |
| CMYK | 0 | 0.2 | 0.59 | 0.10 |
| HSL | 39.71º | 0.73% | 0.64% | - |
| HSV(B) | 39.71º | 0.59% | 0.9% | - |
| XYZ | 51.79 | 51.91 | 17.88 | - |
| YUV | 187.49 | 75.24 | 158.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 184 | 94 | 0 | 0.2 | 0.59 | 0.10 | 39.71 | 0.73 | 0.64 |
| Hex | E6 | B8 | 5E | 0 | 14 | 3B | A | 28 | 49 | 40 |
| Octal | 346 | 270 | 136 | 0 | 24 | 73 | 12 | 50 | 111 | 100 |
| Binary | 11100110 | 10111000 | 1011110 | 0 | 10100 | 111011 | 1010 | 101000 | 1001001 | 1000000 |
Color Harmonies of #E6B85E
Complementary color
Monochromatic Colors of #E6B85E
Black with #E6B85E
Text Example
Text Example
White with #E6B85E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6B85E; }
p { color: rgb(230,184,94); }
H1.HeaderClassName
{
color: #E6B85E;
}
.AnyTagClassName
{
color: #E6B85E;
}
</style>
background-color css
<style>
a { background-color: #E6B85E; }
a { background-color: rgb(230,184,94); }
div.DivClassName
{
background-color: #E6B85E;
}
.BgClassName
{
background-color: #E6B85E;
}
</style>
border-color css
<style>
span { border-color: #E6B85E; }
span { border-color: rgb(230,184,94); }
td.TdClassName
{
border-color: #E6B85E;
}
.TagClassName
{
border-color: #E6B85E;
}
</style>