Shades of Ronchi #EAB85E
Tints of Ronchi #EAB85E
RGB
CMYK
RGB Variations
Color information
#EAB85E (or 0xEAB85E) is known color: Ronchi. HEX triplet: EA, B8 and 5E. RGB value is (234,184,94). Sum of RGB (Red+Green+Blue) = 234+184+94=512 (67% of max value = 765). Red value is 234 (91.80% from 255 or 45.70% from 512); Green value is 184 (72.27% from 255 or 35.94% from 512); Blue value is 94 (37.11% from 255 or 18.36% from 512); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB85E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EAB85E is #1547A1. Grayscale: #BDBDBD. Windows color (decimal): -1394594 or 6207722. OLE color: 6207722.
HSL color Cylindrical-coordinate representation of color #EAB85E: hue angle of 38.57º degrees, saturation: 0.77, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #EAB85E is Cyan = 0, Magento = 0.21, Yellow = 0.60 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 184 | 94 | - |
| CMYK | 0 | 0.21 | 0.60 | 0.08 |
| HSL | 38.57º | 0.77% | 0.64% | - |
| HSV(B) | 38.57º | 0.6% | 0.92% | - |
| XYZ | 53.09 | 52.58 | 17.94 | - |
| YUV | 188.69 | 74.57 | 160.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 184 | 94 | 0 | 0.21 | 0.60 | 0.08 | 38.57 | 0.77 | 0.64 |
| Hex | EA | B8 | 5E | 0 | 15 | 3C | 8 | 27 | 4D | 40 |
| Octal | 352 | 270 | 136 | 0 | 25 | 74 | 10 | 47 | 115 | 100 |
| Binary | 11101010 | 10111000 | 1011110 | 0 | 10101 | 111100 | 1000 | 100111 | 1001101 | 1000000 |
Color Harmonies of #EAB85E
Complementary color
Monochromatic Colors of #EAB85E
Black with #EAB85E
Text Example
Text Example
White with #EAB85E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAB85E; }
p { color: rgb(234,184,94); }
H1.HeaderClassName
{
color: #EAB85E;
}
.AnyTagClassName
{
color: #EAB85E;
}
</style>
background-color css
<style>
a { background-color: #EAB85E; }
a { background-color: rgb(234,184,94); }
div.DivClassName
{
background-color: #EAB85E;
}
.BgClassName
{
background-color: #EAB85E;
}
</style>
border-color css
<style>
span { border-color: #EAB85E; }
span { border-color: rgb(234,184,94); }
td.TdClassName
{
border-color: #EAB85E;
}
.TagClassName
{
border-color: #EAB85E;
}
</style>