Shades of Ronchi #E8BB53
Tints of Ronchi #E8BB53
RGB
CMYK
RGB Variations
Color information
#E8BB53 (or 0xE8BB53) is known color: Ronchi. HEX triplet: E8, BB and 53. RGB value is (232,187,83). Sum of RGB (Red+Green+Blue) = 232+187+83=502 (66% of max value = 765). Red value is 232 (91.02% from 255 or 46.22% from 502); Green value is 187 (73.44% from 255 or 37.25% from 502); Blue value is 83 (32.81% from 255 or 16.53% from 502); Max value from RGB is 232 - color contains mainly: red. Hex color #E8BB53 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E8BB53 is #1744AC. Grayscale: #BDBDBD. Windows color (decimal): -1524909 or 5487592. OLE color: 5487592.
HSL color Cylindrical-coordinate representation of color #E8BB53: hue angle of 41.88º degrees, saturation: 0.76, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #E8BB53 is Cyan = 0, Magento = 0.19, Yellow = 0.64 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 187 | 83 | - |
| CMYK | 0 | 0.19 | 0.64 | 0.09 |
| HSL | 41.88º | 0.76% | 0.62% | - |
| HSV(B) | 41.88º | 0.64% | 0.91% | - |
| XYZ | 52.61 | 53.32 | 15.7 | - |
| YUV | 188.6 | 68.41 | 158.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 187 | 83 | 0 | 0.19 | 0.64 | 0.09 | 41.88 | 0.76 | 0.62 |
| Hex | E8 | BB | 53 | 0 | 13 | 40 | 9 | 2A | 4C | 3E |
| Octal | 350 | 273 | 123 | 0 | 23 | 100 | 11 | 52 | 114 | 76 |
| Binary | 11101000 | 10111011 | 1010011 | 0 | 10011 | 1000000 | 1001 | 101010 | 1001100 | 111110 |
Color Harmonies of #E8BB53
Complementary color
Monochromatic Colors of #E8BB53
Black with #E8BB53
Text Example
Text Example
White with #E8BB53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8BB53; }
p { color: rgb(232,187,83); }
H1.HeaderClassName
{
color: #E8BB53;
}
.AnyTagClassName
{
color: #E8BB53;
}
</style>
background-color css
<style>
a { background-color: #E8BB53; }
a { background-color: rgb(232,187,83); }
div.DivClassName
{
background-color: #E8BB53;
}
.BgClassName
{
background-color: #E8BB53;
}
</style>
border-color css
<style>
span { border-color: #E8BB53; }
span { border-color: rgb(232,187,83); }
td.TdClassName
{
border-color: #E8BB53;
}
.TagClassName
{
border-color: #E8BB53;
}
</style>