Shades of Ronchi #EABC53
Tints of Ronchi #EABC53
RGB
CMYK
RGB Variations
Color information
#EABC53 (or 0xEABC53) is known color: Ronchi. HEX triplet: EA, BC and 53. RGB value is (234,188,83). Sum of RGB (Red+Green+Blue) = 234+188+83=505 (66% of max value = 765). Red value is 234 (91.80% from 255 or 46.34% from 505); Green value is 188 (73.83% from 255 or 37.23% from 505); Blue value is 83 (32.81% from 255 or 16.44% from 505); Max value from RGB is 234 - color contains mainly: red. Hex color #EABC53 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EABC53 is #1543AC. Grayscale: #BEBEBE. Windows color (decimal): -1393581 or 5487850. OLE color: 5487850.
HSL color Cylindrical-coordinate representation of color #EABC53: hue angle of 41.72º 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 #EABC53 is Cyan = 0, Magento = 0.20, Yellow = 0.65 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 188 | 83 | - |
| CMYK | 0 | 0.20 | 0.65 | 0.08 |
| HSL | 41.72º | 0.78% | 0.62% | - |
| HSV(B) | 41.72º | 0.65% | 0.92% | - |
| XYZ | 53.48 | 54.08 | 15.8 | - |
| YUV | 189.78 | 67.74 | 159.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 188 | 83 | 0 | 0.20 | 0.65 | 0.08 | 41.72 | 0.78 | 0.62 |
| Hex | EA | BC | 53 | 0 | 14 | 41 | 8 | 2A | 4E | 3E |
| Octal | 352 | 274 | 123 | 0 | 24 | 101 | 10 | 52 | 116 | 76 |
| Binary | 11101010 | 10111100 | 1010011 | 0 | 10100 | 1000001 | 1000 | 101010 | 1001110 | 111110 |
Color Harmonies of #EABC53
Complementary color
Monochromatic Colors of #EABC53
Black with #EABC53
Text Example
Text Example
White with #EABC53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EABC53; }
p { color: rgb(234,188,83); }
H1.HeaderClassName
{
color: #EABC53;
}
.AnyTagClassName
{
color: #EABC53;
}
</style>
background-color css
<style>
a { background-color: #EABC53; }
a { background-color: rgb(234,188,83); }
div.DivClassName
{
background-color: #EABC53;
}
.BgClassName
{
background-color: #EABC53;
}
</style>
border-color css
<style>
span { border-color: #EABC53; }
span { border-color: rgb(234,188,83); }
td.TdClassName
{
border-color: #EABC53;
}
.TagClassName
{
border-color: #EABC53;
}
</style>