Shades of Ronchi #EABB54
Tints of Ronchi #EABB54
RGB
CMYK
RGB Variations
Color information
#EABB54 (or 0xEABB54) is known color: Ronchi. HEX triplet: EA, BB and 54. RGB value is (234,187,84). Sum of RGB (Red+Green+Blue) = 234+187+84=505 (66% of max value = 765). Red value is 234 (91.80% from 255 or 46.34% from 505); Green value is 187 (73.44% from 255 or 37.03% from 505); Blue value is 84 (33.20% from 255 or 16.63% from 505); Max value from RGB is 234 - color contains mainly: red. Hex color #EABB54 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EABB54 is #1544AB. Grayscale: #BDBDBD. Windows color (decimal): -1393836 or 5553130. OLE color: 5553130.
HSL color Cylindrical-coordinate representation of color #EABB54: hue angle of 41.2º degrees, saturation: 0.78, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #EABB54 is Cyan = 0, Magento = 0.20, Yellow = 0.64 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 187 | 84 | - |
| CMYK | 0 | 0.20 | 0.64 | 0.08 |
| HSL | 41.2º | 0.78% | 0.62% | - |
| HSV(B) | 41.2º | 0.64% | 0.92% | - |
| XYZ | 53.3 | 53.67 | 15.94 | - |
| YUV | 189.31 | 68.57 | 159.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 187 | 84 | 0 | 0.20 | 0.64 | 0.08 | 41.2 | 0.78 | 0.62 |
| Hex | EA | BB | 54 | 0 | 14 | 40 | 8 | 29 | 4E | 3E |
| Octal | 352 | 273 | 124 | 0 | 24 | 100 | 10 | 51 | 116 | 76 |
| Binary | 11101010 | 10111011 | 1010100 | 0 | 10100 | 1000000 | 1000 | 101001 | 1001110 | 111110 |
Color Harmonies of #EABB54
Complementary color
Monochromatic Colors of #EABB54
Black with #EABB54
Text Example
Text Example
White with #EABB54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EABB54; }
p { color: rgb(234,187,84); }
H1.HeaderClassName
{
color: #EABB54;
}
.AnyTagClassName
{
color: #EABB54;
}
</style>
background-color css
<style>
a { background-color: #EABB54; }
a { background-color: rgb(234,187,84); }
div.DivClassName
{
background-color: #EABB54;
}
.BgClassName
{
background-color: #EABB54;
}
</style>
border-color css
<style>
span { border-color: #EABB54; }
span { border-color: rgb(234,187,84); }
td.TdClassName
{
border-color: #EABB54;
}
.TagClassName
{
border-color: #EABB54;
}
</style>