Shades of Ronchi #E9BA45
Tints of Ronchi #E9BA45
RGB
CMYK
RGB Variations
Color information
#E9BA45 (or 0xE9BA45) is known color: Ronchi. HEX triplet: E9, BA and 45. RGB value is (233,186,69). Sum of RGB (Red+Green+Blue) = 233+186+69=488 (64% of max value = 765). Red value is 233 (91.41% from 255 or 47.75% from 488); Green value is 186 (73.05% from 255 or 38.11% from 488); Blue value is 69 (27.34% from 255 or 14.14% from 488); Max value from RGB is 233 - color contains mainly: red. Hex color #E9BA45 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E9BA45 is #1645BA. Grayscale: #BBBBBB. Windows color (decimal): -1459643 or 4569833. OLE color: 4569833.
HSL color Cylindrical-coordinate representation of color #E9BA45: hue angle of 42.8º degrees, saturation: 0.79, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #E9BA45 is Cyan = 0, Magento = 0.20, Yellow = 0.70 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 186 | 69 | - |
| CMYK | 0 | 0.20 | 0.70 | 0.09 |
| HSL | 42.8º | 0.79% | 0.59% | - |
| HSV(B) | 42.8º | 0.7% | 0.91% | - |
| XYZ | 52.24 | 52.87 | 13.08 | - |
| YUV | 186.72 | 61.57 | 161.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 186 | 69 | 0 | 0.20 | 0.70 | 0.09 | 42.8 | 0.79 | 0.59 |
| Hex | E9 | BA | 45 | 0 | 14 | 46 | 9 | 2B | 4F | 3B |
| Octal | 351 | 272 | 105 | 0 | 24 | 106 | 11 | 53 | 117 | 73 |
| Binary | 11101001 | 10111010 | 1000101 | 0 | 10100 | 1000110 | 1001 | 101011 | 1001111 | 111011 |
Color Harmonies of #E9BA45
Complementary color
Monochromatic Colors of #E9BA45
Black with #E9BA45
Text Example
Text Example
White with #E9BA45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9BA45; }
p { color: rgb(233,186,69); }
H1.HeaderClassName
{
color: #E9BA45;
}
.AnyTagClassName
{
color: #E9BA45;
}
</style>
background-color css
<style>
a { background-color: #E9BA45; }
a { background-color: rgb(233,186,69); }
div.DivClassName
{
background-color: #E9BA45;
}
.BgClassName
{
background-color: #E9BA45;
}
</style>
border-color css
<style>
span { border-color: #E9BA45; }
span { border-color: rgb(233,186,69); }
td.TdClassName
{
border-color: #E9BA45;
}
.TagClassName
{
border-color: #E9BA45;
}
</style>