Shades of Ronchi #E2B752
Tints of Ronchi #E2B752
RGB
CMYK
RGB Variations
Color information
#E2B752 (or 0xE2B752) is known color: Ronchi. HEX triplet: E2, B7 and 52. RGB value is (226,183,82). Sum of RGB (Red+Green+Blue) = 226+183+82=491 (65% of max value = 765). Red value is 226 (88.67% from 255 or 46.03% from 491); Green value is 183 (71.88% from 255 or 37.27% from 491); Blue value is 82 (32.42% from 255 or 16.70% from 491); Max value from RGB is 226 - color contains mainly: red. Hex color #E2B752 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E2B752 is #1D48AD. Grayscale: #B8B8B8. Windows color (decimal): -1919150 or 5421026. OLE color: 5421026.
HSL color Cylindrical-coordinate representation of color #E2B752: hue angle of 42.08º degrees, saturation: 0.71, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #E2B752 is Cyan = 0, Magento = 0.19, Yellow = 0.64 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 183 | 82 | - |
| CMYK | 0 | 0.19 | 0.64 | 0.11 |
| HSL | 42.08º | 0.71% | 0.6% | - |
| HSV(B) | 42.08º | 0.64% | 0.89% | - |
| XYZ | 49.82 | 50.64 | 15.13 | - |
| YUV | 184.34 | 70.25 | 157.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 183 | 82 | 0 | 0.19 | 0.64 | 0.11 | 42.08 | 0.71 | 0.6 |
| Hex | E2 | B7 | 52 | 0 | 13 | 40 | B | 2A | 47 | 3C |
| Octal | 342 | 267 | 122 | 0 | 23 | 100 | 13 | 52 | 107 | 74 |
| Binary | 11100010 | 10110111 | 1010010 | 0 | 10011 | 1000000 | 1011 | 101010 | 1000111 | 111100 |
Color Harmonies of #E2B752
Complementary color
Monochromatic Colors of #E2B752
Black with #E2B752
Text Example
Text Example
White with #E2B752
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2B752; }
p { color: rgb(226,183,82); }
H1.HeaderClassName
{
color: #E2B752;
}
.AnyTagClassName
{
color: #E2B752;
}
</style>
background-color css
<style>
a { background-color: #E2B752; }
a { background-color: rgb(226,183,82); }
div.DivClassName
{
background-color: #E2B752;
}
.BgClassName
{
background-color: #E2B752;
}
</style>
border-color css
<style>
span { border-color: #E2B752; }
span { border-color: rgb(226,183,82); }
td.TdClassName
{
border-color: #E2B752;
}
.TagClassName
{
border-color: #E2B752;
}
</style>