Shades of Ronchi #E2B847
Tints of Ronchi #E2B847
RGB
CMYK
RGB Variations
Color information
#E2B847 (or 0xE2B847) is known color: Ronchi. HEX triplet: E2, B8 and 47. RGB value is (226,184,71). Sum of RGB (Red+Green+Blue) = 226+184+71=481 (63% of max value = 765). Red value is 226 (88.67% from 255 or 46.99% from 481); Green value is 184 (72.27% from 255 or 38.25% from 481); Blue value is 71 (28.12% from 255 or 14.76% from 481); Max value from RGB is 226 - color contains mainly: red. Hex color #E2B847 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E2B847 is #1D47B8. Grayscale: #B8B8B8. Windows color (decimal): -1918905 or 4700386. OLE color: 4700386.
HSL color Cylindrical-coordinate representation of color #E2B847: hue angle of 43.74º degrees, saturation: 0.73, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #E2B847 is Cyan = 0, Magento = 0.19, Yellow = 0.69 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 184 | 71 | - |
| CMYK | 0 | 0.19 | 0.69 | 0.11 |
| HSL | 43.74º | 0.73% | 0.58% | - |
| HSV(B) | 43.74º | 0.69% | 0.89% | - |
| XYZ | 49.64 | 50.9 | 13.17 | - |
| YUV | 183.68 | 64.41 | 158.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 184 | 71 | 0 | 0.19 | 0.69 | 0.11 | 43.74 | 0.73 | 0.58 |
| Hex | E2 | B8 | 47 | 0 | 13 | 45 | B | 2C | 49 | 3A |
| Octal | 342 | 270 | 107 | 0 | 23 | 105 | 13 | 54 | 111 | 72 |
| Binary | 11100010 | 10111000 | 1000111 | 0 | 10011 | 1000101 | 1011 | 101100 | 1001001 | 111010 |
Color Harmonies of #E2B847
Complementary color
Monochromatic Colors of #E2B847
Black with #E2B847
Text Example
Text Example
White with #E2B847
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2B847; }
p { color: rgb(226,184,71); }
H1.HeaderClassName
{
color: #E2B847;
}
.AnyTagClassName
{
color: #E2B847;
}
</style>
background-color css
<style>
a { background-color: #E2B847; }
a { background-color: rgb(226,184,71); }
div.DivClassName
{
background-color: #E2B847;
}
.BgClassName
{
background-color: #E2B847;
}
</style>
border-color css
<style>
span { border-color: #E2B847; }
span { border-color: rgb(226,184,71); }
td.TdClassName
{
border-color: #E2B847;
}
.TagClassName
{
border-color: #E2B847;
}
</style>