Shades of Ronchi #E2BE50
Tints of Ronchi #E2BE50
RGB
CMYK
RGB Variations
Color information
#E2BE50 (or 0xE2BE50) is known color: Ronchi. HEX triplet: E2, BE and 50. RGB value is (226,190,80). Sum of RGB (Red+Green+Blue) = 226+190+80=496 (65% of max value = 765). Red value is 226 (88.67% from 255 or 45.56% from 496); Green value is 190 (74.61% from 255 or 38.31% from 496); Blue value is 80 (31.64% from 255 or 16.13% from 496); Max value from RGB is 226 - color contains mainly: red. Hex color #E2BE50 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E2BE50 is #1D41AF. Grayscale: #BCBCBC. Windows color (decimal): -1917360 or 5291746. OLE color: 5291746.
HSL color Cylindrical-coordinate representation of color #E2BE50: hue angle of 45.21º degrees, saturation: 0.72, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #E2BE50 is Cyan = 0, Magento = 0.16, Yellow = 0.65 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 190 | 80 | - |
| CMYK | 0 | 0.16 | 0.65 | 0.11 |
| HSL | 45.21º | 0.72% | 0.6% | - |
| HSV(B) | 45.21º | 0.65% | 0.89% | - |
| XYZ | 51.23 | 53.57 | 15.23 | - |
| YUV | 188.22 | 66.93 | 154.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 190 | 80 | 0 | 0.16 | 0.65 | 0.11 | 45.21 | 0.72 | 0.6 |
| Hex | E2 | BE | 50 | 0 | 10 | 41 | B | 2D | 48 | 3C |
| Octal | 342 | 276 | 120 | 0 | 20 | 101 | 13 | 55 | 110 | 74 |
| Binary | 11100010 | 10111110 | 1010000 | 0 | 10000 | 1000001 | 1011 | 101101 | 1001000 | 111100 |
Color Harmonies of #E2BE50
Complementary color
Monochromatic Colors of #E2BE50
Black with #E2BE50
Text Example
Text Example
White with #E2BE50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2BE50; }
p { color: rgb(226,190,80); }
H1.HeaderClassName
{
color: #E2BE50;
}
.AnyTagClassName
{
color: #E2BE50;
}
</style>
background-color css
<style>
a { background-color: #E2BE50; }
a { background-color: rgb(226,190,80); }
div.DivClassName
{
background-color: #E2BE50;
}
.BgClassName
{
background-color: #E2BE50;
}
</style>
border-color css
<style>
span { border-color: #E2BE50; }
span { border-color: rgb(226,190,80); }
td.TdClassName
{
border-color: #E2BE50;
}
.TagClassName
{
border-color: #E2BE50;
}
</style>