Shades of Ronchi #E7BA48
Tints of Ronchi #E7BA48
RGB
CMYK
RGB Variations
Color information
#E7BA48 (or 0xE7BA48) is known color: Ronchi. HEX triplet: E7, BA and 48. RGB value is (231,186,72). Sum of RGB (Red+Green+Blue) = 231+186+72=489 (64% of max value = 765). Red value is 231 (90.62% from 255 or 47.24% from 489); Green value is 186 (73.05% from 255 or 38.04% from 489); Blue value is 72 (28.52% from 255 or 14.72% from 489); Max value from RGB is 231 - color contains mainly: red. Hex color #E7BA48 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E7BA48 is #1845B7. Grayscale: #BABABA. Windows color (decimal): -1590712 or 4766439. OLE color: 4766439.
HSL color Cylindrical-coordinate representation of color #E7BA48: hue angle of 43.02º 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 #E7BA48 is Cyan = 0, Magento = 0.19, Yellow = 0.69 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 186 | 72 | - |
| CMYK | 0 | 0.19 | 0.69 | 0.09 |
| HSL | 43.02º | 0.77% | 0.59% | - |
| HSV(B) | 43.02º | 0.69% | 0.91% | - |
| XYZ | 51.68 | 52.57 | 13.55 | - |
| YUV | 186.46 | 63.41 | 159.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 186 | 72 | 0 | 0.19 | 0.69 | 0.09 | 43.02 | 0.77 | 0.59 |
| Hex | E7 | BA | 48 | 0 | 13 | 45 | 9 | 2B | 4D | 3B |
| Octal | 347 | 272 | 110 | 0 | 23 | 105 | 11 | 53 | 115 | 73 |
| Binary | 11100111 | 10111010 | 1001000 | 0 | 10011 | 1000101 | 1001 | 101011 | 1001101 | 111011 |
Color Harmonies of #E7BA48
Complementary color
Monochromatic Colors of #E7BA48
Black with #E7BA48
Text Example
Text Example
White with #E7BA48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7BA48; }
p { color: rgb(231,186,72); }
H1.HeaderClassName
{
color: #E7BA48;
}
.AnyTagClassName
{
color: #E7BA48;
}
</style>
background-color css
<style>
a { background-color: #E7BA48; }
a { background-color: rgb(231,186,72); }
div.DivClassName
{
background-color: #E7BA48;
}
.BgClassName
{
background-color: #E7BA48;
}
</style>
border-color css
<style>
span { border-color: #E7BA48; }
span { border-color: rgb(231,186,72); }
td.TdClassName
{
border-color: #E7BA48;
}
.TagClassName
{
border-color: #E7BA48;
}
</style>