Shades of Ronchi #E6BA51
Tints of Ronchi #E6BA51
RGB
CMYK
RGB Variations
Color information
#E6BA51 (or 0xE6BA51) is known color: Ronchi. HEX triplet: E6, BA and 51. RGB value is (230,186,81). Sum of RGB (Red+Green+Blue) = 230+186+81=497 (65% of max value = 765). Red value is 230 (90.23% from 255 or 46.28% from 497); Green value is 186 (73.05% from 255 or 37.42% from 497); Blue value is 81 (32.03% from 255 or 16.30% from 497); Max value from RGB is 230 - color contains mainly: red. Hex color #E6BA51 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E6BA51 is #1945AE. Grayscale: #BBBBBB. Windows color (decimal): -1656239 or 5356262. OLE color: 5356262.
HSL color Cylindrical-coordinate representation of color #E6BA51: hue angle of 42.28º degrees, saturation: 0.75, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #E6BA51 is Cyan = 0, Magento = 0.19, Yellow = 0.65 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 186 | 81 | - |
| CMYK | 0 | 0.19 | 0.65 | 0.10 |
| HSL | 42.28º | 0.75% | 0.61% | - |
| HSV(B) | 42.28º | 0.65% | 0.9% | - |
| XYZ | 51.68 | 52.53 | 15.2 | - |
| YUV | 187.19 | 68.08 | 158.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 186 | 81 | 0 | 0.19 | 0.65 | 0.10 | 42.28 | 0.75 | 0.61 |
| Hex | E6 | BA | 51 | 0 | 13 | 41 | A | 2A | 4B | 3D |
| Octal | 346 | 272 | 121 | 0 | 23 | 101 | 12 | 52 | 113 | 75 |
| Binary | 11100110 | 10111010 | 1010001 | 0 | 10011 | 1000001 | 1010 | 101010 | 1001011 | 111101 |
Color Harmonies of #E6BA51
Complementary color
Monochromatic Colors of #E6BA51
Black with #E6BA51
Text Example
Text Example
White with #E6BA51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6BA51; }
p { color: rgb(230,186,81); }
H1.HeaderClassName
{
color: #E6BA51;
}
.AnyTagClassName
{
color: #E6BA51;
}
</style>
background-color css
<style>
a { background-color: #E6BA51; }
a { background-color: rgb(230,186,81); }
div.DivClassName
{
background-color: #E6BA51;
}
.BgClassName
{
background-color: #E6BA51;
}
</style>
border-color css
<style>
span { border-color: #E6BA51; }
span { border-color: rgb(230,186,81); }
td.TdClassName
{
border-color: #E6BA51;
}
.TagClassName
{
border-color: #E6BA51;
}
</style>