Shades of Ronchi #E2B448
Tints of Ronchi #E2B448
RGB
CMYK
RGB Variations
Color information
#E2B448 (or 0xE2B448) is known color: Ronchi. HEX triplet: E2, B4 and 48. RGB value is (226,180,72). Sum of RGB (Red+Green+Blue) = 226+180+72=478 (63% of max value = 765). Red value is 226 (88.67% from 255 or 47.28% from 478); Green value is 180 (70.70% from 255 or 37.66% from 478); Blue value is 72 (28.52% from 255 or 15.06% from 478); Max value from RGB is 226 - color contains mainly: red. Hex color #E2B448 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E2B448 is #1D4BB7. Grayscale: #B5B5B5. Windows color (decimal): -1919928 or 4764898. OLE color: 4764898.
HSL color Cylindrical-coordinate representation of color #E2B448: hue angle of 42.08º degrees, saturation: 0.73, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #E2B448 is Cyan = 0, Magento = 0.20, Yellow = 0.68 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 180 | 72 | - |
| CMYK | 0 | 0.20 | 0.68 | 0.11 |
| HSL | 42.08º | 0.73% | 0.58% | - |
| HSV(B) | 42.08º | 0.68% | 0.89% | - |
| XYZ | 48.85 | 49.28 | 13.07 | - |
| YUV | 181.44 | 66.24 | 159.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 180 | 72 | 0 | 0.20 | 0.68 | 0.11 | 42.08 | 0.73 | 0.58 |
| Hex | E2 | B4 | 48 | 0 | 14 | 44 | B | 2A | 49 | 3A |
| Octal | 342 | 264 | 110 | 0 | 24 | 104 | 13 | 52 | 111 | 72 |
| Binary | 11100010 | 10110100 | 1001000 | 0 | 10100 | 1000100 | 1011 | 101010 | 1001001 | 111010 |
Color Harmonies of #E2B448
Complementary color
Monochromatic Colors of #E2B448
Black with #E2B448
Text Example
Text Example
White with #E2B448
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2B448; }
p { color: rgb(226,180,72); }
H1.HeaderClassName
{
color: #E2B448;
}
.AnyTagClassName
{
color: #E2B448;
}
</style>
background-color css
<style>
a { background-color: #E2B448; }
a { background-color: rgb(226,180,72); }
div.DivClassName
{
background-color: #E2B448;
}
.BgClassName
{
background-color: #E2B448;
}
</style>
border-color css
<style>
span { border-color: #E2B448; }
span { border-color: rgb(226,180,72); }
td.TdClassName
{
border-color: #E2B448;
}
.TagClassName
{
border-color: #E2B448;
}
</style>