Shades of Ronchi #EABA45
Tints of Ronchi #EABA45
RGB
CMYK
RGB Variations
Color information
#EABA45 (or 0xEABA45) is known color: Ronchi. HEX triplet: EA, BA and 45. RGB value is (234,186,69). Sum of RGB (Red+Green+Blue) = 234+186+69=489 (64% of max value = 765). Red value is 234 (91.80% from 255 or 47.85% from 489); Green value is 186 (73.05% from 255 or 38.04% from 489); Blue value is 69 (27.34% from 255 or 14.11% from 489); Max value from RGB is 234 - color contains mainly: red. Hex color #EABA45 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EABA45 is #1545BA. Grayscale: #BBBBBB. Windows color (decimal): -1394107 or 4569834. OLE color: 4569834.
HSL color Cylindrical-coordinate representation of color #EABA45: hue angle of 42.55º degrees, saturation: 0.8, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #EABA45 is Cyan = 0, Magento = 0.21, Yellow = 0.71 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 186 | 69 | - |
| CMYK | 0 | 0.21 | 0.71 | 0.08 |
| HSL | 42.55º | 0.8% | 0.59% | - |
| HSV(B) | 42.55º | 0.71% | 0.92% | - |
| XYZ | 52.56 | 53.04 | 13.1 | - |
| YUV | 187.01 | 61.4 | 161.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 186 | 69 | 0 | 0.21 | 0.71 | 0.08 | 42.55 | 0.8 | 0.59 |
| Hex | EA | BA | 45 | 0 | 15 | 47 | 8 | 2B | 50 | 3B |
| Octal | 352 | 272 | 105 | 0 | 25 | 107 | 10 | 53 | 120 | 73 |
| Binary | 11101010 | 10111010 | 1000101 | 0 | 10101 | 1000111 | 1000 | 101011 | 1010000 | 111011 |
Color Harmonies of #EABA45
Complementary color
Monochromatic Colors of #EABA45
Black with #EABA45
Text Example
Text Example
White with #EABA45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EABA45; }
p { color: rgb(234,186,69); }
H1.HeaderClassName
{
color: #EABA45;
}
.AnyTagClassName
{
color: #EABA45;
}
</style>
background-color css
<style>
a { background-color: #EABA45; }
a { background-color: rgb(234,186,69); }
div.DivClassName
{
background-color: #EABA45;
}
.BgClassName
{
background-color: #EABA45;
}
</style>
border-color css
<style>
span { border-color: #EABA45; }
span { border-color: rgb(234,186,69); }
td.TdClassName
{
border-color: #EABA45;
}
.TagClassName
{
border-color: #EABA45;
}
</style>