Shades of Ronchi #EABB5D
Tints of Ronchi #EABB5D
RGB
CMYK
RGB Variations
Color information
#EABB5D (or 0xEABB5D) is known color: Ronchi. HEX triplet: EA, BB and 5D. RGB value is (234,187,93). Sum of RGB (Red+Green+Blue) = 234+187+93=514 (68% of max value = 765). Red value is 234 (91.80% from 255 or 45.53% from 514); Green value is 187 (73.44% from 255 or 36.38% from 514); Blue value is 93 (36.72% from 255 or 18.09% from 514); Max value from RGB is 234 - color contains mainly: red. Hex color #EABB5D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EABB5D is #1544A2. Grayscale: #BEBEBE. Windows color (decimal): -1393827 or 6142954. OLE color: 6142954.
HSL color Cylindrical-coordinate representation of color #EABB5D: hue angle of 40º degrees, saturation: 0.77, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #EABB5D is Cyan = 0, Magento = 0.20, Yellow = 0.60 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 187 | 93 | - |
| CMYK | 0 | 0.20 | 0.60 | 0.08 |
| HSL | 40º | 0.77% | 0.64% | - |
| HSV(B) | 40º | 0.6% | 0.92% | - |
| XYZ | 53.68 | 53.82 | 17.92 | - |
| YUV | 190.34 | 73.07 | 159.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 187 | 93 | 0 | 0.20 | 0.60 | 0.08 | 40 | 0.77 | 0.64 |
| Hex | EA | BB | 5D | 0 | 14 | 3C | 8 | 28 | 4D | 40 |
| Octal | 352 | 273 | 135 | 0 | 24 | 74 | 10 | 50 | 115 | 100 |
| Binary | 11101010 | 10111011 | 1011101 | 0 | 10100 | 111100 | 1000 | 101000 | 1001101 | 1000000 |
Color Harmonies of #EABB5D
Complementary color
Monochromatic Colors of #EABB5D
Black with #EABB5D
Text Example
Text Example
White with #EABB5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EABB5D; }
p { color: rgb(234,187,93); }
H1.HeaderClassName
{
color: #EABB5D;
}
.AnyTagClassName
{
color: #EABB5D;
}
</style>
background-color css
<style>
a { background-color: #EABB5D; }
a { background-color: rgb(234,187,93); }
div.DivClassName
{
background-color: #EABB5D;
}
.BgClassName
{
background-color: #EABB5D;
}
</style>
border-color css
<style>
span { border-color: #EABB5D; }
span { border-color: rgb(234,187,93); }
td.TdClassName
{
border-color: #EABB5D;
}
.TagClassName
{
border-color: #EABB5D;
}
</style>