Shades of Ronchi #E0BC52
Tints of Ronchi #E0BC52
RGB
CMYK
RGB Variations
Color information
#E0BC52 (or 0xE0BC52) is known color: Ronchi. HEX triplet: E0, BC and 52. RGB value is (224,188,82). Sum of RGB (Red+Green+Blue) = 224+188+82=494 (65% of max value = 765). Red value is 224 (87.89% from 255 or 45.34% from 494); Green value is 188 (73.83% from 255 or 38.06% from 494); Blue value is 82 (32.42% from 255 or 16.60% from 494); Max value from RGB is 224 - color contains mainly: red. Hex color #E0BC52 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E0BC52 is #1F43AD. Grayscale: #BBBBBB. Windows color (decimal): -2048942 or 5422304. OLE color: 5422304.
HSL color Cylindrical-coordinate representation of color #E0BC52: hue angle of 44.79º degrees, saturation: 0.7, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #E0BC52 is Cyan = 0, Magento = 0.16, Yellow = 0.63 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 188 | 82 | - |
| CMYK | 0 | 0.16 | 0.63 | 0.12 |
| HSL | 44.79º | 0.7% | 0.6% | - |
| HSV(B) | 44.79º | 0.63% | 0.88% | - |
| XYZ | 50.25 | 52.42 | 15.45 | - |
| YUV | 186.68 | 68.93 | 154.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 188 | 82 | 0 | 0.16 | 0.63 | 0.12 | 44.79 | 0.7 | 0.6 |
| Hex | E0 | BC | 52 | 0 | 10 | 3F | C | 2D | 46 | 3C |
| Octal | 340 | 274 | 122 | 0 | 20 | 77 | 14 | 55 | 106 | 74 |
| Binary | 11100000 | 10111100 | 1010010 | 0 | 10000 | 111111 | 1100 | 101101 | 1000110 | 111100 |
Color Harmonies of #E0BC52
Complementary color
Monochromatic Colors of #E0BC52
Black with #E0BC52
Text Example
Text Example
White with #E0BC52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0BC52; }
p { color: rgb(224,188,82); }
H1.HeaderClassName
{
color: #E0BC52;
}
.AnyTagClassName
{
color: #E0BC52;
}
</style>
background-color css
<style>
a { background-color: #E0BC52; }
a { background-color: rgb(224,188,82); }
div.DivClassName
{
background-color: #E0BC52;
}
.BgClassName
{
background-color: #E0BC52;
}
</style>
border-color css
<style>
span { border-color: #E0BC52; }
span { border-color: rgb(224,188,82); }
td.TdClassName
{
border-color: #E0BC52;
}
.TagClassName
{
border-color: #E0BC52;
}
</style>