Shades of Ronchi #E7BC55
Tints of Ronchi #E7BC55
RGB
CMYK
RGB Variations
Color information
#E7BC55 (or 0xE7BC55) is known color: Ronchi. HEX triplet: E7, BC and 55. RGB value is (231,188,85). Sum of RGB (Red+Green+Blue) = 231+188+85=504 (66% of max value = 765). Red value is 231 (90.62% from 255 or 45.83% from 504); Green value is 188 (73.83% from 255 or 37.30% from 504); Blue value is 85 (33.59% from 255 or 16.87% from 504); Max value from RGB is 231 - color contains mainly: red. Hex color #E7BC55 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E7BC55 is #1843AA. Grayscale: #BDBDBD. Windows color (decimal): -1590187 or 5618919. OLE color: 5618919.
HSL color Cylindrical-coordinate representation of color #E7BC55: hue angle of 42.33º 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 #E7BC55 is Cyan = 0, Magento = 0.19, Yellow = 0.63 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 188 | 85 | - |
| CMYK | 0 | 0.19 | 0.63 | 0.09 |
| HSL | 42.33º | 0.75% | 0.62% | - |
| HSV(B) | 42.33º | 0.63% | 0.91% | - |
| XYZ | 52.58 | 53.61 | 16.17 | - |
| YUV | 189.12 | 69.25 | 157.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 188 | 85 | 0 | 0.19 | 0.63 | 0.09 | 42.33 | 0.75 | 0.62 |
| Hex | E7 | BC | 55 | 0 | 13 | 3F | 9 | 2A | 4B | 3E |
| Octal | 347 | 274 | 125 | 0 | 23 | 77 | 11 | 52 | 113 | 76 |
| Binary | 11100111 | 10111100 | 1010101 | 0 | 10011 | 111111 | 1001 | 101010 | 1001011 | 111110 |
Color Harmonies of #E7BC55
Complementary color
Monochromatic Colors of #E7BC55
Black with #E7BC55
Text Example
Text Example
White with #E7BC55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7BC55; }
p { color: rgb(231,188,85); }
H1.HeaderClassName
{
color: #E7BC55;
}
.AnyTagClassName
{
color: #E7BC55;
}
</style>
background-color css
<style>
a { background-color: #E7BC55; }
a { background-color: rgb(231,188,85); }
div.DivClassName
{
background-color: #E7BC55;
}
.BgClassName
{
background-color: #E7BC55;
}
</style>
border-color css
<style>
span { border-color: #E7BC55; }
span { border-color: rgb(231,188,85); }
td.TdClassName
{
border-color: #E7BC55;
}
.TagClassName
{
border-color: #E7BC55;
}
</style>