Shades of Ronchi #E7BA47
Tints of Ronchi #E7BA47
RGB
CMYK
RGB Variations
Color information
#E7BA47 (or 0xE7BA47) is known color: Ronchi. HEX triplet: E7, BA and 47. RGB value is (231,186,71). Sum of RGB (Red+Green+Blue) = 231+186+71=488 (64% of max value = 765). Red value is 231 (90.62% from 255 or 47.34% from 488); Green value is 186 (73.05% from 255 or 38.11% from 488); Blue value is 71 (28.12% from 255 or 14.55% from 488); Max value from RGB is 231 - color contains mainly: red. Hex color #E7BA47 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E7BA47 is #1845B8. Grayscale: #BABABA. Windows color (decimal): -1590713 or 4700903. OLE color: 4700903.
HSL color Cylindrical-coordinate representation of color #E7BA47: hue angle of 43.12º degrees, saturation: 0.77, 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 #E7BA47 is Cyan = 0, Magento = 0.19, Yellow = 0.69 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 186 | 71 | - |
| CMYK | 0 | 0.19 | 0.69 | 0.09 |
| HSL | 43.13º | 0.77% | 0.59% | - |
| HSV(B) | 43.13º | 0.69% | 0.91% | - |
| XYZ | 51.65 | 52.56 | 13.38 | - |
| YUV | 186.35 | 62.91 | 159.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 186 | 71 | 0 | 0.19 | 0.69 | 0.09 | 43.13 | 0.77 | 0.59 |
| Hex | E7 | BA | 47 | 0 | 13 | 45 | 9 | 2B | 4D | 3B |
| Octal | 347 | 272 | 107 | 0 | 23 | 105 | 11 | 53 | 115 | 73 |
| Binary | 11100111 | 10111010 | 1000111 | 0 | 10011 | 1000101 | 1001 | 101011 | 1001101 | 111011 |
Color Harmonies of #E7BA47
Complementary color
Monochromatic Colors of #E7BA47
Black with #E7BA47
Text Example
Text Example
White with #E7BA47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7BA47; }
p { color: rgb(231,186,71); }
H1.HeaderClassName
{
color: #E7BA47;
}
.AnyTagClassName
{
color: #E7BA47;
}
</style>
background-color css
<style>
a { background-color: #E7BA47; }
a { background-color: rgb(231,186,71); }
div.DivClassName
{
background-color: #E7BA47;
}
.BgClassName
{
background-color: #E7BA47;
}
</style>
border-color css
<style>
span { border-color: #E7BA47; }
span { border-color: rgb(231,186,71); }
td.TdClassName
{
border-color: #E7BA47;
}
.TagClassName
{
border-color: #E7BA47;
}
</style>