Shades of Ronchi #E3B852
Tints of Ronchi #E3B852
RGB
CMYK
RGB Variations
Color information
#E3B852 (or 0xE3B852) is known color: Ronchi. HEX triplet: E3, B8 and 52. RGB value is (227,184,82). Sum of RGB (Red+Green+Blue) = 227+184+82=493 (65% of max value = 765). Red value is 227 (89.06% from 255 or 46.04% from 493); Green value is 184 (72.27% from 255 or 37.32% from 493); Blue value is 82 (32.42% from 255 or 16.63% from 493); Max value from RGB is 227 - color contains mainly: red. Hex color #E3B852 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E3B852 is #1C47AD. Grayscale: #B9B9B9. Windows color (decimal): -1853358 or 5421283. OLE color: 5421283.
HSL color Cylindrical-coordinate representation of color #E3B852: hue angle of 42.21º 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 #E3B852 is Cyan = 0, Magento = 0.19, Yellow = 0.64 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 184 | 82 | - |
| CMYK | 0 | 0.19 | 0.64 | 0.11 |
| HSL | 42.21º | 0.72% | 0.61% | - |
| HSV(B) | 42.21º | 0.64% | 0.89% | - |
| XYZ | 50.34 | 51.22 | 15.22 | - |
| YUV | 185.23 | 69.75 | 157.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 184 | 82 | 0 | 0.19 | 0.64 | 0.11 | 42.21 | 0.72 | 0.61 |
| Hex | E3 | B8 | 52 | 0 | 13 | 40 | B | 2A | 48 | 3D |
| Octal | 343 | 270 | 122 | 0 | 23 | 100 | 13 | 52 | 110 | 75 |
| Binary | 11100011 | 10111000 | 1010010 | 0 | 10011 | 1000000 | 1011 | 101010 | 1001000 | 111101 |
Color Harmonies of #E3B852
Complementary color
Monochromatic Colors of #E3B852
Black with #E3B852
Text Example
Text Example
White with #E3B852
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3B852; }
p { color: rgb(227,184,82); }
H1.HeaderClassName
{
color: #E3B852;
}
.AnyTagClassName
{
color: #E3B852;
}
</style>
background-color css
<style>
a { background-color: #E3B852; }
a { background-color: rgb(227,184,82); }
div.DivClassName
{
background-color: #E3B852;
}
.BgClassName
{
background-color: #E3B852;
}
</style>
border-color css
<style>
span { border-color: #E3B852; }
span { border-color: rgb(227,184,82); }
td.TdClassName
{
border-color: #E3B852;
}
.TagClassName
{
border-color: #E3B852;
}
</style>