Shades of Ronchi #EABE5B
Tints of Ronchi #EABE5B
RGB
CMYK
RGB Variations
Color information
#EABE5B (or 0xEABE5B) is known color: Ronchi. HEX triplet: EA, BE and 5B. RGB value is (234,190,91). Sum of RGB (Red+Green+Blue) = 234+190+91=515 (68% of max value = 765). Red value is 234 (91.80% from 255 or 45.44% from 515); Green value is 190 (74.61% from 255 or 36.89% from 515); Blue value is 91 (35.94% from 255 or 17.67% from 515); Max value from RGB is 234 - color contains mainly: red. Hex color #EABE5B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EABE5B is #1541A4. Grayscale: #C0C0C0. Windows color (decimal): -1393061 or 6012650. OLE color: 6012650.
HSL color Cylindrical-coordinate representation of color #EABE5B: hue angle of 41.54º 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 #EABE5B is Cyan = 0, Magento = 0.19, Yellow = 0.61 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 190 | 91 | - |
| CMYK | 0 | 0.19 | 0.61 | 0.08 |
| HSL | 41.54º | 0.77% | 0.64% | - |
| HSV(B) | 41.54º | 0.61% | 0.92% | - |
| XYZ | 54.23 | 55.07 | 17.67 | - |
| YUV | 191.87 | 71.08 | 158.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 190 | 91 | 0 | 0.19 | 0.61 | 0.08 | 41.54 | 0.77 | 0.64 |
| Hex | EA | BE | 5B | 0 | 13 | 3D | 8 | 2A | 4D | 40 |
| Octal | 352 | 276 | 133 | 0 | 23 | 75 | 10 | 52 | 115 | 100 |
| Binary | 11101010 | 10111110 | 1011011 | 0 | 10011 | 111101 | 1000 | 101010 | 1001101 | 1000000 |
Color Harmonies of #EABE5B
Complementary color
Monochromatic Colors of #EABE5B
Black with #EABE5B
Text Example
Text Example
White with #EABE5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EABE5B; }
p { color: rgb(234,190,91); }
H1.HeaderClassName
{
color: #EABE5B;
}
.AnyTagClassName
{
color: #EABE5B;
}
</style>
background-color css
<style>
a { background-color: #EABE5B; }
a { background-color: rgb(234,190,91); }
div.DivClassName
{
background-color: #EABE5B;
}
.BgClassName
{
background-color: #EABE5B;
}
</style>
border-color css
<style>
span { border-color: #EABE5B; }
span { border-color: rgb(234,190,91); }
td.TdClassName
{
border-color: #EABE5B;
}
.TagClassName
{
border-color: #EABE5B;
}
</style>