Shades of Ronchi #E9B95A
Tints of Ronchi #E9B95A
RGB
CMYK
RGB Variations
Color information
#E9B95A (or 0xE9B95A) is known color: Ronchi. HEX triplet: E9, B9 and 5A. RGB value is (233,185,90). Sum of RGB (Red+Green+Blue) = 233+185+90=508 (67% of max value = 765). Red value is 233 (91.41% from 255 or 45.87% from 508); Green value is 185 (72.66% from 255 or 36.42% from 508); Blue value is 90 (35.55% from 255 or 17.72% from 508); Max value from RGB is 233 - color contains mainly: red. Hex color #E9B95A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E9B95A is #1646A5. Grayscale: #BCBCBC. Windows color (decimal): -1459878 or 5945833. OLE color: 5945833.
HSL color Cylindrical-coordinate representation of color #E9B95A: hue angle of 39.86º degrees, saturation: 0.76, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #E9B95A is Cyan = 0, Magento = 0.21, Yellow = 0.61 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 185 | 90 | - |
| CMYK | 0 | 0.21 | 0.61 | 0.09 |
| HSL | 39.86º | 0.76% | 0.63% | - |
| HSV(B) | 39.86º | 0.61% | 0.91% | - |
| XYZ | 52.8 | 52.76 | 17.07 | - |
| YUV | 188.52 | 72.4 | 159.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 185 | 90 | 0 | 0.21 | 0.61 | 0.09 | 39.86 | 0.76 | 0.63 |
| Hex | E9 | B9 | 5A | 0 | 15 | 3D | 9 | 28 | 4C | 3F |
| Octal | 351 | 271 | 132 | 0 | 25 | 75 | 11 | 50 | 114 | 77 |
| Binary | 11101001 | 10111001 | 1011010 | 0 | 10101 | 111101 | 1001 | 101000 | 1001100 | 111111 |
Color Harmonies of #E9B95A
Complementary color
Monochromatic Colors of #E9B95A
Black with #E9B95A
Text Example
Text Example
White with #E9B95A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9B95A; }
p { color: rgb(233,185,90); }
H1.HeaderClassName
{
color: #E9B95A;
}
.AnyTagClassName
{
color: #E9B95A;
}
</style>
background-color css
<style>
a { background-color: #E9B95A; }
a { background-color: rgb(233,185,90); }
div.DivClassName
{
background-color: #E9B95A;
}
.BgClassName
{
background-color: #E9B95A;
}
</style>
border-color css
<style>
span { border-color: #E9B95A; }
span { border-color: rgb(233,185,90); }
td.TdClassName
{
border-color: #E9B95A;
}
.TagClassName
{
border-color: #E9B95A;
}
</style>