Shades of Ronchi #EABB52
Tints of Ronchi #EABB52
RGB
CMYK
RGB Variations
Color information
#EABB52 (or 0xEABB52) is known color: Ronchi. HEX triplet: EA, BB and 52. RGB value is (234,187,82). Sum of RGB (Red+Green+Blue) = 234+187+82=503 (66% of max value = 765). Red value is 234 (91.80% from 255 or 46.52% from 503); Green value is 187 (73.44% from 255 or 37.18% from 503); Blue value is 82 (32.42% from 255 or 16.30% from 503); Max value from RGB is 234 - color contains mainly: red. Hex color #EABB52 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EABB52 is #1544AD. Grayscale: #BDBDBD. Windows color (decimal): -1393838 or 5422058. OLE color: 5422058.
HSL color Cylindrical-coordinate representation of color #EABB52: hue angle of 41.45º 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 #EABB52 is Cyan = 0, Magento = 0.20, Yellow = 0.65 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 187 | 82 | - |
| CMYK | 0 | 0.20 | 0.65 | 0.08 |
| HSL | 41.45º | 0.78% | 0.62% | - |
| HSV(B) | 41.45º | 0.65% | 0.92% | - |
| XYZ | 53.23 | 53.64 | 15.53 | - |
| YUV | 189.08 | 67.57 | 160.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 187 | 82 | 0 | 0.20 | 0.65 | 0.08 | 41.45 | 0.78 | 0.62 |
| Hex | EA | BB | 52 | 0 | 14 | 41 | 8 | 29 | 4E | 3E |
| Octal | 352 | 273 | 122 | 0 | 24 | 101 | 10 | 51 | 116 | 76 |
| Binary | 11101010 | 10111011 | 1010010 | 0 | 10100 | 1000001 | 1000 | 101001 | 1001110 | 111110 |
Color Harmonies of #EABB52
Complementary color
Monochromatic Colors of #EABB52
Black with #EABB52
Text Example
Text Example
White with #EABB52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EABB52; }
p { color: rgb(234,187,82); }
H1.HeaderClassName
{
color: #EABB52;
}
.AnyTagClassName
{
color: #EABB52;
}
</style>
background-color css
<style>
a { background-color: #EABB52; }
a { background-color: rgb(234,187,82); }
div.DivClassName
{
background-color: #EABB52;
}
.BgClassName
{
background-color: #EABB52;
}
</style>
border-color css
<style>
span { border-color: #EABB52; }
span { border-color: rgb(234,187,82); }
td.TdClassName
{
border-color: #EABB52;
}
.TagClassName
{
border-color: #EABB52;
}
</style>