Shades of Ronchi #E6BC59
Tints of Ronchi #E6BC59
RGB
CMYK
RGB Variations
Color information
#E6BC59 (or 0xE6BC59) is known color: Ronchi. HEX triplet: E6, BC and 59. RGB value is (230,188,89). Sum of RGB (Red+Green+Blue) = 230+188+89=507 (67% of max value = 765). Red value is 230 (90.23% from 255 or 45.36% from 507); Green value is 188 (73.83% from 255 or 37.08% from 507); Blue value is 89 (35.16% from 255 or 17.55% from 507); Max value from RGB is 230 - color contains mainly: red. Hex color #E6BC59 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E6BC59 is #1943A6. Grayscale: #BDBDBD. Windows color (decimal): -1655719 or 5881062. OLE color: 5881062.
HSL color Cylindrical-coordinate representation of color #E6BC59: hue angle of 42.13º degrees, saturation: 0.74, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #E6BC59 is Cyan = 0, Magento = 0.18, Yellow = 0.61 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 188 | 89 | - |
| CMYK | 0 | 0.18 | 0.61 | 0.10 |
| HSL | 42.13º | 0.74% | 0.63% | - |
| HSV(B) | 42.13º | 0.61% | 0.9% | - |
| XYZ | 52.42 | 53.51 | 17.02 | - |
| YUV | 189.27 | 71.41 | 157.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 188 | 89 | 0 | 0.18 | 0.61 | 0.10 | 42.13 | 0.74 | 0.63 |
| Hex | E6 | BC | 59 | 0 | 12 | 3D | A | 2A | 4A | 3F |
| Octal | 346 | 274 | 131 | 0 | 22 | 75 | 12 | 52 | 112 | 77 |
| Binary | 11100110 | 10111100 | 1011001 | 0 | 10010 | 111101 | 1010 | 101010 | 1001010 | 111111 |
Color Harmonies of #E6BC59
Complementary color
Monochromatic Colors of #E6BC59
Black with #E6BC59
Text Example
Text Example
White with #E6BC59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6BC59; }
p { color: rgb(230,188,89); }
H1.HeaderClassName
{
color: #E6BC59;
}
.AnyTagClassName
{
color: #E6BC59;
}
</style>
background-color css
<style>
a { background-color: #E6BC59; }
a { background-color: rgb(230,188,89); }
div.DivClassName
{
background-color: #E6BC59;
}
.BgClassName
{
background-color: #E6BC59;
}
</style>
border-color css
<style>
span { border-color: #E6BC59; }
span { border-color: rgb(230,188,89); }
td.TdClassName
{
border-color: #E6BC59;
}
.TagClassName
{
border-color: #E6BC59;
}
</style>