Shades of Ronchi #E6B555
Tints of Ronchi #E6B555
RGB
CMYK
RGB Variations
Color information
#E6B555 (or 0xE6B555) is known color: Ronchi. HEX triplet: E6, B5 and 55. RGB value is (230,181,85). Sum of RGB (Red+Green+Blue) = 230+181+85=496 (65% of max value = 765). Red value is 230 (90.23% from 255 or 46.37% from 496); Green value is 181 (71.09% from 255 or 36.49% from 496); Blue value is 85 (33.59% from 255 or 17.14% from 496); Max value from RGB is 230 - color contains mainly: red. Hex color #E6B555 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E6B555 is #194AAA. Grayscale: #B9B9B9. Windows color (decimal): -1657515 or 5617126. OLE color: 5617126.
HSL color Cylindrical-coordinate representation of color #E6B555: hue angle of 39.72º degrees, saturation: 0.74, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #E6B555 is Cyan = 0, Magento = 0.21, Yellow = 0.63 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 181 | 85 | - |
| CMYK | 0 | 0.21 | 0.63 | 0.10 |
| HSL | 39.72º | 0.74% | 0.62% | - |
| HSV(B) | 39.72º | 0.63% | 0.9% | - |
| XYZ | 50.8 | 50.53 | 15.67 | - |
| YUV | 184.71 | 71.73 | 160.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 181 | 85 | 0 | 0.21 | 0.63 | 0.10 | 39.72 | 0.74 | 0.62 |
| Hex | E6 | B5 | 55 | 0 | 15 | 3F | A | 28 | 4A | 3E |
| Octal | 346 | 265 | 125 | 0 | 25 | 77 | 12 | 50 | 112 | 76 |
| Binary | 11100110 | 10110101 | 1010101 | 0 | 10101 | 111111 | 1010 | 101000 | 1001010 | 111110 |
Color Harmonies of #E6B555
Complementary color
Monochromatic Colors of #E6B555
Black with #E6B555
Text Example
Text Example
White with #E6B555
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6B555; }
p { color: rgb(230,181,85); }
H1.HeaderClassName
{
color: #E6B555;
}
.AnyTagClassName
{
color: #E6B555;
}
</style>
background-color css
<style>
a { background-color: #E6B555; }
a { background-color: rgb(230,181,85); }
div.DivClassName
{
background-color: #E6B555;
}
.BgClassName
{
background-color: #E6B555;
}
</style>
border-color css
<style>
span { border-color: #E6B555; }
span { border-color: rgb(230,181,85); }
td.TdClassName
{
border-color: #E6B555;
}
.TagClassName
{
border-color: #E6B555;
}
</style>