Shades of Ronchi #EABB51
Tints of Ronchi #EABB51
RGB
CMYK
RGB Variations
Color information
#EABB51 (or 0xEABB51) is known color: Ronchi. HEX triplet: EA, BB and 51. RGB value is (234,187,81). Sum of RGB (Red+Green+Blue) = 234+187+81=502 (66% of max value = 765). Red value is 234 (91.80% from 255 or 46.61% from 502); Green value is 187 (73.44% from 255 or 37.25% from 502); Blue value is 81 (32.03% from 255 or 16.14% from 502); Max value from RGB is 234 - color contains mainly: red. Hex color #EABB51 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EABB51 is #1544AE. Grayscale: #BDBDBD. Windows color (decimal): -1393839 or 5356522. OLE color: 5356522.
HSL color Cylindrical-coordinate representation of color #EABB51: hue angle of 41.57º degrees, saturation: 0.78, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #EABB51 is Cyan = 0, Magento = 0.20, Yellow = 0.65 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 187 | 81 | - |
| CMYK | 0 | 0.20 | 0.65 | 0.08 |
| HSL | 41.57º | 0.78% | 0.62% | - |
| HSV(B) | 41.57º | 0.65% | 0.92% | - |
| XYZ | 53.19 | 53.63 | 15.33 | - |
| YUV | 188.97 | 67.07 | 160.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 187 | 81 | 0 | 0.20 | 0.65 | 0.08 | 41.57 | 0.78 | 0.62 |
| Hex | EA | BB | 51 | 0 | 14 | 41 | 8 | 2A | 4E | 3E |
| Octal | 352 | 273 | 121 | 0 | 24 | 101 | 10 | 52 | 116 | 76 |
| Binary | 11101010 | 10111011 | 1010001 | 0 | 10100 | 1000001 | 1000 | 101010 | 1001110 | 111110 |
Color Harmonies of #EABB51
Complementary color
Monochromatic Colors of #EABB51
Black with #EABB51
Text Example
Text Example
White with #EABB51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EABB51; }
p { color: rgb(234,187,81); }
H1.HeaderClassName
{
color: #EABB51;
}
.AnyTagClassName
{
color: #EABB51;
}
</style>
background-color css
<style>
a { background-color: #EABB51; }
a { background-color: rgb(234,187,81); }
div.DivClassName
{
background-color: #EABB51;
}
.BgClassName
{
background-color: #EABB51;
}
</style>
border-color css
<style>
span { border-color: #EABB51; }
span { border-color: rgb(234,187,81); }
td.TdClassName
{
border-color: #EABB51;
}
.TagClassName
{
border-color: #EABB51;
}
</style>