Shades of Ronchi #E8BA46
Tints of Ronchi #E8BA46
RGB
CMYK
RGB Variations
Color information
#E8BA46 (or 0xE8BA46) is known color: Ronchi. HEX triplet: E8, BA and 46. RGB value is (232,186,70). Sum of RGB (Red+Green+Blue) = 232+186+70=488 (64% of max value = 765). Red value is 232 (91.02% from 255 or 47.54% from 488); Green value is 186 (73.05% from 255 or 38.11% from 488); Blue value is 70 (27.73% from 255 or 14.34% from 488); Max value from RGB is 232 - color contains mainly: red. Hex color #E8BA46 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E8BA46 is #1745B9. Grayscale: #BBBBBB. Windows color (decimal): -1525178 or 4635368. OLE color: 4635368.
HSL color Cylindrical-coordinate representation of color #E8BA46: hue angle of 42.96º degrees, saturation: 0.78, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #E8BA46 is Cyan = 0, Magento = 0.20, Yellow = 0.70 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 186 | 70 | - |
| CMYK | 0 | 0.20 | 0.70 | 0.09 |
| HSL | 42.96º | 0.78% | 0.59% | - |
| HSV(B) | 42.96º | 0.7% | 0.91% | - |
| XYZ | 51.94 | 52.72 | 13.23 | - |
| YUV | 186.53 | 62.24 | 160.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 186 | 70 | 0 | 0.20 | 0.70 | 0.09 | 42.96 | 0.78 | 0.59 |
| Hex | E8 | BA | 46 | 0 | 14 | 46 | 9 | 2B | 4E | 3B |
| Octal | 350 | 272 | 106 | 0 | 24 | 106 | 11 | 53 | 116 | 73 |
| Binary | 11101000 | 10111010 | 1000110 | 0 | 10100 | 1000110 | 1001 | 101011 | 1001110 | 111011 |
Color Harmonies of #E8BA46
Complementary color
Monochromatic Colors of #E8BA46
Black with #E8BA46
Text Example
Text Example
White with #E8BA46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8BA46; }
p { color: rgb(232,186,70); }
H1.HeaderClassName
{
color: #E8BA46;
}
.AnyTagClassName
{
color: #E8BA46;
}
</style>
background-color css
<style>
a { background-color: #E8BA46; }
a { background-color: rgb(232,186,70); }
div.DivClassName
{
background-color: #E8BA46;
}
.BgClassName
{
background-color: #E8BA46;
}
</style>
border-color css
<style>
span { border-color: #E8BA46; }
span { border-color: rgb(232,186,70); }
td.TdClassName
{
border-color: #E8BA46;
}
.TagClassName
{
border-color: #E8BA46;
}
</style>