Shades of Ronchi #E8BA47
Tints of Ronchi #E8BA47
RGB
CMYK
RGB Variations
Color information
#E8BA47 (or 0xE8BA47) is known color: Ronchi. HEX triplet: E8, BA and 47. RGB value is (232,186,71). Sum of RGB (Red+Green+Blue) = 232+186+71=489 (64% of max value = 765). Red value is 232 (91.02% from 255 or 47.44% from 489); Green value is 186 (73.05% from 255 or 38.04% from 489); Blue value is 71 (28.12% from 255 or 14.52% from 489); Max value from RGB is 232 - color contains mainly: red. Hex color #E8BA47 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E8BA47 is #1745B8. Grayscale: #BBBBBB. Windows color (decimal): -1525177 or 4700904. OLE color: 4700904.
HSL color Cylindrical-coordinate representation of color #E8BA47: hue angle of 42.86º degrees, saturation: 0.78, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #E8BA47 is Cyan = 0, Magento = 0.20, Yellow = 0.69 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 186 | 71 | - |
| CMYK | 0 | 0.20 | 0.69 | 0.09 |
| HSL | 42.86º | 0.78% | 0.59% | - |
| HSV(B) | 42.86º | 0.69% | 0.91% | - |
| XYZ | 51.97 | 52.73 | 13.4 | - |
| YUV | 186.64 | 62.74 | 160.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 186 | 71 | 0 | 0.20 | 0.69 | 0.09 | 42.86 | 0.78 | 0.59 |
| Hex | E8 | BA | 47 | 0 | 14 | 45 | 9 | 2B | 4E | 3B |
| Octal | 350 | 272 | 107 | 0 | 24 | 105 | 11 | 53 | 116 | 73 |
| Binary | 11101000 | 10111010 | 1000111 | 0 | 10100 | 1000101 | 1001 | 101011 | 1001110 | 111011 |
Color Harmonies of #E8BA47
Complementary color
Monochromatic Colors of #E8BA47
Black with #E8BA47
Text Example
Text Example
White with #E8BA47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8BA47; }
p { color: rgb(232,186,71); }
H1.HeaderClassName
{
color: #E8BA47;
}
.AnyTagClassName
{
color: #E8BA47;
}
</style>
background-color css
<style>
a { background-color: #E8BA47; }
a { background-color: rgb(232,186,71); }
div.DivClassName
{
background-color: #E8BA47;
}
.BgClassName
{
background-color: #E8BA47;
}
</style>
border-color css
<style>
span { border-color: #E8BA47; }
span { border-color: rgb(232,186,71); }
td.TdClassName
{
border-color: #E8BA47;
}
.TagClassName
{
border-color: #E8BA47;
}
</style>