Shades of Ronchi #E3BF56
Tints of Ronchi #E3BF56
RGB
CMYK
RGB Variations
Color information
#E3BF56 (or 0xE3BF56) is known color: Ronchi. HEX triplet: E3, BF and 56. RGB value is (227,191,86). Sum of RGB (Red+Green+Blue) = 227+191+86=504 (66% of max value = 765). Red value is 227 (89.06% from 255 or 45.04% from 504); Green value is 191 (75% from 255 or 37.90% from 504); Blue value is 86 (33.98% from 255 or 17.06% from 504); Max value from RGB is 227 - color contains mainly: red. Hex color #E3BF56 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E3BF56 is #1C40A9. Grayscale: #BEBEBE. Windows color (decimal): -1851562 or 5685219. OLE color: 5685219.
HSL color Cylindrical-coordinate representation of color #E3BF56: hue angle of 44.68º degrees, saturation: 0.72, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #E3BF56 is Cyan = 0, Magento = 0.16, Yellow = 0.62 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 191 | 86 | - |
| CMYK | 0 | 0.16 | 0.62 | 0.11 |
| HSL | 44.68º | 0.72% | 0.61% | - |
| HSV(B) | 44.68º | 0.62% | 0.89% | - |
| XYZ | 51.99 | 54.26 | 16.54 | - |
| YUV | 189.79 | 69.43 | 154.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 191 | 86 | 0 | 0.16 | 0.62 | 0.11 | 44.68 | 0.72 | 0.61 |
| Hex | E3 | BF | 56 | 0 | 10 | 3E | B | 2D | 48 | 3D |
| Octal | 343 | 277 | 126 | 0 | 20 | 76 | 13 | 55 | 110 | 75 |
| Binary | 11100011 | 10111111 | 1010110 | 0 | 10000 | 111110 | 1011 | 101101 | 1001000 | 111101 |
Color Harmonies of #E3BF56
Complementary color
Monochromatic Colors of #E3BF56
Black with #E3BF56
Text Example
Text Example
White with #E3BF56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3BF56; }
p { color: rgb(227,191,86); }
H1.HeaderClassName
{
color: #E3BF56;
}
.AnyTagClassName
{
color: #E3BF56;
}
</style>
background-color css
<style>
a { background-color: #E3BF56; }
a { background-color: rgb(227,191,86); }
div.DivClassName
{
background-color: #E3BF56;
}
.BgClassName
{
background-color: #E3BF56;
}
</style>
border-color css
<style>
span { border-color: #E3BF56; }
span { border-color: rgb(227,191,86); }
td.TdClassName
{
border-color: #E3BF56;
}
.TagClassName
{
border-color: #E3BF56;
}
</style>