Shades of Ronchi #E3BC56
Tints of Ronchi #E3BC56
RGB
CMYK
RGB Variations
Color information
#E3BC56 (or 0xE3BC56) is known color: Ronchi. HEX triplet: E3, BC and 56. RGB value is (227,188,86). Sum of RGB (Red+Green+Blue) = 227+188+86=501 (66% of max value = 765). Red value is 227 (89.06% from 255 or 45.31% from 501); Green value is 188 (73.83% from 255 or 37.52% from 501); Blue value is 86 (33.98% from 255 or 17.17% from 501); Max value from RGB is 227 - color contains mainly: red. Hex color #E3BC56 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E3BC56 is #1C43A9. Grayscale: #BCBCBC. Windows color (decimal): -1852330 or 5684451. OLE color: 5684451.
HSL color Cylindrical-coordinate representation of color #E3BC56: hue angle of 43.4º degrees, saturation: 0.72, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #E3BC56 is Cyan = 0, Magento = 0.17, Yellow = 0.62 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 188 | 86 | - |
| CMYK | 0 | 0.17 | 0.62 | 0.11 |
| HSL | 43.4º | 0.72% | 0.61% | - |
| HSV(B) | 43.4º | 0.62% | 0.89% | - |
| XYZ | 51.34 | 52.97 | 16.32 | - |
| YUV | 188.03 | 70.42 | 155.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 188 | 86 | 0 | 0.17 | 0.62 | 0.11 | 43.4 | 0.72 | 0.61 |
| Hex | E3 | BC | 56 | 0 | 11 | 3E | B | 2B | 48 | 3D |
| Octal | 343 | 274 | 126 | 0 | 21 | 76 | 13 | 53 | 110 | 75 |
| Binary | 11100011 | 10111100 | 1010110 | 0 | 10001 | 111110 | 1011 | 101011 | 1001000 | 111101 |
Color Harmonies of #E3BC56
Complementary color
Monochromatic Colors of #E3BC56
Black with #E3BC56
Text Example
Text Example
White with #E3BC56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3BC56; }
p { color: rgb(227,188,86); }
H1.HeaderClassName
{
color: #E3BC56;
}
.AnyTagClassName
{
color: #E3BC56;
}
</style>
background-color css
<style>
a { background-color: #E3BC56; }
a { background-color: rgb(227,188,86); }
div.DivClassName
{
background-color: #E3BC56;
}
.BgClassName
{
background-color: #E3BC56;
}
</style>
border-color css
<style>
span { border-color: #E3BC56; }
span { border-color: rgb(227,188,86); }
td.TdClassName
{
border-color: #E3BC56;
}
.TagClassName
{
border-color: #E3BC56;
}
</style>