Shades of Ronchi #EAB759
Tints of Ronchi #EAB759
RGB
CMYK
RGB Variations
Color information
#EAB759 (or 0xEAB759) is known color: Ronchi. HEX triplet: EA, B7 and 59. RGB value is (234,183,89). Sum of RGB (Red+Green+Blue) = 234+183+89=506 (67% of max value = 765). Red value is 234 (91.80% from 255 or 46.25% from 506); Green value is 183 (71.88% from 255 or 36.17% from 506); Blue value is 89 (35.16% from 255 or 17.59% from 506); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB759 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EAB759 is #1548A6. Grayscale: #BBBBBB. Windows color (decimal): -1394855 or 5879786. OLE color: 5879786.
HSL color Cylindrical-coordinate representation of color #EAB759: hue angle of 38.9º degrees, saturation: 0.78, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #EAB759 is Cyan = 0, Magento = 0.22, Yellow = 0.62 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 183 | 89 | - |
| CMYK | 0 | 0.22 | 0.62 | 0.08 |
| HSL | 38.9º | 0.78% | 0.63% | - |
| HSV(B) | 38.9º | 0.62% | 0.92% | - |
| XYZ | 52.67 | 52.08 | 16.73 | - |
| YUV | 187.53 | 72.4 | 161.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 183 | 89 | 0 | 0.22 | 0.62 | 0.08 | 38.9 | 0.78 | 0.63 |
| Hex | EA | B7 | 59 | 0 | 16 | 3E | 8 | 27 | 4E | 3F |
| Octal | 352 | 267 | 131 | 0 | 26 | 76 | 10 | 47 | 116 | 77 |
| Binary | 11101010 | 10110111 | 1011001 | 0 | 10110 | 111110 | 1000 | 100111 | 1001110 | 111111 |
Color Harmonies of #EAB759
Complementary color
Monochromatic Colors of #EAB759
Black with #EAB759
Text Example
Text Example
White with #EAB759
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAB759; }
p { color: rgb(234,183,89); }
H1.HeaderClassName
{
color: #EAB759;
}
.AnyTagClassName
{
color: #EAB759;
}
</style>
background-color css
<style>
a { background-color: #EAB759; }
a { background-color: rgb(234,183,89); }
div.DivClassName
{
background-color: #EAB759;
}
.BgClassName
{
background-color: #EAB759;
}
</style>
border-color css
<style>
span { border-color: #EAB759; }
span { border-color: rgb(234,183,89); }
td.TdClassName
{
border-color: #EAB759;
}
.TagClassName
{
border-color: #EAB759;
}
</style>