Shades of Ronchi #E9BC4C
Tints of Ronchi #E9BC4C
RGB
CMYK
RGB Variations
Color information
#E9BC4C (or 0xE9BC4C) is known color: Ronchi. HEX triplet: E9, BC and 4C. RGB value is (233,188,76). Sum of RGB (Red+Green+Blue) = 233+188+76=497 (65% of max value = 765). Red value is 233 (91.41% from 255 or 46.88% from 497); Green value is 188 (73.83% from 255 or 37.83% from 497); Blue value is 76 (30.08% from 255 or 15.29% from 497); Max value from RGB is 233 - color contains mainly: red. Hex color #E9BC4C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E9BC4C is #1643B3. Grayscale: #BDBDBD. Windows color (decimal): -1459124 or 5029097. OLE color: 5029097.
HSL color Cylindrical-coordinate representation of color #E9BC4C: hue angle of 42.8º degrees, saturation: 0.78, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #E9BC4C is Cyan = 0, Magento = 0.19, Yellow = 0.67 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 188 | 76 | - |
| CMYK | 0 | 0.19 | 0.67 | 0.09 |
| HSL | 42.8º | 0.78% | 0.61% | - |
| HSV(B) | 42.8º | 0.67% | 0.91% | - |
| XYZ | 52.89 | 53.81 | 14.44 | - |
| YUV | 188.69 | 64.41 | 159.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 188 | 76 | 0 | 0.19 | 0.67 | 0.09 | 42.8 | 0.78 | 0.61 |
| Hex | E9 | BC | 4C | 0 | 13 | 43 | 9 | 2B | 4E | 3D |
| Octal | 351 | 274 | 114 | 0 | 23 | 103 | 11 | 53 | 116 | 75 |
| Binary | 11101001 | 10111100 | 1001100 | 0 | 10011 | 1000011 | 1001 | 101011 | 1001110 | 111101 |
Color Harmonies of #E9BC4C
Complementary color
Monochromatic Colors of #E9BC4C
Black with #E9BC4C
Text Example
Text Example
White with #E9BC4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9BC4C; }
p { color: rgb(233,188,76); }
H1.HeaderClassName
{
color: #E9BC4C;
}
.AnyTagClassName
{
color: #E9BC4C;
}
</style>
background-color css
<style>
a { background-color: #E9BC4C; }
a { background-color: rgb(233,188,76); }
div.DivClassName
{
background-color: #E9BC4C;
}
.BgClassName
{
background-color: #E9BC4C;
}
</style>
border-color css
<style>
span { border-color: #E9BC4C; }
span { border-color: rgb(233,188,76); }
td.TdClassName
{
border-color: #E9BC4C;
}
.TagClassName
{
border-color: #E9BC4C;
}
</style>