Shades of Ronchi #EABA58
Tints of Ronchi #EABA58
RGB
CMYK
RGB Variations
Color information
#EABA58 (or 0xEABA58) is known color: Ronchi. HEX triplet: EA, BA and 58. RGB value is (234,186,88). Sum of RGB (Red+Green+Blue) = 234+186+88=508 (67% of max value = 765). Red value is 234 (91.80% from 255 or 46.06% from 508); Green value is 186 (73.05% from 255 or 36.61% from 508); Blue value is 88 (34.77% from 255 or 17.32% from 508); Max value from RGB is 234 - color contains mainly: red. Hex color #EABA58 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EABA58 is #1545A7. Grayscale: #BDBDBD. Windows color (decimal): -1394088 or 5815018. OLE color: 5815018.
HSL color Cylindrical-coordinate representation of color #EABA58: hue angle of 40.27º degrees, saturation: 0.78, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #EABA58 is Cyan = 0, Magento = 0.21, Yellow = 0.62 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 186 | 88 | - |
| CMYK | 0 | 0.21 | 0.62 | 0.08 |
| HSL | 40.27º | 0.78% | 0.63% | - |
| HSV(B) | 40.27º | 0.62% | 0.92% | - |
| XYZ | 53.25 | 53.31 | 16.72 | - |
| YUV | 189.18 | 70.9 | 159.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 186 | 88 | 0 | 0.21 | 0.62 | 0.08 | 40.27 | 0.78 | 0.63 |
| Hex | EA | BA | 58 | 0 | 15 | 3E | 8 | 28 | 4E | 3F |
| Octal | 352 | 272 | 130 | 0 | 25 | 76 | 10 | 50 | 116 | 77 |
| Binary | 11101010 | 10111010 | 1011000 | 0 | 10101 | 111110 | 1000 | 101000 | 1001110 | 111111 |
Color Harmonies of #EABA58
Complementary color
Monochromatic Colors of #EABA58
Black with #EABA58
Text Example
Text Example
White with #EABA58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EABA58; }
p { color: rgb(234,186,88); }
H1.HeaderClassName
{
color: #EABA58;
}
.AnyTagClassName
{
color: #EABA58;
}
</style>
background-color css
<style>
a { background-color: #EABA58; }
a { background-color: rgb(234,186,88); }
div.DivClassName
{
background-color: #EABA58;
}
.BgClassName
{
background-color: #EABA58;
}
</style>
border-color css
<style>
span { border-color: #EABA58; }
span { border-color: rgb(234,186,88); }
td.TdClassName
{
border-color: #EABA58;
}
.TagClassName
{
border-color: #EABA58;
}
</style>