Shades of Ronchi #EABB59
Tints of Ronchi #EABB59
RGB
CMYK
RGB Variations
Color information
#EABB59 (or 0xEABB59) is known color: Ronchi. HEX triplet: EA, BB and 59. RGB value is (234,187,89). Sum of RGB (Red+Green+Blue) = 234+187+89=510 (67% of max value = 765). Red value is 234 (91.80% from 255 or 45.88% from 510); Green value is 187 (73.44% from 255 or 36.67% from 510); Blue value is 89 (35.16% from 255 or 17.45% from 510); Max value from RGB is 234 - color contains mainly: red. Hex color #EABB59 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EABB59 is #1544A6. Grayscale: #BEBEBE. Windows color (decimal): -1393831 or 5880810. OLE color: 5880810.
HSL color Cylindrical-coordinate representation of color #EABB59: hue angle of 40.55º 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 #EABB59 is Cyan = 0, Magento = 0.20, Yellow = 0.62 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 187 | 89 | - |
| CMYK | 0 | 0.20 | 0.62 | 0.08 |
| HSL | 40.55º | 0.78% | 0.63% | - |
| HSV(B) | 40.55º | 0.62% | 0.92% | - |
| XYZ | 53.51 | 53.75 | 17.01 | - |
| YUV | 189.88 | 71.07 | 159.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 187 | 89 | 0 | 0.20 | 0.62 | 0.08 | 40.55 | 0.78 | 0.63 |
| Hex | EA | BB | 59 | 0 | 14 | 3E | 8 | 29 | 4E | 3F |
| Octal | 352 | 273 | 131 | 0 | 24 | 76 | 10 | 51 | 116 | 77 |
| Binary | 11101010 | 10111011 | 1011001 | 0 | 10100 | 111110 | 1000 | 101001 | 1001110 | 111111 |
Color Harmonies of #EABB59
Complementary color
Monochromatic Colors of #EABB59
Black with #EABB59
Text Example
Text Example
White with #EABB59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EABB59; }
p { color: rgb(234,187,89); }
H1.HeaderClassName
{
color: #EABB59;
}
.AnyTagClassName
{
color: #EABB59;
}
</style>
background-color css
<style>
a { background-color: #EABB59; }
a { background-color: rgb(234,187,89); }
div.DivClassName
{
background-color: #EABB59;
}
.BgClassName
{
background-color: #EABB59;
}
</style>
border-color css
<style>
span { border-color: #EABB59; }
span { border-color: rgb(234,187,89); }
td.TdClassName
{
border-color: #EABB59;
}
.TagClassName
{
border-color: #EABB59;
}
</style>