Shades of Ronchi #E9BC4E
Tints of Ronchi #E9BC4E
RGB
CMYK
RGB Variations
Color information
#E9BC4E (or 0xE9BC4E) is known color: Ronchi. HEX triplet: E9, BC and 4E. RGB value is (233,188,78). Sum of RGB (Red+Green+Blue) = 233+188+78=499 (66% of max value = 765). Red value is 233 (91.41% from 255 or 46.69% from 499); Green value is 188 (73.83% from 255 or 37.68% from 499); Blue value is 78 (30.86% from 255 or 15.63% from 499); Max value from RGB is 233 - color contains mainly: red. Hex color #E9BC4E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E9BC4E is #1643B1. Grayscale: #BDBDBD. Windows color (decimal): -1459122 or 5160169. OLE color: 5160169.
HSL color Cylindrical-coordinate representation of color #E9BC4E: hue angle of 42.58º 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 #E9BC4E is Cyan = 0, Magento = 0.19, Yellow = 0.67 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 188 | 78 | - |
| CMYK | 0 | 0.19 | 0.67 | 0.09 |
| HSL | 42.58º | 0.78% | 0.61% | - |
| HSV(B) | 42.58º | 0.67% | 0.91% | - |
| XYZ | 52.96 | 53.84 | 14.81 | - |
| YUV | 188.92 | 65.41 | 159.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 188 | 78 | 0 | 0.19 | 0.67 | 0.09 | 42.58 | 0.78 | 0.61 |
| Hex | E9 | BC | 4E | 0 | 13 | 43 | 9 | 2B | 4E | 3D |
| Octal | 351 | 274 | 116 | 0 | 23 | 103 | 11 | 53 | 116 | 75 |
| Binary | 11101001 | 10111100 | 1001110 | 0 | 10011 | 1000011 | 1001 | 101011 | 1001110 | 111101 |
Color Harmonies of #E9BC4E
Complementary color
Monochromatic Colors of #E9BC4E
Black with #E9BC4E
Text Example
Text Example
White with #E9BC4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9BC4E; }
p { color: rgb(233,188,78); }
H1.HeaderClassName
{
color: #E9BC4E;
}
.AnyTagClassName
{
color: #E9BC4E;
}
</style>
background-color css
<style>
a { background-color: #E9BC4E; }
a { background-color: rgb(233,188,78); }
div.DivClassName
{
background-color: #E9BC4E;
}
.BgClassName
{
background-color: #E9BC4E;
}
</style>
border-color css
<style>
span { border-color: #E9BC4E; }
span { border-color: rgb(233,188,78); }
td.TdClassName
{
border-color: #E9BC4E;
}
.TagClassName
{
border-color: #E9BC4E;
}
</style>