Shades of Ronchi #E2B647
Tints of Ronchi #E2B647
RGB
CMYK
RGB Variations
Color information
#E2B647 (or 0xE2B647) is known color: Ronchi. HEX triplet: E2, B6 and 47. RGB value is (226,182,71). Sum of RGB (Red+Green+Blue) = 226+182+71=479 (63% of max value = 765). Red value is 226 (88.67% from 255 or 47.18% from 479); Green value is 182 (71.48% from 255 or 38.00% from 479); Blue value is 71 (28.12% from 255 or 14.82% from 479); Max value from RGB is 226 - color contains mainly: red. Hex color #E2B647 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E2B647 is #1D49B8. Grayscale: #B6B6B6. Windows color (decimal): -1919417 or 4699874. OLE color: 4699874.
HSL color Cylindrical-coordinate representation of color #E2B647: hue angle of 42.97º 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 #E2B647 is Cyan = 0, Magento = 0.19, Yellow = 0.69 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 182 | 71 | - |
| CMYK | 0 | 0.19 | 0.69 | 0.11 |
| HSL | 42.97º | 0.73% | 0.58% | - |
| HSV(B) | 42.97º | 0.69% | 0.89% | - |
| XYZ | 49.23 | 50.08 | 13.03 | - |
| YUV | 182.5 | 65.08 | 159.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 182 | 71 | 0 | 0.19 | 0.69 | 0.11 | 42.97 | 0.73 | 0.58 |
| Hex | E2 | B6 | 47 | 0 | 13 | 45 | B | 2B | 49 | 3A |
| Octal | 342 | 266 | 107 | 0 | 23 | 105 | 13 | 53 | 111 | 72 |
| Binary | 11100010 | 10110110 | 1000111 | 0 | 10011 | 1000101 | 1011 | 101011 | 1001001 | 111010 |
Color Harmonies of #E2B647
Complementary color
Monochromatic Colors of #E2B647
Black with #E2B647
Text Example
Text Example
White with #E2B647
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2B647; }
p { color: rgb(226,182,71); }
H1.HeaderClassName
{
color: #E2B647;
}
.AnyTagClassName
{
color: #E2B647;
}
</style>
background-color css
<style>
a { background-color: #E2B647; }
a { background-color: rgb(226,182,71); }
div.DivClassName
{
background-color: #E2B647;
}
.BgClassName
{
background-color: #E2B647;
}
</style>
border-color css
<style>
span { border-color: #E2B647; }
span { border-color: rgb(226,182,71); }
td.TdClassName
{
border-color: #E2B647;
}
.TagClassName
{
border-color: #E2B647;
}
</style>