Shades of Ronchi #E2BC58
Tints of Ronchi #E2BC58
RGB
CMYK
RGB Variations
Color information
#E2BC58 (or 0xE2BC58) is known color: Ronchi. HEX triplet: E2, BC and 58. RGB value is (226,188,88). Sum of RGB (Red+Green+Blue) = 226+188+88=502 (66% of max value = 765). Red value is 226 (88.67% from 255 or 45.02% from 502); Green value is 188 (73.83% from 255 or 37.45% from 502); Blue value is 88 (34.77% from 255 or 17.53% from 502); Max value from RGB is 226 - color contains mainly: red. Hex color #E2BC58 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E2BC58 is #1D43A7. Grayscale: #BCBCBC. Windows color (decimal): -1917864 or 5815522. OLE color: 5815522.
HSL color Cylindrical-coordinate representation of color #E2BC58: hue angle of 43.48º degrees, saturation: 0.7, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #E2BC58 is Cyan = 0, Magento = 0.17, Yellow = 0.61 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 188 | 88 | - |
| CMYK | 0 | 0.17 | 0.61 | 0.11 |
| HSL | 43.48º | 0.7% | 0.62% | - |
| HSV(B) | 43.48º | 0.61% | 0.89% | - |
| XYZ | 51.11 | 52.84 | 16.74 | - |
| YUV | 187.96 | 71.59 | 155.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 188 | 88 | 0 | 0.17 | 0.61 | 0.11 | 43.48 | 0.7 | 0.62 |
| Hex | E2 | BC | 58 | 0 | 11 | 3D | B | 2B | 46 | 3E |
| Octal | 342 | 274 | 130 | 0 | 21 | 75 | 13 | 53 | 106 | 76 |
| Binary | 11100010 | 10111100 | 1011000 | 0 | 10001 | 111101 | 1011 | 101011 | 1000110 | 111110 |
Color Harmonies of #E2BC58
Complementary color
Monochromatic Colors of #E2BC58
Black with #E2BC58
Text Example
Text Example
White with #E2BC58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2BC58; }
p { color: rgb(226,188,88); }
H1.HeaderClassName
{
color: #E2BC58;
}
.AnyTagClassName
{
color: #E2BC58;
}
</style>
background-color css
<style>
a { background-color: #E2BC58; }
a { background-color: rgb(226,188,88); }
div.DivClassName
{
background-color: #E2BC58;
}
.BgClassName
{
background-color: #E2BC58;
}
</style>
border-color css
<style>
span { border-color: #E2BC58; }
span { border-color: rgb(226,188,88); }
td.TdClassName
{
border-color: #E2BC58;
}
.TagClassName
{
border-color: #E2BC58;
}
</style>