Shades of Ronchi #E3BA52
Tints of Ronchi #E3BA52
RGB
CMYK
RGB Variations
Color information
#E3BA52 (or 0xE3BA52) is known color: Ronchi. HEX triplet: E3, BA and 52. RGB value is (227,186,82). Sum of RGB (Red+Green+Blue) = 227+186+82=495 (65% of max value = 765). Red value is 227 (89.06% from 255 or 45.86% from 495); Green value is 186 (73.05% from 255 or 37.58% from 495); Blue value is 82 (32.42% from 255 or 16.57% from 495); Max value from RGB is 227 - color contains mainly: red. Hex color #E3BA52 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E3BA52 is #1C45AD. Grayscale: #BABABA. Windows color (decimal): -1852846 or 5421795. OLE color: 5421795.
HSL color Cylindrical-coordinate representation of color #E3BA52: hue angle of 43.03º degrees, saturation: 0.72, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #E3BA52 is Cyan = 0, Magento = 0.18, Yellow = 0.64 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 186 | 82 | - |
| CMYK | 0 | 0.18 | 0.64 | 0.11 |
| HSL | 43.03º | 0.72% | 0.61% | - |
| HSV(B) | 43.03º | 0.64% | 0.89% | - |
| XYZ | 50.76 | 52.06 | 15.36 | - |
| YUV | 186.4 | 69.08 | 156.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 186 | 82 | 0 | 0.18 | 0.64 | 0.11 | 43.03 | 0.72 | 0.61 |
| Hex | E3 | BA | 52 | 0 | 12 | 40 | B | 2B | 48 | 3D |
| Octal | 343 | 272 | 122 | 0 | 22 | 100 | 13 | 53 | 110 | 75 |
| Binary | 11100011 | 10111010 | 1010010 | 0 | 10010 | 1000000 | 1011 | 101011 | 1001000 | 111101 |
Color Harmonies of #E3BA52
Complementary color
Monochromatic Colors of #E3BA52
Black with #E3BA52
Text Example
Text Example
White with #E3BA52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3BA52; }
p { color: rgb(227,186,82); }
H1.HeaderClassName
{
color: #E3BA52;
}
.AnyTagClassName
{
color: #E3BA52;
}
</style>
background-color css
<style>
a { background-color: #E3BA52; }
a { background-color: rgb(227,186,82); }
div.DivClassName
{
background-color: #E3BA52;
}
.BgClassName
{
background-color: #E3BA52;
}
</style>
border-color css
<style>
span { border-color: #E3BA52; }
span { border-color: rgb(227,186,82); }
td.TdClassName
{
border-color: #E3BA52;
}
.TagClassName
{
border-color: #E3BA52;
}
</style>