Shades of Ronchi #EABC5C
Tints of Ronchi #EABC5C
RGB
CMYK
RGB Variations
Color information
#EABC5C (or 0xEABC5C) is known color: Ronchi. HEX triplet: EA, BC and 5C. RGB value is (234,188,92). Sum of RGB (Red+Green+Blue) = 234+188+92=514 (68% of max value = 765). Red value is 234 (91.80% from 255 or 45.53% from 514); Green value is 188 (73.83% from 255 or 36.58% from 514); Blue value is 92 (36.33% from 255 or 17.90% from 514); Max value from RGB is 234 - color contains mainly: red. Hex color #EABC5C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EABC5C is #1543A3. Grayscale: #BFBFBF. Windows color (decimal): -1393572 or 6077674. OLE color: 6077674.
HSL color Cylindrical-coordinate representation of color #EABC5C: hue angle of 40.56º degrees, saturation: 0.77, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #EABC5C is Cyan = 0, Magento = 0.20, Yellow = 0.61 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 188 | 92 | - |
| CMYK | 0 | 0.20 | 0.61 | 0.08 |
| HSL | 40.56º | 0.77% | 0.64% | - |
| HSV(B) | 40.56º | 0.61% | 0.92% | - |
| XYZ | 53.85 | 54.23 | 17.75 | - |
| YUV | 190.81 | 72.24 | 158.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 188 | 92 | 0 | 0.20 | 0.61 | 0.08 | 40.56 | 0.77 | 0.64 |
| Hex | EA | BC | 5C | 0 | 14 | 3D | 8 | 29 | 4D | 40 |
| Octal | 352 | 274 | 134 | 0 | 24 | 75 | 10 | 51 | 115 | 100 |
| Binary | 11101010 | 10111100 | 1011100 | 0 | 10100 | 111101 | 1000 | 101001 | 1001101 | 1000000 |
Color Harmonies of #EABC5C
Complementary color
Monochromatic Colors of #EABC5C
Black with #EABC5C
Text Example
Text Example
White with #EABC5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EABC5C; }
p { color: rgb(234,188,92); }
H1.HeaderClassName
{
color: #EABC5C;
}
.AnyTagClassName
{
color: #EABC5C;
}
</style>
background-color css
<style>
a { background-color: #EABC5C; }
a { background-color: rgb(234,188,92); }
div.DivClassName
{
background-color: #EABC5C;
}
.BgClassName
{
background-color: #EABC5C;
}
</style>
border-color css
<style>
span { border-color: #EABC5C; }
span { border-color: rgb(234,188,92); }
td.TdClassName
{
border-color: #EABC5C;
}
.TagClassName
{
border-color: #EABC5C;
}
</style>