Shades of Ronchi #EAB758
Tints of Ronchi #EAB758
RGB
CMYK
RGB Variations
Color information
#EAB758 (or 0xEAB758) is known color: Ronchi. HEX triplet: EA, B7 and 58. RGB value is (234,183,88). Sum of RGB (Red+Green+Blue) = 234+183+88=505 (66% of max value = 765). Red value is 234 (91.80% from 255 or 46.34% from 505); Green value is 183 (71.88% from 255 or 36.24% from 505); Blue value is 88 (34.77% from 255 or 17.43% from 505); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB758 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EAB758 is #1548A7. Grayscale: #BBBBBB. Windows color (decimal): -1394856 or 5814250. OLE color: 5814250.
HSL color Cylindrical-coordinate representation of color #EAB758: hue angle of 39.04º 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 #EAB758 is Cyan = 0, Magento = 0.22, Yellow = 0.62 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 183 | 88 | - |
| CMYK | 0 | 0.22 | 0.62 | 0.08 |
| HSL | 39.04º | 0.78% | 0.63% | - |
| HSV(B) | 39.04º | 0.62% | 0.92% | - |
| XYZ | 52.63 | 52.06 | 16.51 | - |
| YUV | 187.42 | 71.9 | 161.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 183 | 88 | 0 | 0.22 | 0.62 | 0.08 | 39.04 | 0.78 | 0.63 |
| Hex | EA | B7 | 58 | 0 | 16 | 3E | 8 | 27 | 4E | 3F |
| Octal | 352 | 267 | 130 | 0 | 26 | 76 | 10 | 47 | 116 | 77 |
| Binary | 11101010 | 10110111 | 1011000 | 0 | 10110 | 111110 | 1000 | 100111 | 1001110 | 111111 |
Color Harmonies of #EAB758
Complementary color
Monochromatic Colors of #EAB758
Black with #EAB758
Text Example
Text Example
White with #EAB758
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAB758; }
p { color: rgb(234,183,88); }
H1.HeaderClassName
{
color: #EAB758;
}
.AnyTagClassName
{
color: #EAB758;
}
</style>
background-color css
<style>
a { background-color: #EAB758; }
a { background-color: rgb(234,183,88); }
div.DivClassName
{
background-color: #EAB758;
}
.BgClassName
{
background-color: #EAB758;
}
</style>
border-color css
<style>
span { border-color: #EAB758; }
span { border-color: rgb(234,183,88); }
td.TdClassName
{
border-color: #EAB758;
}
.TagClassName
{
border-color: #EAB758;
}
</style>