Shades of Ronchi #E7B449
Tints of Ronchi #E7B449
RGB
CMYK
RGB Variations
Color information
#E7B449 (or 0xE7B449) is known color: Ronchi. HEX triplet: E7, B4 and 49. RGB value is (231,180,73). Sum of RGB (Red+Green+Blue) = 231+180+73=484 (64% of max value = 765). Red value is 231 (90.62% from 255 or 47.73% from 484); Green value is 180 (70.70% from 255 or 37.19% from 484); Blue value is 73 (28.91% from 255 or 15.08% from 484); Max value from RGB is 231 - color contains mainly: red. Hex color #E7B449 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E7B449 is #184BB6. Grayscale: #B7B7B7. Windows color (decimal): -1592247 or 4830439. OLE color: 4830439.
HSL color Cylindrical-coordinate representation of color #E7B449: hue angle of 40.63º degrees, saturation: 0.77, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #E7B449 is Cyan = 0, Magento = 0.22, Yellow = 0.68 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 180 | 73 | - |
| CMYK | 0 | 0.22 | 0.68 | 0.09 |
| HSL | 40.63º | 0.77% | 0.6% | - |
| HSV(B) | 40.63º | 0.68% | 0.91% | - |
| XYZ | 50.48 | 50.11 | 13.32 | - |
| YUV | 183.05 | 65.9 | 162.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 180 | 73 | 0 | 0.22 | 0.68 | 0.09 | 40.63 | 0.77 | 0.6 |
| Hex | E7 | B4 | 49 | 0 | 16 | 44 | 9 | 29 | 4D | 3C |
| Octal | 347 | 264 | 111 | 0 | 26 | 104 | 11 | 51 | 115 | 74 |
| Binary | 11100111 | 10110100 | 1001001 | 0 | 10110 | 1000100 | 1001 | 101001 | 1001101 | 111100 |
Color Harmonies of #E7B449
Complementary color
Monochromatic Colors of #E7B449
Black with #E7B449
Text Example
Text Example
White with #E7B449
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7B449; }
p { color: rgb(231,180,73); }
H1.HeaderClassName
{
color: #E7B449;
}
.AnyTagClassName
{
color: #E7B449;
}
</style>
background-color css
<style>
a { background-color: #E7B449; }
a { background-color: rgb(231,180,73); }
div.DivClassName
{
background-color: #E7B449;
}
.BgClassName
{
background-color: #E7B449;
}
</style>
border-color css
<style>
span { border-color: #E7B449; }
span { border-color: rgb(231,180,73); }
td.TdClassName
{
border-color: #E7B449;
}
.TagClassName
{
border-color: #E7B449;
}
</style>