Shades of Ronchi #E2BE4C
Tints of Ronchi #E2BE4C
RGB
CMYK
RGB Variations
Color information
#E2BE4C (or 0xE2BE4C) is known color: Ronchi. HEX triplet: E2, BE and 4C. RGB value is (226,190,76). Sum of RGB (Red+Green+Blue) = 226+190+76=492 (65% of max value = 765). Red value is 226 (88.67% from 255 or 45.93% from 492); Green value is 190 (74.61% from 255 or 38.62% from 492); Blue value is 76 (30.08% from 255 or 15.45% from 492); Max value from RGB is 226 - color contains mainly: red. Hex color #E2BE4C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E2BE4C is #1D41B3. Grayscale: #BCBCBC. Windows color (decimal): -1917364 or 5029602. OLE color: 5029602.
HSL color Cylindrical-coordinate representation of color #E2BE4C: hue angle of 45.6º degrees, saturation: 0.72, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #E2BE4C is Cyan = 0, Magento = 0.16, Yellow = 0.66 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 190 | 76 | - |
| CMYK | 0 | 0.16 | 0.66 | 0.11 |
| HSL | 45.6º | 0.72% | 0.59% | - |
| HSV(B) | 45.6º | 0.66% | 0.89% | - |
| XYZ | 51.08 | 53.52 | 14.48 | - |
| YUV | 187.77 | 64.93 | 155.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 190 | 76 | 0 | 0.16 | 0.66 | 0.11 | 45.6 | 0.72 | 0.59 |
| Hex | E2 | BE | 4C | 0 | 10 | 42 | B | 2E | 48 | 3B |
| Octal | 342 | 276 | 114 | 0 | 20 | 102 | 13 | 56 | 110 | 73 |
| Binary | 11100010 | 10111110 | 1001100 | 0 | 10000 | 1000010 | 1011 | 101110 | 1001000 | 111011 |
Color Harmonies of #E2BE4C
Complementary color
Monochromatic Colors of #E2BE4C
Black with #E2BE4C
Text Example
Text Example
White with #E2BE4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2BE4C; }
p { color: rgb(226,190,76); }
H1.HeaderClassName
{
color: #E2BE4C;
}
.AnyTagClassName
{
color: #E2BE4C;
}
</style>
background-color css
<style>
a { background-color: #E2BE4C; }
a { background-color: rgb(226,190,76); }
div.DivClassName
{
background-color: #E2BE4C;
}
.BgClassName
{
background-color: #E2BE4C;
}
</style>
border-color css
<style>
span { border-color: #E2BE4C; }
span { border-color: rgb(226,190,76); }
td.TdClassName
{
border-color: #E2BE4C;
}
.TagClassName
{
border-color: #E2BE4C;
}
</style>