Shades of Ronchi #E9BC5D
Tints of Ronchi #E9BC5D
RGB
CMYK
RGB Variations
Color information
#E9BC5D (or 0xE9BC5D) is known color: Ronchi. HEX triplet: E9, BC and 5D. RGB value is (233,188,93). Sum of RGB (Red+Green+Blue) = 233+188+93=514 (68% of max value = 765). Red value is 233 (91.41% from 255 or 45.33% from 514); Green value is 188 (73.83% from 255 or 36.58% from 514); Blue value is 93 (36.72% from 255 or 18.09% from 514); Max value from RGB is 233 - color contains mainly: red. Hex color #E9BC5D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E9BC5D is #1643A2. Grayscale: #BFBFBF. Windows color (decimal): -1459107 or 6143209. OLE color: 6143209.
HSL color Cylindrical-coordinate representation of color #E9BC5D: hue angle of 40.71º degrees, saturation: 0.76, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #E9BC5D is Cyan = 0, Magento = 0.19, Yellow = 0.60 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 188 | 93 | - |
| CMYK | 0 | 0.19 | 0.60 | 0.09 |
| HSL | 40.71º | 0.76% | 0.64% | - |
| HSV(B) | 40.71º | 0.6% | 0.91% | - |
| XYZ | 53.56 | 54.08 | 17.97 | - |
| YUV | 190.63 | 72.91 | 158.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 188 | 93 | 0 | 0.19 | 0.60 | 0.09 | 40.71 | 0.76 | 0.64 |
| Hex | E9 | BC | 5D | 0 | 13 | 3C | 9 | 29 | 4C | 40 |
| Octal | 351 | 274 | 135 | 0 | 23 | 74 | 11 | 51 | 114 | 100 |
| Binary | 11101001 | 10111100 | 1011101 | 0 | 10011 | 111100 | 1001 | 101001 | 1001100 | 1000000 |
Color Harmonies of #E9BC5D
Complementary color
Monochromatic Colors of #E9BC5D
Black with #E9BC5D
Text Example
Text Example
White with #E9BC5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9BC5D; }
p { color: rgb(233,188,93); }
H1.HeaderClassName
{
color: #E9BC5D;
}
.AnyTagClassName
{
color: #E9BC5D;
}
</style>
background-color css
<style>
a { background-color: #E9BC5D; }
a { background-color: rgb(233,188,93); }
div.DivClassName
{
background-color: #E9BC5D;
}
.BgClassName
{
background-color: #E9BC5D;
}
</style>
border-color css
<style>
span { border-color: #E9BC5D; }
span { border-color: rgb(233,188,93); }
td.TdClassName
{
border-color: #E9BC5D;
}
.TagClassName
{
border-color: #E9BC5D;
}
</style>