Shades of Ronchi #E9BA5B
Tints of Ronchi #E9BA5B
RGB
CMYK
RGB Variations
Color information
#E9BA5B (or 0xE9BA5B) is known color: Ronchi. HEX triplet: E9, BA and 5B. RGB value is (233,186,91). Sum of RGB (Red+Green+Blue) = 233+186+91=510 (67% of max value = 765). Red value is 233 (91.41% from 255 or 45.69% from 510); Green value is 186 (73.05% from 255 or 36.47% from 510); Blue value is 91 (35.94% from 255 or 17.84% from 510); Max value from RGB is 233 - color contains mainly: red. Hex color #E9BA5B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E9BA5B is #1645A4. Grayscale: #BDBDBD. Windows color (decimal): -1459621 or 6011625. OLE color: 6011625.
HSL color Cylindrical-coordinate representation of color #E9BA5B: hue angle of 40.14º degrees, saturation: 0.76, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #E9BA5B is Cyan = 0, Magento = 0.20, Yellow = 0.61 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 186 | 91 | - |
| CMYK | 0 | 0.20 | 0.61 | 0.09 |
| HSL | 40.14º | 0.76% | 0.64% | - |
| HSV(B) | 40.14º | 0.61% | 0.91% | - |
| XYZ | 53.05 | 53.2 | 17.37 | - |
| YUV | 189.22 | 72.57 | 159.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 186 | 91 | 0 | 0.20 | 0.61 | 0.09 | 40.14 | 0.76 | 0.64 |
| Hex | E9 | BA | 5B | 0 | 14 | 3D | 9 | 28 | 4C | 40 |
| Octal | 351 | 272 | 133 | 0 | 24 | 75 | 11 | 50 | 114 | 100 |
| Binary | 11101001 | 10111010 | 1011011 | 0 | 10100 | 111101 | 1001 | 101000 | 1001100 | 1000000 |
Color Harmonies of #E9BA5B
Complementary color
Monochromatic Colors of #E9BA5B
Black with #E9BA5B
Text Example
Text Example
White with #E9BA5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9BA5B; }
p { color: rgb(233,186,91); }
H1.HeaderClassName
{
color: #E9BA5B;
}
.AnyTagClassName
{
color: #E9BA5B;
}
</style>
background-color css
<style>
a { background-color: #E9BA5B; }
a { background-color: rgb(233,186,91); }
div.DivClassName
{
background-color: #E9BA5B;
}
.BgClassName
{
background-color: #E9BA5B;
}
</style>
border-color css
<style>
span { border-color: #E9BA5B; }
span { border-color: rgb(233,186,91); }
td.TdClassName
{
border-color: #E9BA5B;
}
.TagClassName
{
border-color: #E9BA5B;
}
</style>