Shades of Ronchi #E1B553
Tints of Ronchi #E1B553
RGB
CMYK
RGB Variations
Color information
#E1B553 (or 0xE1B553) is known color: Ronchi. HEX triplet: E1, B5 and 53. RGB value is (225,181,83). Sum of RGB (Red+Green+Blue) = 225+181+83=489 (64% of max value = 765). Red value is 225 (88.28% from 255 or 46.01% from 489); Green value is 181 (71.09% from 255 or 37.01% from 489); Blue value is 83 (32.81% from 255 or 16.97% from 489); Max value from RGB is 225 - color contains mainly: red. Hex color #E1B553 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E1B553 is #1E4AAC. Grayscale: #B7B7B7. Windows color (decimal): -1985197 or 5486049. OLE color: 5486049.
HSL color Cylindrical-coordinate representation of color #E1B553: hue angle of 41.41º degrees, saturation: 0.7, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #E1B553 is Cyan = 0, Magento = 0.20, Yellow = 0.63 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 181 | 83 | - |
| CMYK | 0 | 0.20 | 0.63 | 0.12 |
| HSL | 41.41º | 0.7% | 0.6% | - |
| HSV(B) | 41.41º | 0.63% | 0.88% | - |
| XYZ | 49.14 | 49.68 | 15.18 | - |
| YUV | 182.98 | 71.58 | 157.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 181 | 83 | 0 | 0.20 | 0.63 | 0.12 | 41.41 | 0.7 | 0.6 |
| Hex | E1 | B5 | 53 | 0 | 14 | 3F | C | 29 | 46 | 3C |
| Octal | 341 | 265 | 123 | 0 | 24 | 77 | 14 | 51 | 106 | 74 |
| Binary | 11100001 | 10110101 | 1010011 | 0 | 10100 | 111111 | 1100 | 101001 | 1000110 | 111100 |
Color Harmonies of #E1B553
Complementary color
Monochromatic Colors of #E1B553
Black with #E1B553
Text Example
Text Example
White with #E1B553
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1B553; }
p { color: rgb(225,181,83); }
H1.HeaderClassName
{
color: #E1B553;
}
.AnyTagClassName
{
color: #E1B553;
}
</style>
background-color css
<style>
a { background-color: #E1B553; }
a { background-color: rgb(225,181,83); }
div.DivClassName
{
background-color: #E1B553;
}
.BgClassName
{
background-color: #E1B553;
}
</style>
border-color css
<style>
span { border-color: #E1B553; }
span { border-color: rgb(225,181,83); }
td.TdClassName
{
border-color: #E1B553;
}
.TagClassName
{
border-color: #E1B553;
}
</style>