Shades of Ronchi #E6B845
Tints of Ronchi #E6B845
RGB
CMYK
RGB Variations
Color information
#E6B845 (or 0xE6B845) is known color: Ronchi. HEX triplet: E6, B8 and 45. RGB value is (230,184,69). Sum of RGB (Red+Green+Blue) = 230+184+69=483 (63% of max value = 765). Red value is 230 (90.23% from 255 or 47.62% from 483); Green value is 184 (72.27% from 255 or 38.10% from 483); Blue value is 69 (27.34% from 255 or 14.29% from 483); Max value from RGB is 230 - color contains mainly: red. Hex color #E6B845 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E6B845 is #1947BA. Grayscale: #B9B9B9. Windows color (decimal): -1656763 or 4569318. OLE color: 4569318.
HSL color Cylindrical-coordinate representation of color #E6B845: hue angle of 42.86º degrees, saturation: 0.76, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #E6B845 is Cyan = 0, Magento = 0.2, Yellow = 0.7 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 184 | 69 | - |
| CMYK | 0 | 0.2 | 0.7 | 0.10 |
| HSL | 42.86º | 0.76% | 0.59% | - |
| HSV(B) | 42.86º | 0.7% | 0.9% | - |
| XYZ | 50.85 | 51.53 | 12.9 | - |
| YUV | 184.64 | 62.74 | 160.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 184 | 69 | 0 | 0.2 | 0.7 | 0.10 | 42.86 | 0.76 | 0.59 |
| Hex | E6 | B8 | 45 | 0 | 14 | 46 | A | 2B | 4C | 3B |
| Octal | 346 | 270 | 105 | 0 | 24 | 106 | 12 | 53 | 114 | 73 |
| Binary | 11100110 | 10111000 | 1000101 | 0 | 10100 | 1000110 | 1010 | 101011 | 1001100 | 111011 |
Color Harmonies of #E6B845
Complementary color
Monochromatic Colors of #E6B845
Black with #E6B845
Text Example
Text Example
White with #E6B845
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6B845; }
p { color: rgb(230,184,69); }
H1.HeaderClassName
{
color: #E6B845;
}
.AnyTagClassName
{
color: #E6B845;
}
</style>
background-color css
<style>
a { background-color: #E6B845; }
a { background-color: rgb(230,184,69); }
div.DivClassName
{
background-color: #E6B845;
}
.BgClassName
{
background-color: #E6B845;
}
</style>
border-color css
<style>
span { border-color: #E6B845; }
span { border-color: rgb(230,184,69); }
td.TdClassName
{
border-color: #E6B845;
}
.TagClassName
{
border-color: #E6B845;
}
</style>