Shades of Ronchi #E3B752
Tints of Ronchi #E3B752
RGB
CMYK
RGB Variations
Color information
#E3B752 (or 0xE3B752) is known color: Ronchi. HEX triplet: E3, B7 and 52. RGB value is (227,183,82). Sum of RGB (Red+Green+Blue) = 227+183+82=492 (65% of max value = 765). Red value is 227 (89.06% from 255 or 46.14% from 492); Green value is 183 (71.88% from 255 or 37.20% from 492); Blue value is 82 (32.42% from 255 or 16.67% from 492); Max value from RGB is 227 - color contains mainly: red. Hex color #E3B752 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E3B752 is #1C48AD. Grayscale: #B9B9B9. Windows color (decimal): -1853614 or 5421027. OLE color: 5421027.
HSL color Cylindrical-coordinate representation of color #E3B752: hue angle of 41.79º degrees, saturation: 0.72, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #E3B752 is Cyan = 0, Magento = 0.19, Yellow = 0.64 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 183 | 82 | - |
| CMYK | 0 | 0.19 | 0.64 | 0.11 |
| HSL | 41.79º | 0.72% | 0.61% | - |
| HSV(B) | 41.79º | 0.64% | 0.89% | - |
| XYZ | 50.14 | 50.81 | 15.15 | - |
| YUV | 184.64 | 70.08 | 158.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 183 | 82 | 0 | 0.19 | 0.64 | 0.11 | 41.79 | 0.72 | 0.61 |
| Hex | E3 | B7 | 52 | 0 | 13 | 40 | B | 2A | 48 | 3D |
| Octal | 343 | 267 | 122 | 0 | 23 | 100 | 13 | 52 | 110 | 75 |
| Binary | 11100011 | 10110111 | 1010010 | 0 | 10011 | 1000000 | 1011 | 101010 | 1001000 | 111101 |
Color Harmonies of #E3B752
Complementary color
Monochromatic Colors of #E3B752
Black with #E3B752
Text Example
Text Example
White with #E3B752
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3B752; }
p { color: rgb(227,183,82); }
H1.HeaderClassName
{
color: #E3B752;
}
.AnyTagClassName
{
color: #E3B752;
}
</style>
background-color css
<style>
a { background-color: #E3B752; }
a { background-color: rgb(227,183,82); }
div.DivClassName
{
background-color: #E3B752;
}
.BgClassName
{
background-color: #E3B752;
}
</style>
border-color css
<style>
span { border-color: #E3B752; }
span { border-color: rgb(227,183,82); }
td.TdClassName
{
border-color: #E3B752;
}
.TagClassName
{
border-color: #E3B752;
}
</style>