Shades of Ronchi #EABB5C
Tints of Ronchi #EABB5C
RGB
CMYK
RGB Variations
Color information
#EABB5C (or 0xEABB5C) is known color: Ronchi. HEX triplet: EA, BB and 5C. RGB value is (234,187,92). Sum of RGB (Red+Green+Blue) = 234+187+92=513 (67% of max value = 765). Red value is 234 (91.80% from 255 or 45.61% from 513); Green value is 187 (73.44% from 255 or 36.45% from 513); Blue value is 92 (36.33% from 255 or 17.93% from 513); Max value from RGB is 234 - color contains mainly: red. Hex color #EABB5C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EABB5C is #1544A3. Grayscale: #BEBEBE. Windows color (decimal): -1393828 or 6077418. OLE color: 6077418.
HSL color Cylindrical-coordinate representation of color #EABB5C: hue angle of 40.14º 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 #EABB5C is Cyan = 0, Magento = 0.20, Yellow = 0.61 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 187 | 92 | - |
| CMYK | 0 | 0.20 | 0.61 | 0.08 |
| HSL | 40.14º | 0.77% | 0.64% | - |
| HSV(B) | 40.14º | 0.61% | 0.92% | - |
| XYZ | 53.63 | 53.81 | 17.68 | - |
| YUV | 190.22 | 72.57 | 159.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 187 | 92 | 0 | 0.20 | 0.61 | 0.08 | 40.14 | 0.77 | 0.64 |
| Hex | EA | BB | 5C | 0 | 14 | 3D | 8 | 28 | 4D | 40 |
| Octal | 352 | 273 | 134 | 0 | 24 | 75 | 10 | 50 | 115 | 100 |
| Binary | 11101010 | 10111011 | 1011100 | 0 | 10100 | 111101 | 1000 | 101000 | 1001101 | 1000000 |
Color Harmonies of #EABB5C
Complementary color
Monochromatic Colors of #EABB5C
Black with #EABB5C
Text Example
Text Example
White with #EABB5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EABB5C; }
p { color: rgb(234,187,92); }
H1.HeaderClassName
{
color: #EABB5C;
}
.AnyTagClassName
{
color: #EABB5C;
}
</style>
background-color css
<style>
a { background-color: #EABB5C; }
a { background-color: rgb(234,187,92); }
div.DivClassName
{
background-color: #EABB5C;
}
.BgClassName
{
background-color: #EABB5C;
}
</style>
border-color css
<style>
span { border-color: #EABB5C; }
span { border-color: rgb(234,187,92); }
td.TdClassName
{
border-color: #EABB5C;
}
.TagClassName
{
border-color: #EABB5C;
}
</style>