Shades of Ronchi #EABA49
Tints of Ronchi #EABA49
RGB
CMYK
RGB Variations
Color information
#EABA49 (or 0xEABA49) is known color: Ronchi. HEX triplet: EA, BA and 49. RGB value is (234,186,73). Sum of RGB (Red+Green+Blue) = 234+186+73=493 (65% of max value = 765). Red value is 234 (91.80% from 255 or 47.46% from 493); Green value is 186 (73.05% from 255 or 37.73% from 493); Blue value is 73 (28.91% from 255 or 14.81% from 493); Max value from RGB is 234 - color contains mainly: red. Hex color #EABA49 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EABA49 is #1545B6. Grayscale: #BBBBBB. Windows color (decimal): -1394103 or 4831978. OLE color: 4831978.
HSL color Cylindrical-coordinate representation of color #EABA49: hue angle of 42.11º degrees, saturation: 0.79, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #EABA49 is Cyan = 0, Magento = 0.21, Yellow = 0.69 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 186 | 73 | - |
| CMYK | 0 | 0.21 | 0.69 | 0.08 |
| HSL | 42.11º | 0.79% | 0.6% | - |
| HSV(B) | 42.11º | 0.69% | 0.92% | - |
| XYZ | 52.69 | 53.09 | 13.77 | - |
| YUV | 187.47 | 63.4 | 161.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 186 | 73 | 0 | 0.21 | 0.69 | 0.08 | 42.11 | 0.79 | 0.6 |
| Hex | EA | BA | 49 | 0 | 15 | 45 | 8 | 2A | 4F | 3C |
| Octal | 352 | 272 | 111 | 0 | 25 | 105 | 10 | 52 | 117 | 74 |
| Binary | 11101010 | 10111010 | 1001001 | 0 | 10101 | 1000101 | 1000 | 101010 | 1001111 | 111100 |
Color Harmonies of #EABA49
Complementary color
Monochromatic Colors of #EABA49
Black with #EABA49
Text Example
Text Example
White with #EABA49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EABA49; }
p { color: rgb(234,186,73); }
H1.HeaderClassName
{
color: #EABA49;
}
.AnyTagClassName
{
color: #EABA49;
}
</style>
background-color css
<style>
a { background-color: #EABA49; }
a { background-color: rgb(234,186,73); }
div.DivClassName
{
background-color: #EABA49;
}
.BgClassName
{
background-color: #EABA49;
}
</style>
border-color css
<style>
span { border-color: #EABA49; }
span { border-color: rgb(234,186,73); }
td.TdClassName
{
border-color: #EABA49;
}
.TagClassName
{
border-color: #EABA49;
}
</style>