Shades of Ronchi #EABA46
Tints of Ronchi #EABA46
RGB
CMYK
RGB Variations
Color information
#EABA46 (or 0xEABA46) is known color: Ronchi. HEX triplet: EA, BA and 46. RGB value is (234,186,70). Sum of RGB (Red+Green+Blue) = 234+186+70=490 (64% of max value = 765). Red value is 234 (91.80% from 255 or 47.76% from 490); Green value is 186 (73.05% from 255 or 37.96% from 490); Blue value is 70 (27.73% from 255 or 14.29% from 490); Max value from RGB is 234 - color contains mainly: red. Hex color #EABA46 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EABA46 is #1545B9. Grayscale: #BBBBBB. Windows color (decimal): -1394106 or 4635370. OLE color: 4635370.
HSL color Cylindrical-coordinate representation of color #EABA46: hue angle of 42.44º degrees, saturation: 0.8, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #EABA46 is Cyan = 0, Magento = 0.21, Yellow = 0.70 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 186 | 70 | - |
| CMYK | 0 | 0.21 | 0.70 | 0.08 |
| HSL | 42.44º | 0.8% | 0.6% | - |
| HSV(B) | 42.44º | 0.7% | 0.92% | - |
| XYZ | 52.6 | 53.05 | 13.26 | - |
| YUV | 187.13 | 61.9 | 161.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 186 | 70 | 0 | 0.21 | 0.70 | 0.08 | 42.44 | 0.8 | 0.6 |
| Hex | EA | BA | 46 | 0 | 15 | 46 | 8 | 2A | 50 | 3C |
| Octal | 352 | 272 | 106 | 0 | 25 | 106 | 10 | 52 | 120 | 74 |
| Binary | 11101010 | 10111010 | 1000110 | 0 | 10101 | 1000110 | 1000 | 101010 | 1010000 | 111100 |
Color Harmonies of #EABA46
Complementary color
Monochromatic Colors of #EABA46
Black with #EABA46
Text Example
Text Example
White with #EABA46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EABA46; }
p { color: rgb(234,186,70); }
H1.HeaderClassName
{
color: #EABA46;
}
.AnyTagClassName
{
color: #EABA46;
}
</style>
background-color css
<style>
a { background-color: #EABA46; }
a { background-color: rgb(234,186,70); }
div.DivClassName
{
background-color: #EABA46;
}
.BgClassName
{
background-color: #EABA46;
}
</style>
border-color css
<style>
span { border-color: #EABA46; }
span { border-color: rgb(234,186,70); }
td.TdClassName
{
border-color: #EABA46;
}
.TagClassName
{
border-color: #EABA46;
}
</style>