Shades of Ronchi #EABC57
Tints of Ronchi #EABC57
RGB
CMYK
RGB Variations
Color information
#EABC57 (or 0xEABC57) is known color: Ronchi. HEX triplet: EA, BC and 57. RGB value is (234,188,87). Sum of RGB (Red+Green+Blue) = 234+188+87=509 (67% of max value = 765). Red value is 234 (91.80% from 255 or 45.97% from 509); Green value is 188 (73.83% from 255 or 36.94% from 509); Blue value is 87 (34.38% from 255 or 17.09% from 509); Max value from RGB is 234 - color contains mainly: red. Hex color #EABC57 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EABC57 is #1543A8. Grayscale: #BEBEBE. Windows color (decimal): -1393577 or 5749994. OLE color: 5749994.
HSL color Cylindrical-coordinate representation of color #EABC57: hue angle of 41.22º degrees, saturation: 0.78, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #EABC57 is Cyan = 0, Magento = 0.20, Yellow = 0.63 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 188 | 87 | - |
| CMYK | 0 | 0.20 | 0.63 | 0.08 |
| HSL | 41.22º | 0.78% | 0.63% | - |
| HSV(B) | 41.22º | 0.63% | 0.92% | - |
| XYZ | 53.64 | 54.15 | 16.64 | - |
| YUV | 190.24 | 69.74 | 159.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 188 | 87 | 0 | 0.20 | 0.63 | 0.08 | 41.22 | 0.78 | 0.63 |
| Hex | EA | BC | 57 | 0 | 14 | 3F | 8 | 29 | 4E | 3F |
| Octal | 352 | 274 | 127 | 0 | 24 | 77 | 10 | 51 | 116 | 77 |
| Binary | 11101010 | 10111100 | 1010111 | 0 | 10100 | 111111 | 1000 | 101001 | 1001110 | 111111 |
Color Harmonies of #EABC57
Complementary color
Monochromatic Colors of #EABC57
Black with #EABC57
Text Example
Text Example
White with #EABC57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EABC57; }
p { color: rgb(234,188,87); }
H1.HeaderClassName
{
color: #EABC57;
}
.AnyTagClassName
{
color: #EABC57;
}
</style>
background-color css
<style>
a { background-color: #EABC57; }
a { background-color: rgb(234,188,87); }
div.DivClassName
{
background-color: #EABC57;
}
.BgClassName
{
background-color: #EABC57;
}
</style>
border-color css
<style>
span { border-color: #EABC57; }
span { border-color: rgb(234,188,87); }
td.TdClassName
{
border-color: #EABC57;
}
.TagClassName
{
border-color: #EABC57;
}
</style>