Shades of Ronchi #E9BE5A
Tints of Ronchi #E9BE5A
RGB
CMYK
RGB Variations
Color information
#E9BE5A (or 0xE9BE5A) is known color: Ronchi. HEX triplet: E9, BE and 5A. RGB value is (233,190,90). Sum of RGB (Red+Green+Blue) = 233+190+90=513 (67% of max value = 765). Red value is 233 (91.41% from 255 or 45.42% from 513); Green value is 190 (74.61% from 255 or 37.04% from 513); Blue value is 90 (35.55% from 255 or 17.54% from 513); Max value from RGB is 233 - color contains mainly: red. Hex color #E9BE5A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E9BE5A is #1641A5. Grayscale: #BFBFBF. Windows color (decimal): -1458598 or 5947113. OLE color: 5947113.
HSL color Cylindrical-coordinate representation of color #E9BE5A: hue angle of 41.96º 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 #E9BE5A is Cyan = 0, Magento = 0.18, Yellow = 0.61 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 190 | 90 | - |
| CMYK | 0 | 0.18 | 0.61 | 0.09 |
| HSL | 41.96º | 0.76% | 0.63% | - |
| HSV(B) | 41.96º | 0.61% | 0.91% | - |
| XYZ | 53.86 | 54.89 | 17.43 | - |
| YUV | 191.46 | 70.75 | 157.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 190 | 90 | 0 | 0.18 | 0.61 | 0.09 | 41.96 | 0.76 | 0.63 |
| Hex | E9 | BE | 5A | 0 | 12 | 3D | 9 | 2A | 4C | 3F |
| Octal | 351 | 276 | 132 | 0 | 22 | 75 | 11 | 52 | 114 | 77 |
| Binary | 11101001 | 10111110 | 1011010 | 0 | 10010 | 111101 | 1001 | 101010 | 1001100 | 111111 |
Color Harmonies of #E9BE5A
Complementary color
Monochromatic Colors of #E9BE5A
Black with #E9BE5A
Text Example
Text Example
White with #E9BE5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9BE5A; }
p { color: rgb(233,190,90); }
H1.HeaderClassName
{
color: #E9BE5A;
}
.AnyTagClassName
{
color: #E9BE5A;
}
</style>
background-color css
<style>
a { background-color: #E9BE5A; }
a { background-color: rgb(233,190,90); }
div.DivClassName
{
background-color: #E9BE5A;
}
.BgClassName
{
background-color: #E9BE5A;
}
</style>
border-color css
<style>
span { border-color: #E9BE5A; }
span { border-color: rgb(233,190,90); }
td.TdClassName
{
border-color: #E9BE5A;
}
.TagClassName
{
border-color: #E9BE5A;
}
</style>