Shades of Ronchi #E9BC56
Tints of Ronchi #E9BC56
RGB
CMYK
RGB Variations
Color information
#E9BC56 (or 0xE9BC56) is known color: Ronchi. HEX triplet: E9, BC and 56. RGB value is (233,188,86). Sum of RGB (Red+Green+Blue) = 233+188+86=507 (67% of max value = 765). Red value is 233 (91.41% from 255 or 45.96% from 507); Green value is 188 (73.83% from 255 or 37.08% from 507); Blue value is 86 (33.98% from 255 or 16.96% from 507); Max value from RGB is 233 - color contains mainly: red. Hex color #E9BC56 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E9BC56 is #1643A9. Grayscale: #BEBEBE. Windows color (decimal): -1459114 or 5684457. OLE color: 5684457.
HSL color Cylindrical-coordinate representation of color #E9BC56: hue angle of 41.63º degrees, saturation: 0.77, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #E9BC56 is Cyan = 0, Magento = 0.19, Yellow = 0.63 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 188 | 86 | - |
| CMYK | 0 | 0.19 | 0.63 | 0.09 |
| HSL | 41.63º | 0.77% | 0.63% | - |
| HSV(B) | 41.63º | 0.63% | 0.91% | - |
| XYZ | 53.27 | 53.96 | 16.41 | - |
| YUV | 189.83 | 69.41 | 158.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 188 | 86 | 0 | 0.19 | 0.63 | 0.09 | 41.63 | 0.77 | 0.63 |
| Hex | E9 | BC | 56 | 0 | 13 | 3F | 9 | 2A | 4D | 3F |
| Octal | 351 | 274 | 126 | 0 | 23 | 77 | 11 | 52 | 115 | 77 |
| Binary | 11101001 | 10111100 | 1010110 | 0 | 10011 | 111111 | 1001 | 101010 | 1001101 | 111111 |
Color Harmonies of #E9BC56
Complementary color
Monochromatic Colors of #E9BC56
Black with #E9BC56
Text Example
Text Example
White with #E9BC56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9BC56; }
p { color: rgb(233,188,86); }
H1.HeaderClassName
{
color: #E9BC56;
}
.AnyTagClassName
{
color: #E9BC56;
}
</style>
background-color css
<style>
a { background-color: #E9BC56; }
a { background-color: rgb(233,188,86); }
div.DivClassName
{
background-color: #E9BC56;
}
.BgClassName
{
background-color: #E9BC56;
}
</style>
border-color css
<style>
span { border-color: #E9BC56; }
span { border-color: rgb(233,188,86); }
td.TdClassName
{
border-color: #E9BC56;
}
.TagClassName
{
border-color: #E9BC56;
}
</style>