Shades of Ronchi #E2BB47
Tints of Ronchi #E2BB47
RGB
CMYK
RGB Variations
Color information
#E2BB47 (or 0xE2BB47) is known color: Ronchi. HEX triplet: E2, BB and 47. RGB value is (226,187,71). Sum of RGB (Red+Green+Blue) = 226+187+71=484 (64% of max value = 765). Red value is 226 (88.67% from 255 or 46.69% from 484); Green value is 187 (73.44% from 255 or 38.64% from 484); Blue value is 71 (28.12% from 255 or 14.67% from 484); Max value from RGB is 226 - color contains mainly: red. Hex color #E2BB47 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E2BB47 is #1D44B8. Grayscale: #B9B9B9. Windows color (decimal): -1918137 or 4701154. OLE color: 4701154.
HSL color Cylindrical-coordinate representation of color #E2BB47: hue angle of 44.9º 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 #E2BB47 is Cyan = 0, Magento = 0.17, Yellow = 0.69 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 187 | 71 | - |
| CMYK | 0 | 0.17 | 0.69 | 0.11 |
| HSL | 44.9º | 0.73% | 0.58% | - |
| HSV(B) | 44.9º | 0.69% | 0.89% | - |
| XYZ | 50.27 | 52.16 | 13.38 | - |
| YUV | 185.44 | 63.42 | 156.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 187 | 71 | 0 | 0.17 | 0.69 | 0.11 | 44.9 | 0.73 | 0.58 |
| Hex | E2 | BB | 47 | 0 | 11 | 45 | B | 2D | 49 | 3A |
| Octal | 342 | 273 | 107 | 0 | 21 | 105 | 13 | 55 | 111 | 72 |
| Binary | 11100010 | 10111011 | 1000111 | 0 | 10001 | 1000101 | 1011 | 101101 | 1001001 | 111010 |
Color Harmonies of #E2BB47
Complementary color
Monochromatic Colors of #E2BB47
Black with #E2BB47
Text Example
Text Example
White with #E2BB47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2BB47; }
p { color: rgb(226,187,71); }
H1.HeaderClassName
{
color: #E2BB47;
}
.AnyTagClassName
{
color: #E2BB47;
}
</style>
background-color css
<style>
a { background-color: #E2BB47; }
a { background-color: rgb(226,187,71); }
div.DivClassName
{
background-color: #E2BB47;
}
.BgClassName
{
background-color: #E2BB47;
}
</style>
border-color css
<style>
span { border-color: #E2BB47; }
span { border-color: rgb(226,187,71); }
td.TdClassName
{
border-color: #E2BB47;
}
.TagClassName
{
border-color: #E2BB47;
}
</style>