Shades of Ronchi #E7B956
Tints of Ronchi #E7B956
RGB
CMYK
RGB Variations
Color information
#E7B956 (or 0xE7B956) is known color: Ronchi. HEX triplet: E7, B9 and 56. RGB value is (231,185,86). Sum of RGB (Red+Green+Blue) = 231+185+86=502 (66% of max value = 765). Red value is 231 (90.62% from 255 or 46.02% from 502); Green value is 185 (72.66% from 255 or 36.85% from 502); Blue value is 86 (33.98% from 255 or 17.13% from 502); Max value from RGB is 231 - color contains mainly: red. Hex color #E7B956 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E7B956 is #1846A9. Grayscale: #BBBBBB. Windows color (decimal): -1590954 or 5683687. OLE color: 5683687.
HSL color Cylindrical-coordinate representation of color #E7B956: hue angle of 40.97º 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 #E7B956 is Cyan = 0, Magento = 0.20, Yellow = 0.63 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 185 | 86 | - |
| CMYK | 0 | 0.20 | 0.63 | 0.09 |
| HSL | 40.97º | 0.75% | 0.62% | - |
| HSV(B) | 40.97º | 0.63% | 0.91% | - |
| XYZ | 51.98 | 52.36 | 16.17 | - |
| YUV | 187.47 | 70.74 | 159.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 185 | 86 | 0 | 0.20 | 0.63 | 0.09 | 40.97 | 0.75 | 0.62 |
| Hex | E7 | B9 | 56 | 0 | 14 | 3F | 9 | 29 | 4B | 3E |
| Octal | 347 | 271 | 126 | 0 | 24 | 77 | 11 | 51 | 113 | 76 |
| Binary | 11100111 | 10111001 | 1010110 | 0 | 10100 | 111111 | 1001 | 101001 | 1001011 | 111110 |
Color Harmonies of #E7B956
Complementary color
Monochromatic Colors of #E7B956
Black with #E7B956
Text Example
Text Example
White with #E7B956
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7B956; }
p { color: rgb(231,185,86); }
H1.HeaderClassName
{
color: #E7B956;
}
.AnyTagClassName
{
color: #E7B956;
}
</style>
background-color css
<style>
a { background-color: #E7B956; }
a { background-color: rgb(231,185,86); }
div.DivClassName
{
background-color: #E7B956;
}
.BgClassName
{
background-color: #E7B956;
}
</style>
border-color css
<style>
span { border-color: #E7B956; }
span { border-color: rgb(231,185,86); }
td.TdClassName
{
border-color: #E7B956;
}
.TagClassName
{
border-color: #E7B956;
}
</style>