Shades of Ronchi #E1B749
Tints of Ronchi #E1B749
RGB
CMYK
RGB Variations
Color information
#E1B749 (or 0xE1B749) is known color: Ronchi. HEX triplet: E1, B7 and 49. RGB value is (225,183,73). Sum of RGB (Red+Green+Blue) = 225+183+73=481 (63% of max value = 765). Red value is 225 (88.28% from 255 or 46.78% from 481); Green value is 183 (71.88% from 255 or 38.05% from 481); Blue value is 73 (28.91% from 255 or 15.18% from 481); Max value from RGB is 225 - color contains mainly: red. Hex color #E1B749 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E1B749 is #1E48B6. Grayscale: #B7B7B7. Windows color (decimal): -1984695 or 4831201. OLE color: 4831201.
HSL color Cylindrical-coordinate representation of color #E1B749: hue angle of 43.42º degrees, saturation: 0.72, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #E1B749 is Cyan = 0, Magento = 0.19, Yellow = 0.68 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 183 | 73 | - |
| CMYK | 0 | 0.19 | 0.68 | 0.12 |
| HSL | 43.42º | 0.72% | 0.58% | - |
| HSV(B) | 43.42º | 0.68% | 0.88% | - |
| XYZ | 49.19 | 50.36 | 13.43 | - |
| YUV | 183.02 | 65.91 | 157.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 183 | 73 | 0 | 0.19 | 0.68 | 0.12 | 43.42 | 0.72 | 0.58 |
| Hex | E1 | B7 | 49 | 0 | 13 | 44 | C | 2B | 48 | 3A |
| Octal | 341 | 267 | 111 | 0 | 23 | 104 | 14 | 53 | 110 | 72 |
| Binary | 11100001 | 10110111 | 1001001 | 0 | 10011 | 1000100 | 1100 | 101011 | 1001000 | 111010 |
Color Harmonies of #E1B749
Complementary color
Monochromatic Colors of #E1B749
Black with #E1B749
Text Example
Text Example
White with #E1B749
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1B749; }
p { color: rgb(225,183,73); }
H1.HeaderClassName
{
color: #E1B749;
}
.AnyTagClassName
{
color: #E1B749;
}
</style>
background-color css
<style>
a { background-color: #E1B749; }
a { background-color: rgb(225,183,73); }
div.DivClassName
{
background-color: #E1B749;
}
.BgClassName
{
background-color: #E1B749;
}
</style>
border-color css
<style>
span { border-color: #E1B749; }
span { border-color: rgb(225,183,73); }
td.TdClassName
{
border-color: #E1B749;
}
.TagClassName
{
border-color: #E1B749;
}
</style>