Shades of Ronchi #EAB552
Tints of Ronchi #EAB552
RGB
CMYK
RGB Variations
Color information
#EAB552 (or 0xEAB552) is known color: Ronchi. HEX triplet: EA, B5 and 52. RGB value is (234,181,82). Sum of RGB (Red+Green+Blue) = 234+181+82=497 (65% of max value = 765). Red value is 234 (91.80% from 255 or 47.08% from 497); Green value is 181 (71.09% from 255 or 36.42% from 497); Blue value is 82 (32.42% from 255 or 16.50% from 497); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB552 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EAB552 is #154AAD. Grayscale: #BABABA. Windows color (decimal): -1395374 or 5420522. OLE color: 5420522.
HSL color Cylindrical-coordinate representation of color #EAB552: hue angle of 39.08º 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 #EAB552 is Cyan = 0, Magento = 0.23, Yellow = 0.65 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 181 | 82 | - |
| CMYK | 0 | 0.23 | 0.65 | 0.08 |
| HSL | 39.08º | 0.78% | 0.62% | - |
| HSV(B) | 39.08º | 0.65% | 0.92% | - |
| XYZ | 51.98 | 51.15 | 15.12 | - |
| YUV | 185.56 | 69.56 | 162.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 181 | 82 | 0 | 0.23 | 0.65 | 0.08 | 39.08 | 0.78 | 0.62 |
| Hex | EA | B5 | 52 | 0 | 17 | 41 | 8 | 27 | 4E | 3E |
| Octal | 352 | 265 | 122 | 0 | 27 | 101 | 10 | 47 | 116 | 76 |
| Binary | 11101010 | 10110101 | 1010010 | 0 | 10111 | 1000001 | 1000 | 100111 | 1001110 | 111110 |
Color Harmonies of #EAB552
Complementary color
Monochromatic Colors of #EAB552
Black with #EAB552
Text Example
Text Example
White with #EAB552
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAB552; }
p { color: rgb(234,181,82); }
H1.HeaderClassName
{
color: #EAB552;
}
.AnyTagClassName
{
color: #EAB552;
}
</style>
background-color css
<style>
a { background-color: #EAB552; }
a { background-color: rgb(234,181,82); }
div.DivClassName
{
background-color: #EAB552;
}
.BgClassName
{
background-color: #EAB552;
}
</style>
border-color css
<style>
span { border-color: #EAB552; }
span { border-color: rgb(234,181,82); }
td.TdClassName
{
border-color: #EAB552;
}
.TagClassName
{
border-color: #EAB552;
}
</style>