Shades of Ronchi #E2BC4F
Tints of Ronchi #E2BC4F
RGB
CMYK
RGB Variations
Color information
#E2BC4F (or 0xE2BC4F) is known color: Ronchi. HEX triplet: E2, BC and 4F. RGB value is (226,188,79). Sum of RGB (Red+Green+Blue) = 226+188+79=493 (65% of max value = 765). Red value is 226 (88.67% from 255 or 45.84% from 493); Green value is 188 (73.83% from 255 or 38.13% from 493); Blue value is 79 (31.25% from 255 or 16.02% from 493); Max value from RGB is 226 - color contains mainly: red. Hex color #E2BC4F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E2BC4F is #1D43B0. Grayscale: #BBBBBB. Windows color (decimal): -1917873 or 5225698. OLE color: 5225698.
HSL color Cylindrical-coordinate representation of color #E2BC4F: hue angle of 44.49º 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 #E2BC4F is Cyan = 0, Magento = 0.17, Yellow = 0.65 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 188 | 79 | - |
| CMYK | 0 | 0.17 | 0.65 | 0.11 |
| HSL | 44.49º | 0.72% | 0.6% | - |
| HSV(B) | 44.49º | 0.65% | 0.89% | - |
| XYZ | 50.76 | 52.7 | 14.89 | - |
| YUV | 186.94 | 67.09 | 155.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 188 | 79 | 0 | 0.17 | 0.65 | 0.11 | 44.49 | 0.72 | 0.6 |
| Hex | E2 | BC | 4F | 0 | 11 | 41 | B | 2C | 48 | 3C |
| Octal | 342 | 274 | 117 | 0 | 21 | 101 | 13 | 54 | 110 | 74 |
| Binary | 11100010 | 10111100 | 1001111 | 0 | 10001 | 1000001 | 1011 | 101100 | 1001000 | 111100 |
Color Harmonies of #E2BC4F
Complementary color
Monochromatic Colors of #E2BC4F
Black with #E2BC4F
Text Example
Text Example
White with #E2BC4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2BC4F; }
p { color: rgb(226,188,79); }
H1.HeaderClassName
{
color: #E2BC4F;
}
.AnyTagClassName
{
color: #E2BC4F;
}
</style>
background-color css
<style>
a { background-color: #E2BC4F; }
a { background-color: rgb(226,188,79); }
div.DivClassName
{
background-color: #E2BC4F;
}
.BgClassName
{
background-color: #E2BC4F;
}
</style>
border-color css
<style>
span { border-color: #E2BC4F; }
span { border-color: rgb(226,188,79); }
td.TdClassName
{
border-color: #E2BC4F;
}
.TagClassName
{
border-color: #E2BC4F;
}
</style>