Shades of Ronchi #E2B946
Tints of Ronchi #E2B946
RGB
CMYK
RGB Variations
Color information
#E2B946 (or 0xE2B946) is known color: Ronchi. HEX triplet: E2, B9 and 46. RGB value is (226,185,70). Sum of RGB (Red+Green+Blue) = 226+185+70=481 (63% of max value = 765). Red value is 226 (88.67% from 255 or 46.99% from 481); Green value is 185 (72.66% from 255 or 38.46% from 481); Blue value is 70 (27.73% from 255 or 14.55% from 481); Max value from RGB is 226 - color contains mainly: red. Hex color #E2B946 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E2B946 is #1D46B9. Grayscale: #B8B8B8. Windows color (decimal): -1918650 or 4635106. OLE color: 4635106.
HSL color Cylindrical-coordinate representation of color #E2B946: hue angle of 44.23º 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 #E2B946 is Cyan = 0, Magento = 0.18, Yellow = 0.69 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 185 | 70 | - |
| CMYK | 0 | 0.18 | 0.69 | 0.11 |
| HSL | 44.23º | 0.73% | 0.58% | - |
| HSV(B) | 44.23º | 0.69% | 0.89% | - |
| XYZ | 49.82 | 51.31 | 13.07 | - |
| YUV | 184.15 | 63.58 | 157.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 185 | 70 | 0 | 0.18 | 0.69 | 0.11 | 44.23 | 0.73 | 0.58 |
| Hex | E2 | B9 | 46 | 0 | 12 | 45 | B | 2C | 49 | 3A |
| Octal | 342 | 271 | 106 | 0 | 22 | 105 | 13 | 54 | 111 | 72 |
| Binary | 11100010 | 10111001 | 1000110 | 0 | 10010 | 1000101 | 1011 | 101100 | 1001001 | 111010 |
Color Harmonies of #E2B946
Complementary color
Monochromatic Colors of #E2B946
Black with #E2B946
Text Example
Text Example
White with #E2B946
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2B946; }
p { color: rgb(226,185,70); }
H1.HeaderClassName
{
color: #E2B946;
}
.AnyTagClassName
{
color: #E2B946;
}
</style>
background-color css
<style>
a { background-color: #E2B946; }
a { background-color: rgb(226,185,70); }
div.DivClassName
{
background-color: #E2B946;
}
.BgClassName
{
background-color: #E2B946;
}
</style>
border-color css
<style>
span { border-color: #E2B946; }
span { border-color: rgb(226,185,70); }
td.TdClassName
{
border-color: #E2B946;
}
.TagClassName
{
border-color: #E2B946;
}
</style>