Shades of Ronchi #E6B354
Tints of Ronchi #E6B354
RGB
CMYK
RGB Variations
Color information
#E6B354 (or 0xE6B354) is known color: Ronchi. HEX triplet: E6, B3 and 54. RGB value is (230,179,84). Sum of RGB (Red+Green+Blue) = 230+179+84=493 (65% of max value = 765). Red value is 230 (90.23% from 255 or 46.65% from 493); Green value is 179 (70.31% from 255 or 36.31% from 493); Blue value is 84 (33.20% from 255 or 17.04% from 493); Max value from RGB is 230 - color contains mainly: red. Hex color #E6B354 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E6B354 is #194CAB. Grayscale: #B7B7B7. Windows color (decimal): -1658028 or 5551078. OLE color: 5551078.
HSL color Cylindrical-coordinate representation of color #E6B354: hue angle of 39.04º 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 #E6B354 is Cyan = 0, Magento = 0.22, Yellow = 0.63 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 179 | 84 | - |
| CMYK | 0 | 0.22 | 0.63 | 0.10 |
| HSL | 39.04º | 0.74% | 0.62% | - |
| HSV(B) | 39.04º | 0.63% | 0.9% | - |
| XYZ | 50.35 | 49.7 | 15.33 | - |
| YUV | 183.42 | 71.9 | 161.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 179 | 84 | 0 | 0.22 | 0.63 | 0.10 | 39.04 | 0.74 | 0.62 |
| Hex | E6 | B3 | 54 | 0 | 16 | 3F | A | 27 | 4A | 3E |
| Octal | 346 | 263 | 124 | 0 | 26 | 77 | 12 | 47 | 112 | 76 |
| Binary | 11100110 | 10110011 | 1010100 | 0 | 10110 | 111111 | 1010 | 100111 | 1001010 | 111110 |
Color Harmonies of #E6B354
Complementary color
Monochromatic Colors of #E6B354
Black with #E6B354
Text Example
Text Example
White with #E6B354
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6B354; }
p { color: rgb(230,179,84); }
H1.HeaderClassName
{
color: #E6B354;
}
.AnyTagClassName
{
color: #E6B354;
}
</style>
background-color css
<style>
a { background-color: #E6B354; }
a { background-color: rgb(230,179,84); }
div.DivClassName
{
background-color: #E6B354;
}
.BgClassName
{
background-color: #E6B354;
}
</style>
border-color css
<style>
span { border-color: #E6B354; }
span { border-color: rgb(230,179,84); }
td.TdClassName
{
border-color: #E6B354;
}
.TagClassName
{
border-color: #E6B354;
}
</style>