Shades of Ronchi #EABA56
Tints of Ronchi #EABA56
RGB
CMYK
RGB Variations
Color information
#EABA56 (or 0xEABA56) is known color: Ronchi. HEX triplet: EA, BA and 56. RGB value is (234,186,86). Sum of RGB (Red+Green+Blue) = 234+186+86=506 (67% of max value = 765). Red value is 234 (91.80% from 255 or 46.25% from 506); Green value is 186 (73.05% from 255 or 36.76% from 506); Blue value is 86 (33.98% from 255 or 17.00% from 506); Max value from RGB is 234 - color contains mainly: red. Hex color #EABA56 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EABA56 is #1545A9. Grayscale: #BDBDBD. Windows color (decimal): -1394090 or 5683946. OLE color: 5683946.
HSL color Cylindrical-coordinate representation of color #EABA56: hue angle of 40.54º degrees, saturation: 0.78, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #EABA56 is Cyan = 0, Magento = 0.21, Yellow = 0.63 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 186 | 86 | - |
| CMYK | 0 | 0.21 | 0.63 | 0.08 |
| HSL | 40.54º | 0.78% | 0.63% | - |
| HSV(B) | 40.54º | 0.63% | 0.92% | - |
| XYZ | 53.17 | 53.28 | 16.29 | - |
| YUV | 188.95 | 69.9 | 160.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 186 | 86 | 0 | 0.21 | 0.63 | 0.08 | 40.54 | 0.78 | 0.63 |
| Hex | EA | BA | 56 | 0 | 15 | 3F | 8 | 29 | 4E | 3F |
| Octal | 352 | 272 | 126 | 0 | 25 | 77 | 10 | 51 | 116 | 77 |
| Binary | 11101010 | 10111010 | 1010110 | 0 | 10101 | 111111 | 1000 | 101001 | 1001110 | 111111 |
Color Harmonies of #EABA56
Complementary color
Monochromatic Colors of #EABA56
Black with #EABA56
Text Example
Text Example
White with #EABA56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EABA56; }
p { color: rgb(234,186,86); }
H1.HeaderClassName
{
color: #EABA56;
}
.AnyTagClassName
{
color: #EABA56;
}
</style>
background-color css
<style>
a { background-color: #EABA56; }
a { background-color: rgb(234,186,86); }
div.DivClassName
{
background-color: #EABA56;
}
.BgClassName
{
background-color: #EABA56;
}
</style>
border-color css
<style>
span { border-color: #EABA56; }
span { border-color: rgb(234,186,86); }
td.TdClassName
{
border-color: #EABA56;
}
.TagClassName
{
border-color: #EABA56;
}
</style>