Shades of Ronchi #E3BA53
Tints of Ronchi #E3BA53
RGB
CMYK
RGB Variations
Color information
#E3BA53 (or 0xE3BA53) is known color: Ronchi. HEX triplet: E3, BA and 53. RGB value is (227,186,83). Sum of RGB (Red+Green+Blue) = 227+186+83=496 (65% of max value = 765). Red value is 227 (89.06% from 255 or 45.77% from 496); Green value is 186 (73.05% from 255 or 37.5% from 496); Blue value is 83 (32.81% from 255 or 16.73% from 496); Max value from RGB is 227 - color contains mainly: red. Hex color #E3BA53 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E3BA53 is #1C45AC. Grayscale: #BABABA. Windows color (decimal): -1852845 or 5487331. OLE color: 5487331.
HSL color Cylindrical-coordinate representation of color #E3BA53: hue angle of 42.92º degrees, saturation: 0.72, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #E3BA53 is Cyan = 0, Magento = 0.18, Yellow = 0.63 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 186 | 83 | - |
| CMYK | 0 | 0.18 | 0.63 | 0.11 |
| HSL | 42.92º | 0.72% | 0.61% | - |
| HSV(B) | 42.92º | 0.63% | 0.89% | - |
| XYZ | 50.8 | 52.07 | 15.56 | - |
| YUV | 186.52 | 69.58 | 156.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 186 | 83 | 0 | 0.18 | 0.63 | 0.11 | 42.92 | 0.72 | 0.61 |
| Hex | E3 | BA | 53 | 0 | 12 | 3F | B | 2B | 48 | 3D |
| Octal | 343 | 272 | 123 | 0 | 22 | 77 | 13 | 53 | 110 | 75 |
| Binary | 11100011 | 10111010 | 1010011 | 0 | 10010 | 111111 | 1011 | 101011 | 1001000 | 111101 |
Color Harmonies of #E3BA53
Complementary color
Monochromatic Colors of #E3BA53
Black with #E3BA53
Text Example
Text Example
White with #E3BA53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3BA53; }
p { color: rgb(227,186,83); }
H1.HeaderClassName
{
color: #E3BA53;
}
.AnyTagClassName
{
color: #E3BA53;
}
</style>
background-color css
<style>
a { background-color: #E3BA53; }
a { background-color: rgb(227,186,83); }
div.DivClassName
{
background-color: #E3BA53;
}
.BgClassName
{
background-color: #E3BA53;
}
</style>
border-color css
<style>
span { border-color: #E3BA53; }
span { border-color: rgb(227,186,83); }
td.TdClassName
{
border-color: #E3BA53;
}
.TagClassName
{
border-color: #E3BA53;
}
</style>