Shades of Ronchi #EABC51
Tints of Ronchi #EABC51
RGB
CMYK
RGB Variations
Color information
#EABC51 (or 0xEABC51) is known color: Ronchi. HEX triplet: EA, BC and 51. RGB value is (234,188,81). Sum of RGB (Red+Green+Blue) = 234+188+81=503 (66% of max value = 765). Red value is 234 (91.80% from 255 or 46.52% from 503); Green value is 188 (73.83% from 255 or 37.38% from 503); Blue value is 81 (32.03% from 255 or 16.10% from 503); Max value from RGB is 234 - color contains mainly: red. Hex color #EABC51 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EABC51 is #1543AE. Grayscale: #BEBEBE. Windows color (decimal): -1393583 or 5356778. OLE color: 5356778.
HSL color Cylindrical-coordinate representation of color #EABC51: hue angle of 41.96º 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 #EABC51 is Cyan = 0, Magento = 0.20, Yellow = 0.65 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 188 | 81 | - |
| CMYK | 0 | 0.20 | 0.65 | 0.08 |
| HSL | 41.96º | 0.78% | 0.62% | - |
| HSV(B) | 41.96º | 0.65% | 0.92% | - |
| XYZ | 53.4 | 54.05 | 15.4 | - |
| YUV | 189.56 | 66.74 | 159.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 188 | 81 | 0 | 0.20 | 0.65 | 0.08 | 41.96 | 0.78 | 0.62 |
| Hex | EA | BC | 51 | 0 | 14 | 41 | 8 | 2A | 4E | 3E |
| Octal | 352 | 274 | 121 | 0 | 24 | 101 | 10 | 52 | 116 | 76 |
| Binary | 11101010 | 10111100 | 1010001 | 0 | 10100 | 1000001 | 1000 | 101010 | 1001110 | 111110 |
Color Harmonies of #EABC51
Complementary color
Monochromatic Colors of #EABC51
Black with #EABC51
Text Example
Text Example
White with #EABC51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EABC51; }
p { color: rgb(234,188,81); }
H1.HeaderClassName
{
color: #EABC51;
}
.AnyTagClassName
{
color: #EABC51;
}
</style>
background-color css
<style>
a { background-color: #EABC51; }
a { background-color: rgb(234,188,81); }
div.DivClassName
{
background-color: #EABC51;
}
.BgClassName
{
background-color: #EABC51;
}
</style>
border-color css
<style>
span { border-color: #EABC51; }
span { border-color: rgb(234,188,81); }
td.TdClassName
{
border-color: #EABC51;
}
.TagClassName
{
border-color: #EABC51;
}
</style>