Shades of Ronchi #E6B355
Tints of Ronchi #E6B355
RGB
CMYK
RGB Variations
Color information
#E6B355 (or 0xE6B355) is known color: Ronchi. HEX triplet: E6, B3 and 55. RGB value is (230,179,85). Sum of RGB (Red+Green+Blue) = 230+179+85=494 (65% of max value = 765). Red value is 230 (90.23% from 255 or 46.56% from 494); Green value is 179 (70.31% from 255 or 36.23% from 494); Blue value is 85 (33.59% from 255 or 17.21% from 494); Max value from RGB is 230 - color contains mainly: red. Hex color #E6B355 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E6B355 is #194CAA. Grayscale: #B7B7B7. Windows color (decimal): -1658027 or 5616614. OLE color: 5616614.
HSL color Cylindrical-coordinate representation of color #E6B355: hue angle of 38.9º 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 #E6B355 is Cyan = 0, Magento = 0.22, Yellow = 0.63 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 179 | 85 | - |
| CMYK | 0 | 0.22 | 0.63 | 0.10 |
| HSL | 38.9º | 0.74% | 0.62% | - |
| HSV(B) | 38.9º | 0.63% | 0.9% | - |
| XYZ | 50.39 | 49.72 | 15.54 | - |
| YUV | 183.53 | 72.4 | 161.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 179 | 85 | 0 | 0.22 | 0.63 | 0.10 | 38.9 | 0.74 | 0.62 |
| Hex | E6 | B3 | 55 | 0 | 16 | 3F | A | 27 | 4A | 3E |
| Octal | 346 | 263 | 125 | 0 | 26 | 77 | 12 | 47 | 112 | 76 |
| Binary | 11100110 | 10110011 | 1010101 | 0 | 10110 | 111111 | 1010 | 100111 | 1001010 | 111110 |
Color Harmonies of #E6B355
Complementary color
Monochromatic Colors of #E6B355
Black with #E6B355
Text Example
Text Example
White with #E6B355
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6B355; }
p { color: rgb(230,179,85); }
H1.HeaderClassName
{
color: #E6B355;
}
.AnyTagClassName
{
color: #E6B355;
}
</style>
background-color css
<style>
a { background-color: #E6B355; }
a { background-color: rgb(230,179,85); }
div.DivClassName
{
background-color: #E6B355;
}
.BgClassName
{
background-color: #E6B355;
}
</style>
border-color css
<style>
span { border-color: #E6B355; }
span { border-color: rgb(230,179,85); }
td.TdClassName
{
border-color: #E6B355;
}
.TagClassName
{
border-color: #E6B355;
}
</style>