Shades of Ronchi #E2BC59
Tints of Ronchi #E2BC59
RGB
CMYK
RGB Variations
Color information
#E2BC59 (or 0xE2BC59) is known color: Ronchi. HEX triplet: E2, BC and 59. RGB value is (226,188,89). Sum of RGB (Red+Green+Blue) = 226+188+89=503 (66% of max value = 765). Red value is 226 (88.67% from 255 or 44.93% from 503); Green value is 188 (73.83% from 255 or 37.38% from 503); Blue value is 89 (35.16% from 255 or 17.69% from 503); Max value from RGB is 226 - color contains mainly: red. Hex color #E2BC59 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E2BC59 is #1D43A6. Grayscale: #BCBCBC. Windows color (decimal): -1917863 or 5881058. OLE color: 5881058.
HSL color Cylindrical-coordinate representation of color #E2BC59: hue angle of 43.36º 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 #E2BC59 is Cyan = 0, Magento = 0.17, Yellow = 0.61 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 188 | 89 | - |
| CMYK | 0 | 0.17 | 0.61 | 0.11 |
| HSL | 43.36º | 0.7% | 0.62% | - |
| HSV(B) | 43.36º | 0.61% | 0.89% | - |
| XYZ | 51.15 | 52.86 | 16.96 | - |
| YUV | 188.08 | 72.09 | 155.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 188 | 89 | 0 | 0.17 | 0.61 | 0.11 | 43.36 | 0.7 | 0.62 |
| Hex | E2 | BC | 59 | 0 | 11 | 3D | B | 2B | 46 | 3E |
| Octal | 342 | 274 | 131 | 0 | 21 | 75 | 13 | 53 | 106 | 76 |
| Binary | 11100010 | 10111100 | 1011001 | 0 | 10001 | 111101 | 1011 | 101011 | 1000110 | 111110 |
Color Harmonies of #E2BC59
Complementary color
Monochromatic Colors of #E2BC59
Black with #E2BC59
Text Example
Text Example
White with #E2BC59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2BC59; }
p { color: rgb(226,188,89); }
H1.HeaderClassName
{
color: #E2BC59;
}
.AnyTagClassName
{
color: #E2BC59;
}
</style>
background-color css
<style>
a { background-color: #E2BC59; }
a { background-color: rgb(226,188,89); }
div.DivClassName
{
background-color: #E2BC59;
}
.BgClassName
{
background-color: #E2BC59;
}
</style>
border-color css
<style>
span { border-color: #E2BC59; }
span { border-color: rgb(226,188,89); }
td.TdClassName
{
border-color: #E2BC59;
}
.TagClassName
{
border-color: #E2BC59;
}
</style>