Shades of Ronchi #E1B655
Tints of Ronchi #E1B655
RGB
CMYK
RGB Variations
Color information
#E1B655 (or 0xE1B655) is known color: Ronchi. HEX triplet: E1, B6 and 55. RGB value is (225,182,85). Sum of RGB (Red+Green+Blue) = 225+182+85=492 (65% of max value = 765). Red value is 225 (88.28% from 255 or 45.73% from 492); Green value is 182 (71.48% from 255 or 36.99% from 492); Blue value is 85 (33.59% from 255 or 17.28% from 492); Max value from RGB is 225 - color contains mainly: red. Hex color #E1B655 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E1B655 is #1E49AA. Grayscale: #B8B8B8. Windows color (decimal): -1984939 or 5617377. OLE color: 5617377.
HSL color Cylindrical-coordinate representation of color #E1B655: hue angle of 41.57º degrees, saturation: 0.7, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #E1B655 is Cyan = 0, Magento = 0.19, Yellow = 0.62 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 182 | 85 | - |
| CMYK | 0 | 0.19 | 0.62 | 0.12 |
| HSL | 41.57º | 0.7% | 0.61% | - |
| HSV(B) | 41.57º | 0.62% | 0.88% | - |
| XYZ | 49.42 | 50.12 | 15.66 | - |
| YUV | 183.8 | 72.25 | 157.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 182 | 85 | 0 | 0.19 | 0.62 | 0.12 | 41.57 | 0.7 | 0.61 |
| Hex | E1 | B6 | 55 | 0 | 13 | 3E | C | 2A | 46 | 3D |
| Octal | 341 | 266 | 125 | 0 | 23 | 76 | 14 | 52 | 106 | 75 |
| Binary | 11100001 | 10110110 | 1010101 | 0 | 10011 | 111110 | 1100 | 101010 | 1000110 | 111101 |
Color Harmonies of #E1B655
Complementary color
Monochromatic Colors of #E1B655
Black with #E1B655
Text Example
Text Example
White with #E1B655
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1B655; }
p { color: rgb(225,182,85); }
H1.HeaderClassName
{
color: #E1B655;
}
.AnyTagClassName
{
color: #E1B655;
}
</style>
background-color css
<style>
a { background-color: #E1B655; }
a { background-color: rgb(225,182,85); }
div.DivClassName
{
background-color: #E1B655;
}
.BgClassName
{
background-color: #E1B655;
}
</style>
border-color css
<style>
span { border-color: #E1B655; }
span { border-color: rgb(225,182,85); }
td.TdClassName
{
border-color: #E1B655;
}
.TagClassName
{
border-color: #E1B655;
}
</style>