Shades of Ronchi #E0B753
Tints of Ronchi #E0B753
RGB
CMYK
RGB Variations
Color information
#E0B753 (or 0xE0B753) is known color: Ronchi. HEX triplet: E0, B7 and 53. RGB value is (224,183,83). Sum of RGB (Red+Green+Blue) = 224+183+83=490 (64% of max value = 765). Red value is 224 (87.89% from 255 or 45.71% from 490); Green value is 183 (71.88% from 255 or 37.35% from 490); Blue value is 83 (32.81% from 255 or 16.94% from 490); Max value from RGB is 224 - color contains mainly: red. Hex color #E0B753 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E0B753 is #1F48AC. Grayscale: #B8B8B8. Windows color (decimal): -2050221 or 5486560. OLE color: 5486560.
HSL color Cylindrical-coordinate representation of color #E0B753: hue angle of 42.55º degrees, saturation: 0.69, 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 #E0B753 is Cyan = 0, Magento = 0.18, Yellow = 0.63 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 183 | 83 | - |
| CMYK | 0 | 0.18 | 0.63 | 0.12 |
| HSL | 42.55º | 0.69% | 0.6% | - |
| HSV(B) | 42.55º | 0.63% | 0.88% | - |
| XYZ | 49.24 | 50.34 | 15.3 | - |
| YUV | 183.86 | 71.08 | 156.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 183 | 83 | 0 | 0.18 | 0.63 | 0.12 | 42.55 | 0.69 | 0.6 |
| Hex | E0 | B7 | 53 | 0 | 12 | 3F | C | 2B | 45 | 3C |
| Octal | 340 | 267 | 123 | 0 | 22 | 77 | 14 | 53 | 105 | 74 |
| Binary | 11100000 | 10110111 | 1010011 | 0 | 10010 | 111111 | 1100 | 101011 | 1000101 | 111100 |
Color Harmonies of #E0B753
Complementary color
Monochromatic Colors of #E0B753
Black with #E0B753
Text Example
Text Example
White with #E0B753
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0B753; }
p { color: rgb(224,183,83); }
H1.HeaderClassName
{
color: #E0B753;
}
.AnyTagClassName
{
color: #E0B753;
}
</style>
background-color css
<style>
a { background-color: #E0B753; }
a { background-color: rgb(224,183,83); }
div.DivClassName
{
background-color: #E0B753;
}
.BgClassName
{
background-color: #E0B753;
}
</style>
border-color css
<style>
span { border-color: #E0B753; }
span { border-color: rgb(224,183,83); }
td.TdClassName
{
border-color: #E0B753;
}
.TagClassName
{
border-color: #E0B753;
}
</style>