Shades of Ronchi #E5B449
Tints of Ronchi #E5B449
RGB
CMYK
RGB Variations
Color information
#E5B449 (or 0xE5B449) is known color: Ronchi. HEX triplet: E5, B4 and 49. RGB value is (229,180,73). Sum of RGB (Red+Green+Blue) = 229+180+73=482 (63% of max value = 765). Red value is 229 (89.84% from 255 or 47.51% from 482); Green value is 180 (70.70% from 255 or 37.34% from 482); Blue value is 73 (28.91% from 255 or 15.15% from 482); Max value from RGB is 229 - color contains mainly: red. Hex color #E5B449 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E5B449 is #1A4BB6. Grayscale: #B6B6B6. Windows color (decimal): -1723319 or 4830437. OLE color: 4830437.
HSL color Cylindrical-coordinate representation of color #E5B449: hue angle of 41.15º degrees, saturation: 0.75, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #E5B449 is Cyan = 0, Magento = 0.21, Yellow = 0.68 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 180 | 73 | - |
| CMYK | 0 | 0.21 | 0.68 | 0.10 |
| HSL | 41.15º | 0.75% | 0.59% | - |
| HSV(B) | 41.15º | 0.68% | 0.9% | - |
| XYZ | 49.84 | 49.78 | 13.29 | - |
| YUV | 182.45 | 66.23 | 161.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 180 | 73 | 0 | 0.21 | 0.68 | 0.10 | 41.15 | 0.75 | 0.59 |
| Hex | E5 | B4 | 49 | 0 | 15 | 44 | A | 29 | 4B | 3B |
| Octal | 345 | 264 | 111 | 0 | 25 | 104 | 12 | 51 | 113 | 73 |
| Binary | 11100101 | 10110100 | 1001001 | 0 | 10101 | 1000100 | 1010 | 101001 | 1001011 | 111011 |
Color Harmonies of #E5B449
Complementary color
Monochromatic Colors of #E5B449
Black with #E5B449
Text Example
Text Example
White with #E5B449
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5B449; }
p { color: rgb(229,180,73); }
H1.HeaderClassName
{
color: #E5B449;
}
.AnyTagClassName
{
color: #E5B449;
}
</style>
background-color css
<style>
a { background-color: #E5B449; }
a { background-color: rgb(229,180,73); }
div.DivClassName
{
background-color: #E5B449;
}
.BgClassName
{
background-color: #E5B449;
}
</style>
border-color css
<style>
span { border-color: #E5B449; }
span { border-color: rgb(229,180,73); }
td.TdClassName
{
border-color: #E5B449;
}
.TagClassName
{
border-color: #E5B449;
}
</style>