Shades of Ronchi #E8BC51
Tints of Ronchi #E8BC51
RGB
CMYK
RGB Variations
Color information
#E8BC51 (or 0xE8BC51) is known color: Ronchi. HEX triplet: E8, BC and 51. RGB value is (232,188,81). Sum of RGB (Red+Green+Blue) = 232+188+81=501 (66% of max value = 765). Red value is 232 (91.02% from 255 or 46.31% from 501); Green value is 188 (73.83% from 255 or 37.52% from 501); Blue value is 81 (32.03% from 255 or 16.17% from 501); Max value from RGB is 232 - color contains mainly: red. Hex color #E8BC51 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E8BC51 is #1743AE. Grayscale: #BDBDBD. Windows color (decimal): -1524655 or 5356776. OLE color: 5356776.
HSL color Cylindrical-coordinate representation of color #E8BC51: hue angle of 42.52º degrees, saturation: 0.77, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #E8BC51 is Cyan = 0, Magento = 0.19, Yellow = 0.65 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 188 | 81 | - |
| CMYK | 0 | 0.19 | 0.65 | 0.09 |
| HSL | 42.52º | 0.77% | 0.61% | - |
| HSV(B) | 42.52º | 0.65% | 0.91% | - |
| XYZ | 52.75 | 53.72 | 15.37 | - |
| YUV | 188.96 | 67.08 | 158.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 188 | 81 | 0 | 0.19 | 0.65 | 0.09 | 42.52 | 0.77 | 0.61 |
| Hex | E8 | BC | 51 | 0 | 13 | 41 | 9 | 2B | 4D | 3D |
| Octal | 350 | 274 | 121 | 0 | 23 | 101 | 11 | 53 | 115 | 75 |
| Binary | 11101000 | 10111100 | 1010001 | 0 | 10011 | 1000001 | 1001 | 101011 | 1001101 | 111101 |
Color Harmonies of #E8BC51
Complementary color
Monochromatic Colors of #E8BC51
Black with #E8BC51
Text Example
Text Example
White with #E8BC51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8BC51; }
p { color: rgb(232,188,81); }
H1.HeaderClassName
{
color: #E8BC51;
}
.AnyTagClassName
{
color: #E8BC51;
}
</style>
background-color css
<style>
a { background-color: #E8BC51; }
a { background-color: rgb(232,188,81); }
div.DivClassName
{
background-color: #E8BC51;
}
.BgClassName
{
background-color: #E8BC51;
}
</style>
border-color css
<style>
span { border-color: #E8BC51; }
span { border-color: rgb(232,188,81); }
td.TdClassName
{
border-color: #E8BC51;
}
.TagClassName
{
border-color: #E8BC51;
}
</style>