Shades of Ronchi #EAB355
Tints of Ronchi #EAB355
RGB
CMYK
RGB Variations
Color information
#EAB355 (or 0xEAB355) is known color: Ronchi. HEX triplet: EA, B3 and 55. RGB value is (234,179,85). Sum of RGB (Red+Green+Blue) = 234+179+85=498 (65% of max value = 765). Red value is 234 (91.80% from 255 or 46.99% from 498); Green value is 179 (70.31% from 255 or 35.94% from 498); Blue value is 85 (33.59% from 255 or 17.07% from 498); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB355 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EAB355 is #154CAA. Grayscale: #B9B9B9. Windows color (decimal): -1395883 or 5616618. OLE color: 5616618.
HSL color Cylindrical-coordinate representation of color #EAB355: hue angle of 37.85º degrees, saturation: 0.78, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #EAB355 is Cyan = 0, Magento = 0.24, Yellow = 0.64 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 179 | 85 | - |
| CMYK | 0 | 0.24 | 0.64 | 0.08 |
| HSL | 37.85º | 0.78% | 0.63% | - |
| HSV(B) | 37.85º | 0.64% | 0.92% | - |
| XYZ | 51.69 | 50.39 | 15.6 | - |
| YUV | 184.73 | 71.72 | 163.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 179 | 85 | 0 | 0.24 | 0.64 | 0.08 | 37.85 | 0.78 | 0.63 |
| Hex | EA | B3 | 55 | 0 | 18 | 40 | 8 | 26 | 4E | 3F |
| Octal | 352 | 263 | 125 | 0 | 30 | 100 | 10 | 46 | 116 | 77 |
| Binary | 11101010 | 10110011 | 1010101 | 0 | 11000 | 1000000 | 1000 | 100110 | 1001110 | 111111 |
Color Harmonies of #EAB355
Complementary color
Monochromatic Colors of #EAB355
Black with #EAB355
Text Example
Text Example
White with #EAB355
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAB355; }
p { color: rgb(234,179,85); }
H1.HeaderClassName
{
color: #EAB355;
}
.AnyTagClassName
{
color: #EAB355;
}
</style>
background-color css
<style>
a { background-color: #EAB355; }
a { background-color: rgb(234,179,85); }
div.DivClassName
{
background-color: #EAB355;
}
.BgClassName
{
background-color: #EAB355;
}
</style>
border-color css
<style>
span { border-color: #EAB355; }
span { border-color: rgb(234,179,85); }
td.TdClassName
{
border-color: #EAB355;
}
.TagClassName
{
border-color: #EAB355;
}
</style>