Shades of Ronchi #E0B951
Tints of Ronchi #E0B951
RGB
CMYK
RGB Variations
Color information
#E0B951 (or 0xE0B951) is known color: Ronchi. HEX triplet: E0, B9 and 51. RGB value is (224,185,81). Sum of RGB (Red+Green+Blue) = 224+185+81=490 (64% of max value = 765). Red value is 224 (87.89% from 255 or 45.71% from 490); Green value is 185 (72.66% from 255 or 37.76% from 490); Blue value is 81 (32.03% from 255 or 16.53% from 490); Max value from RGB is 224 - color contains mainly: red. Hex color #E0B951 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E0B951 is #1F46AE. Grayscale: #B9B9B9. Windows color (decimal): -2049711 or 5356000. OLE color: 5356000.
HSL color Cylindrical-coordinate representation of color #E0B951: hue angle of 43.64º degrees, saturation: 0.7, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #E0B951 is Cyan = 0, Magento = 0.17, Yellow = 0.64 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 185 | 81 | - |
| CMYK | 0 | 0.17 | 0.64 | 0.12 |
| HSL | 43.64º | 0.7% | 0.6% | - |
| HSV(B) | 43.64º | 0.64% | 0.88% | - |
| XYZ | 49.57 | 51.14 | 15.04 | - |
| YUV | 184.81 | 69.42 | 155.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 185 | 81 | 0 | 0.17 | 0.64 | 0.12 | 43.64 | 0.7 | 0.6 |
| Hex | E0 | B9 | 51 | 0 | 11 | 40 | C | 2C | 46 | 3C |
| Octal | 340 | 271 | 121 | 0 | 21 | 100 | 14 | 54 | 106 | 74 |
| Binary | 11100000 | 10111001 | 1010001 | 0 | 10001 | 1000000 | 1100 | 101100 | 1000110 | 111100 |
Color Harmonies of #E0B951
Complementary color
Monochromatic Colors of #E0B951
Black with #E0B951
Text Example
Text Example
White with #E0B951
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0B951; }
p { color: rgb(224,185,81); }
H1.HeaderClassName
{
color: #E0B951;
}
.AnyTagClassName
{
color: #E0B951;
}
</style>
background-color css
<style>
a { background-color: #E0B951; }
a { background-color: rgb(224,185,81); }
div.DivClassName
{
background-color: #E0B951;
}
.BgClassName
{
background-color: #E0B951;
}
</style>
border-color css
<style>
span { border-color: #E0B951; }
span { border-color: rgb(224,185,81); }
td.TdClassName
{
border-color: #E0B951;
}
.TagClassName
{
border-color: #E0B951;
}
</style>