Shades of Ronchi #EABA53
Tints of Ronchi #EABA53
RGB
CMYK
RGB Variations
Color information
#EABA53 (or 0xEABA53) is known color: Ronchi. HEX triplet: EA, BA and 53. RGB value is (234,186,83). Sum of RGB (Red+Green+Blue) = 234+186+83=503 (66% of max value = 765). Red value is 234 (91.80% from 255 or 46.52% from 503); Green value is 186 (73.05% from 255 or 36.98% from 503); Blue value is 83 (32.81% from 255 or 16.50% from 503); Max value from RGB is 234 - color contains mainly: red. Hex color #EABA53 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EABA53 is #1545AC. Grayscale: #BDBDBD. Windows color (decimal): -1394093 or 5487338. OLE color: 5487338.
HSL color Cylindrical-coordinate representation of color #EABA53: hue angle of 40.93º 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 #EABA53 is Cyan = 0, Magento = 0.21, Yellow = 0.65 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 186 | 83 | - |
| CMYK | 0 | 0.21 | 0.65 | 0.08 |
| HSL | 40.93º | 0.78% | 0.62% | - |
| HSV(B) | 40.93º | 0.65% | 0.92% | - |
| XYZ | 53.05 | 53.23 | 15.66 | - |
| YUV | 188.61 | 68.4 | 160.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 186 | 83 | 0 | 0.21 | 0.65 | 0.08 | 40.93 | 0.78 | 0.62 |
| Hex | EA | BA | 53 | 0 | 15 | 41 | 8 | 29 | 4E | 3E |
| Octal | 352 | 272 | 123 | 0 | 25 | 101 | 10 | 51 | 116 | 76 |
| Binary | 11101010 | 10111010 | 1010011 | 0 | 10101 | 1000001 | 1000 | 101001 | 1001110 | 111110 |
Color Harmonies of #EABA53
Complementary color
Monochromatic Colors of #EABA53
Black with #EABA53
Text Example
Text Example
White with #EABA53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EABA53; }
p { color: rgb(234,186,83); }
H1.HeaderClassName
{
color: #EABA53;
}
.AnyTagClassName
{
color: #EABA53;
}
</style>
background-color css
<style>
a { background-color: #EABA53; }
a { background-color: rgb(234,186,83); }
div.DivClassName
{
background-color: #EABA53;
}
.BgClassName
{
background-color: #EABA53;
}
</style>
border-color css
<style>
span { border-color: #EABA53; }
span { border-color: rgb(234,186,83); }
td.TdClassName
{
border-color: #EABA53;
}
.TagClassName
{
border-color: #EABA53;
}
</style>