Shades of Ronchi #E7B355
Tints of Ronchi #E7B355
RGB
CMYK
RGB Variations
Color information
#E7B355 (or 0xE7B355) is known color: Ronchi. HEX triplet: E7, B3 and 55. RGB value is (231,179,85). Sum of RGB (Red+Green+Blue) = 231+179+85=495 (65% of max value = 765). Red value is 231 (90.62% from 255 or 46.67% from 495); Green value is 179 (70.31% from 255 or 36.16% from 495); Blue value is 85 (33.59% from 255 or 17.17% from 495); Max value from RGB is 231 - color contains mainly: red. Hex color #E7B355 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E7B355 is #184CAA. Grayscale: #B8B8B8. Windows color (decimal): -1592491 or 5616615. OLE color: 5616615.
HSL color Cylindrical-coordinate representation of color #E7B355: hue angle of 38.63º degrees, saturation: 0.75, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #E7B355 is Cyan = 0, Magento = 0.23, Yellow = 0.63 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 179 | 85 | - |
| CMYK | 0 | 0.23 | 0.63 | 0.09 |
| HSL | 38.63º | 0.75% | 0.62% | - |
| HSV(B) | 38.63º | 0.63% | 0.91% | - |
| XYZ | 50.71 | 49.89 | 15.55 | - |
| YUV | 183.83 | 72.23 | 161.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 179 | 85 | 0 | 0.23 | 0.63 | 0.09 | 38.63 | 0.75 | 0.62 |
| Hex | E7 | B3 | 55 | 0 | 17 | 3F | 9 | 27 | 4B | 3E |
| Octal | 347 | 263 | 125 | 0 | 27 | 77 | 11 | 47 | 113 | 76 |
| Binary | 11100111 | 10110011 | 1010101 | 0 | 10111 | 111111 | 1001 | 100111 | 1001011 | 111110 |
Color Harmonies of #E7B355
Complementary color
Monochromatic Colors of #E7B355
Black with #E7B355
Text Example
Text Example
White with #E7B355
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7B355; }
p { color: rgb(231,179,85); }
H1.HeaderClassName
{
color: #E7B355;
}
.AnyTagClassName
{
color: #E7B355;
}
</style>
background-color css
<style>
a { background-color: #E7B355; }
a { background-color: rgb(231,179,85); }
div.DivClassName
{
background-color: #E7B355;
}
.BgClassName
{
background-color: #E7B355;
}
</style>
border-color css
<style>
span { border-color: #E7B355; }
span { border-color: rgb(231,179,85); }
td.TdClassName
{
border-color: #E7B355;
}
.TagClassName
{
border-color: #E7B355;
}
</style>