Shades of Ronchi #EABA54
Tints of Ronchi #EABA54
RGB
CMYK
RGB Variations
Color information
#EABA54 (or 0xEABA54) is known color: Ronchi. HEX triplet: EA, BA and 54. RGB value is (234,186,84). Sum of RGB (Red+Green+Blue) = 234+186+84=504 (66% of max value = 765). Red value is 234 (91.80% from 255 or 46.43% from 504); Green value is 186 (73.05% from 255 or 36.90% from 504); Blue value is 84 (33.20% from 255 or 16.67% from 504); Max value from RGB is 234 - color contains mainly: red. Hex color #EABA54 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EABA54 is #1545AB. Grayscale: #BDBDBD. Windows color (decimal): -1394092 or 5552874. OLE color: 5552874.
HSL color Cylindrical-coordinate representation of color #EABA54: hue angle of 40.8º 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 #EABA54 is Cyan = 0, Magento = 0.21, Yellow = 0.64 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 186 | 84 | - |
| CMYK | 0 | 0.21 | 0.64 | 0.08 |
| HSL | 40.8º | 0.78% | 0.62% | - |
| HSV(B) | 40.8º | 0.64% | 0.92% | - |
| XYZ | 53.09 | 53.25 | 15.87 | - |
| YUV | 188.72 | 68.9 | 160.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 186 | 84 | 0 | 0.21 | 0.64 | 0.08 | 40.8 | 0.78 | 0.62 |
| Hex | EA | BA | 54 | 0 | 15 | 40 | 8 | 29 | 4E | 3E |
| Octal | 352 | 272 | 124 | 0 | 25 | 100 | 10 | 51 | 116 | 76 |
| Binary | 11101010 | 10111010 | 1010100 | 0 | 10101 | 1000000 | 1000 | 101001 | 1001110 | 111110 |
Color Harmonies of #EABA54
Complementary color
Monochromatic Colors of #EABA54
Black with #EABA54
Text Example
Text Example
White with #EABA54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EABA54; }
p { color: rgb(234,186,84); }
H1.HeaderClassName
{
color: #EABA54;
}
.AnyTagClassName
{
color: #EABA54;
}
</style>
background-color css
<style>
a { background-color: #EABA54; }
a { background-color: rgb(234,186,84); }
div.DivClassName
{
background-color: #EABA54;
}
.BgClassName
{
background-color: #EABA54;
}
</style>
border-color css
<style>
span { border-color: #EABA54; }
span { border-color: rgb(234,186,84); }
td.TdClassName
{
border-color: #EABA54;
}
.TagClassName
{
border-color: #EABA54;
}
</style>