Shades of Ronchi #E1BB5B
Tints of Ronchi #E1BB5B
RGB
CMYK
RGB Variations
Color information
#E1BB5B (or 0xE1BB5B) is known color: Ronchi. HEX triplet: E1, BB and 5B. RGB value is (225,187,91). Sum of RGB (Red+Green+Blue) = 225+187+91=503 (66% of max value = 765). Red value is 225 (88.28% from 255 or 44.73% from 503); Green value is 187 (73.44% from 255 or 37.18% from 503); Blue value is 91 (35.94% from 255 or 18.09% from 503); Max value from RGB is 225 - color contains mainly: red. Hex color #E1BB5B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E1BB5B is #1E44A4. Grayscale: #BBBBBB. Windows color (decimal): -1983653 or 6011873. OLE color: 6011873.
HSL color Cylindrical-coordinate representation of color #E1BB5B: hue angle of 42.99º degrees, saturation: 0.69, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #E1BB5B is Cyan = 0, Magento = 0.17, Yellow = 0.60 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 187 | 91 | - |
| CMYK | 0 | 0.17 | 0.60 | 0.12 |
| HSL | 42.99º | 0.69% | 0.62% | - |
| HSV(B) | 42.99º | 0.6% | 0.88% | - |
| XYZ | 50.71 | 52.3 | 17.32 | - |
| YUV | 187.42 | 73.59 | 154.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 187 | 91 | 0 | 0.17 | 0.60 | 0.12 | 42.99 | 0.69 | 0.62 |
| Hex | E1 | BB | 5B | 0 | 11 | 3C | C | 2B | 45 | 3E |
| Octal | 341 | 273 | 133 | 0 | 21 | 74 | 14 | 53 | 105 | 76 |
| Binary | 11100001 | 10111011 | 1011011 | 0 | 10001 | 111100 | 1100 | 101011 | 1000101 | 111110 |
Color Harmonies of #E1BB5B
Complementary color
Monochromatic Colors of #E1BB5B
Black with #E1BB5B
Text Example
Text Example
White with #E1BB5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1BB5B; }
p { color: rgb(225,187,91); }
H1.HeaderClassName
{
color: #E1BB5B;
}
.AnyTagClassName
{
color: #E1BB5B;
}
</style>
background-color css
<style>
a { background-color: #E1BB5B; }
a { background-color: rgb(225,187,91); }
div.DivClassName
{
background-color: #E1BB5B;
}
.BgClassName
{
background-color: #E1BB5B;
}
</style>
border-color css
<style>
span { border-color: #E1BB5B; }
span { border-color: rgb(225,187,91); }
td.TdClassName
{
border-color: #E1BB5B;
}
.TagClassName
{
border-color: #E1BB5B;
}
</style>