Shades of Ronchi #E7B656
Tints of Ronchi #E7B656
RGB
CMYK
RGB Variations
Color information
#E7B656 (or 0xE7B656) is known color: Ronchi. HEX triplet: E7, B6 and 56. RGB value is (231,182,86). Sum of RGB (Red+Green+Blue) = 231+182+86=499 (66% of max value = 765). Red value is 231 (90.62% from 255 or 46.29% from 499); Green value is 182 (71.48% from 255 or 36.47% from 499); Blue value is 86 (33.98% from 255 or 17.23% from 499); Max value from RGB is 231 - color contains mainly: red. Hex color #E7B656 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E7B656 is #1849A9. Grayscale: #BABABA. Windows color (decimal): -1591722 or 5682919. OLE color: 5682919.
HSL color Cylindrical-coordinate representation of color #E7B656: hue angle of 39.72º 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 #E7B656 is Cyan = 0, Magento = 0.21, Yellow = 0.63 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 182 | 86 | - |
| CMYK | 0 | 0.21 | 0.63 | 0.09 |
| HSL | 39.72º | 0.75% | 0.62% | - |
| HSV(B) | 39.72º | 0.63% | 0.91% | - |
| XYZ | 51.36 | 51.12 | 15.96 | - |
| YUV | 185.71 | 71.73 | 160.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 182 | 86 | 0 | 0.21 | 0.63 | 0.09 | 39.72 | 0.75 | 0.62 |
| Hex | E7 | B6 | 56 | 0 | 15 | 3F | 9 | 28 | 4B | 3E |
| Octal | 347 | 266 | 126 | 0 | 25 | 77 | 11 | 50 | 113 | 76 |
| Binary | 11100111 | 10110110 | 1010110 | 0 | 10101 | 111111 | 1001 | 101000 | 1001011 | 111110 |
Color Harmonies of #E7B656
Complementary color
Monochromatic Colors of #E7B656
Black with #E7B656
Text Example
Text Example
White with #E7B656
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7B656; }
p { color: rgb(231,182,86); }
H1.HeaderClassName
{
color: #E7B656;
}
.AnyTagClassName
{
color: #E7B656;
}
</style>
background-color css
<style>
a { background-color: #E7B656; }
a { background-color: rgb(231,182,86); }
div.DivClassName
{
background-color: #E7B656;
}
.BgClassName
{
background-color: #E7B656;
}
</style>
border-color css
<style>
span { border-color: #E7B656; }
span { border-color: rgb(231,182,86); }
td.TdClassName
{
border-color: #E7B656;
}
.TagClassName
{
border-color: #E7B656;
}
</style>