Shades of Ronchi #E8BB5A
Tints of Ronchi #E8BB5A
RGB
CMYK
RGB Variations
Color information
#E8BB5A (or 0xE8BB5A) is known color: Ronchi. HEX triplet: E8, BB and 5A. RGB value is (232,187,90). Sum of RGB (Red+Green+Blue) = 232+187+90=509 (67% of max value = 765). Red value is 232 (91.02% from 255 or 45.58% from 509); Green value is 187 (73.44% from 255 or 36.74% from 509); Blue value is 90 (35.55% from 255 or 17.68% from 509); Max value from RGB is 232 - color contains mainly: red. Hex color #E8BB5A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E8BB5A is #1744A5. Grayscale: #BDBDBD. Windows color (decimal): -1524902 or 5946344. OLE color: 5946344.
HSL color Cylindrical-coordinate representation of color #E8BB5A: hue angle of 40.99º 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 #E8BB5A is Cyan = 0, Magento = 0.19, Yellow = 0.61 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 187 | 90 | - |
| CMYK | 0 | 0.19 | 0.61 | 0.09 |
| HSL | 40.99º | 0.76% | 0.63% | - |
| HSV(B) | 40.99º | 0.61% | 0.91% | - |
| XYZ | 52.89 | 53.43 | 17.2 | - |
| YUV | 189.4 | 71.91 | 158.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 187 | 90 | 0 | 0.19 | 0.61 | 0.09 | 40.99 | 0.76 | 0.63 |
| Hex | E8 | BB | 5A | 0 | 13 | 3D | 9 | 29 | 4C | 3F |
| Octal | 350 | 273 | 132 | 0 | 23 | 75 | 11 | 51 | 114 | 77 |
| Binary | 11101000 | 10111011 | 1011010 | 0 | 10011 | 111101 | 1001 | 101001 | 1001100 | 111111 |
Color Harmonies of #E8BB5A
Complementary color
Monochromatic Colors of #E8BB5A
Black with #E8BB5A
Text Example
Text Example
White with #E8BB5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8BB5A; }
p { color: rgb(232,187,90); }
H1.HeaderClassName
{
color: #E8BB5A;
}
.AnyTagClassName
{
color: #E8BB5A;
}
</style>
background-color css
<style>
a { background-color: #E8BB5A; }
a { background-color: rgb(232,187,90); }
div.DivClassName
{
background-color: #E8BB5A;
}
.BgClassName
{
background-color: #E8BB5A;
}
</style>
border-color css
<style>
span { border-color: #E8BB5A; }
span { border-color: rgb(232,187,90); }
td.TdClassName
{
border-color: #E8BB5A;
}
.TagClassName
{
border-color: #E8BB5A;
}
</style>