Shades of Ronchi #E6BA55
Tints of Ronchi #E6BA55
RGB
CMYK
RGB Variations
Color information
#E6BA55 (or 0xE6BA55) is known color: Ronchi. HEX triplet: E6, BA and 55. RGB value is (230,186,85). Sum of RGB (Red+Green+Blue) = 230+186+85=501 (66% of max value = 765). Red value is 230 (90.23% from 255 or 45.91% from 501); Green value is 186 (73.05% from 255 or 37.13% from 501); Blue value is 85 (33.59% from 255 or 16.97% from 501); Max value from RGB is 230 - color contains mainly: red. Hex color #E6BA55 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E6BA55 is #1945AA. Grayscale: #BCBCBC. Windows color (decimal): -1656235 or 5618406. OLE color: 5618406.
HSL color Cylindrical-coordinate representation of color #E6BA55: hue angle of 41.79º degrees, saturation: 0.74, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #E6BA55 is Cyan = 0, Magento = 0.19, Yellow = 0.63 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 186 | 85 | - |
| CMYK | 0 | 0.19 | 0.63 | 0.10 |
| HSL | 41.79º | 0.74% | 0.62% | - |
| HSV(B) | 41.79º | 0.63% | 0.9% | - |
| XYZ | 51.83 | 52.6 | 16.01 | - |
| YUV | 187.64 | 70.08 | 158.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 186 | 85 | 0 | 0.19 | 0.63 | 0.10 | 41.79 | 0.74 | 0.62 |
| Hex | E6 | BA | 55 | 0 | 13 | 3F | A | 2A | 4A | 3E |
| Octal | 346 | 272 | 125 | 0 | 23 | 77 | 12 | 52 | 112 | 76 |
| Binary | 11100110 | 10111010 | 1010101 | 0 | 10011 | 111111 | 1010 | 101010 | 1001010 | 111110 |
Color Harmonies of #E6BA55
Complementary color
Monochromatic Colors of #E6BA55
Black with #E6BA55
Text Example
Text Example
White with #E6BA55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6BA55; }
p { color: rgb(230,186,85); }
H1.HeaderClassName
{
color: #E6BA55;
}
.AnyTagClassName
{
color: #E6BA55;
}
</style>
background-color css
<style>
a { background-color: #E6BA55; }
a { background-color: rgb(230,186,85); }
div.DivClassName
{
background-color: #E6BA55;
}
.BgClassName
{
background-color: #E6BA55;
}
</style>
border-color css
<style>
span { border-color: #E6BA55; }
span { border-color: rgb(230,186,85); }
td.TdClassName
{
border-color: #E6BA55;
}
.TagClassName
{
border-color: #E6BA55;
}
</style>