Shades of Ronchi #EABA5E
Tints of Ronchi #EABA5E
RGB
CMYK
RGB Variations
Color information
#EABA5E (or 0xEABA5E) is known color: Ronchi. HEX triplet: EA, BA and 5E. RGB value is (234,186,94). Sum of RGB (Red+Green+Blue) = 234+186+94=514 (68% of max value = 765). Red value is 234 (91.80% from 255 or 45.53% from 514); Green value is 186 (73.05% from 255 or 36.19% from 514); Blue value is 94 (37.11% from 255 or 18.29% from 514); Max value from RGB is 234 - color contains mainly: red. Hex color #EABA5E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EABA5E is #1545A1. Grayscale: #BEBEBE. Windows color (decimal): -1394082 or 6208234. OLE color: 6208234.
HSL color Cylindrical-coordinate representation of color #EABA5E: hue angle of 39.43º 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 #EABA5E is Cyan = 0, Magento = 0.21, Yellow = 0.60 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 186 | 94 | - |
| CMYK | 0 | 0.21 | 0.60 | 0.08 |
| HSL | 39.43º | 0.77% | 0.64% | - |
| HSV(B) | 39.43º | 0.6% | 0.92% | - |
| XYZ | 53.51 | 53.42 | 18.08 | - |
| YUV | 189.86 | 73.9 | 159.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 186 | 94 | 0 | 0.21 | 0.60 | 0.08 | 39.43 | 0.77 | 0.64 |
| Hex | EA | BA | 5E | 0 | 15 | 3C | 8 | 27 | 4D | 40 |
| Octal | 352 | 272 | 136 | 0 | 25 | 74 | 10 | 47 | 115 | 100 |
| Binary | 11101010 | 10111010 | 1011110 | 0 | 10101 | 111100 | 1000 | 100111 | 1001101 | 1000000 |
Color Harmonies of #EABA5E
Complementary color
Monochromatic Colors of #EABA5E
Black with #EABA5E
Text Example
Text Example
White with #EABA5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EABA5E; }
p { color: rgb(234,186,94); }
H1.HeaderClassName
{
color: #EABA5E;
}
.AnyTagClassName
{
color: #EABA5E;
}
</style>
background-color css
<style>
a { background-color: #EABA5E; }
a { background-color: rgb(234,186,94); }
div.DivClassName
{
background-color: #EABA5E;
}
.BgClassName
{
background-color: #EABA5E;
}
</style>
border-color css
<style>
span { border-color: #EABA5E; }
span { border-color: rgb(234,186,94); }
td.TdClassName
{
border-color: #EABA5E;
}
.TagClassName
{
border-color: #EABA5E;
}
</style>