Shades of Ronchi #E6B647
Tints of Ronchi #E6B647
RGB
CMYK
RGB Variations
Color information
#E6B647 (or 0xE6B647) is known color: Ronchi. HEX triplet: E6, B6 and 47. RGB value is (230,182,71). Sum of RGB (Red+Green+Blue) = 230+182+71=483 (63% of max value = 765). Red value is 230 (90.23% from 255 or 47.62% from 483); Green value is 182 (71.48% from 255 or 37.68% from 483); Blue value is 71 (28.12% from 255 or 14.70% from 483); Max value from RGB is 230 - color contains mainly: red. Hex color #E6B647 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E6B647 is #1949B8. Grayscale: #B8B8B8. Windows color (decimal): -1657273 or 4699878. OLE color: 4699878.
HSL color Cylindrical-coordinate representation of color #E6B647: hue angle of 41.89º degrees, saturation: 0.76, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #E6B647 is Cyan = 0, Magento = 0.21, Yellow = 0.69 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 182 | 71 | - |
| CMYK | 0 | 0.21 | 0.69 | 0.10 |
| HSL | 41.89º | 0.76% | 0.59% | - |
| HSV(B) | 41.89º | 0.69% | 0.9% | - |
| XYZ | 50.5 | 50.73 | 13.09 | - |
| YUV | 183.7 | 64.4 | 161.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 182 | 71 | 0 | 0.21 | 0.69 | 0.10 | 41.89 | 0.76 | 0.59 |
| Hex | E6 | B6 | 47 | 0 | 15 | 45 | A | 2A | 4C | 3B |
| Octal | 346 | 266 | 107 | 0 | 25 | 105 | 12 | 52 | 114 | 73 |
| Binary | 11100110 | 10110110 | 1000111 | 0 | 10101 | 1000101 | 1010 | 101010 | 1001100 | 111011 |
Color Harmonies of #E6B647
Complementary color
Monochromatic Colors of #E6B647
Black with #E6B647
Text Example
Text Example
White with #E6B647
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6B647; }
p { color: rgb(230,182,71); }
H1.HeaderClassName
{
color: #E6B647;
}
.AnyTagClassName
{
color: #E6B647;
}
</style>
background-color css
<style>
a { background-color: #E6B647; }
a { background-color: rgb(230,182,71); }
div.DivClassName
{
background-color: #E6B647;
}
.BgClassName
{
background-color: #E6B647;
}
</style>
border-color css
<style>
span { border-color: #E6B647; }
span { border-color: rgb(230,182,71); }
td.TdClassName
{
border-color: #E6B647;
}
.TagClassName
{
border-color: #E6B647;
}
</style>