Shades of Ronchi #E1BB5A
Tints of Ronchi #E1BB5A
RGB
CMYK
RGB Variations
Color information
#E1BB5A (or 0xE1BB5A) is known color: Ronchi. HEX triplet: E1, BB and 5A. RGB value is (225,187,90). Sum of RGB (Red+Green+Blue) = 225+187+90=502 (66% of max value = 765). Red value is 225 (88.28% from 255 or 44.82% from 502); Green value is 187 (73.44% from 255 or 37.25% from 502); Blue value is 90 (35.55% from 255 or 17.93% from 502); Max value from RGB is 225 - color contains mainly: red. Hex color #E1BB5A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E1BB5A is #1E44A5. Grayscale: #BBBBBB. Windows color (decimal): -1983654 or 5946337. OLE color: 5946337.
HSL color Cylindrical-coordinate representation of color #E1BB5A: hue angle of 43.11º 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 #E1BB5A is Cyan = 0, Magento = 0.17, Yellow = 0.60 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 187 | 90 | - |
| CMYK | 0 | 0.17 | 0.60 | 0.12 |
| HSL | 43.11º | 0.69% | 0.62% | - |
| HSV(B) | 43.11º | 0.6% | 0.88% | - |
| XYZ | 50.67 | 52.29 | 17.09 | - |
| YUV | 187.3 | 73.09 | 154.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 187 | 90 | 0 | 0.17 | 0.60 | 0.12 | 43.11 | 0.69 | 0.62 |
| Hex | E1 | BB | 5A | 0 | 11 | 3C | C | 2B | 45 | 3E |
| Octal | 341 | 273 | 132 | 0 | 21 | 74 | 14 | 53 | 105 | 76 |
| Binary | 11100001 | 10111011 | 1011010 | 0 | 10001 | 111100 | 1100 | 101011 | 1000101 | 111110 |
Color Harmonies of #E1BB5A
Complementary color
Monochromatic Colors of #E1BB5A
Black with #E1BB5A
Text Example
Text Example
White with #E1BB5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1BB5A; }
p { color: rgb(225,187,90); }
H1.HeaderClassName
{
color: #E1BB5A;
}
.AnyTagClassName
{
color: #E1BB5A;
}
</style>
background-color css
<style>
a { background-color: #E1BB5A; }
a { background-color: rgb(225,187,90); }
div.DivClassName
{
background-color: #E1BB5A;
}
.BgClassName
{
background-color: #E1BB5A;
}
</style>
border-color css
<style>
span { border-color: #E1BB5A; }
span { border-color: rgb(225,187,90); }
td.TdClassName
{
border-color: #E1BB5A;
}
.TagClassName
{
border-color: #E1BB5A;
}
</style>