Shades of Ronchi #E3BD51
Tints of Ronchi #E3BD51
RGB
CMYK
RGB Variations
Color information
#E3BD51 (or 0xE3BD51) is known color: Ronchi. HEX triplet: E3, BD and 51. RGB value is (227,189,81). Sum of RGB (Red+Green+Blue) = 227+189+81=497 (65% of max value = 765). Red value is 227 (89.06% from 255 or 45.67% from 497); Green value is 189 (74.22% from 255 or 38.03% from 497); Blue value is 81 (32.03% from 255 or 16.30% from 497); Max value from RGB is 227 - color contains mainly: red. Hex color #E3BD51 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E3BD51 is #1C42AE. Grayscale: #BCBCBC. Windows color (decimal): -1852079 or 5357027. OLE color: 5357027.
HSL color Cylindrical-coordinate representation of color #E3BD51: hue angle of 44.38º degrees, saturation: 0.72, 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 #E3BD51 is Cyan = 0, Magento = 0.17, Yellow = 0.64 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 189 | 81 | - |
| CMYK | 0 | 0.17 | 0.64 | 0.11 |
| HSL | 44.38º | 0.72% | 0.6% | - |
| HSV(B) | 44.38º | 0.64% | 0.89% | - |
| XYZ | 51.36 | 53.32 | 15.37 | - |
| YUV | 188.05 | 67.59 | 155.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 189 | 81 | 0 | 0.17 | 0.64 | 0.11 | 44.38 | 0.72 | 0.6 |
| Hex | E3 | BD | 51 | 0 | 11 | 40 | B | 2C | 48 | 3C |
| Octal | 343 | 275 | 121 | 0 | 21 | 100 | 13 | 54 | 110 | 74 |
| Binary | 11100011 | 10111101 | 1010001 | 0 | 10001 | 1000000 | 1011 | 101100 | 1001000 | 111100 |
Color Harmonies of #E3BD51
Complementary color
Monochromatic Colors of #E3BD51
Black with #E3BD51
Text Example
Text Example
White with #E3BD51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3BD51; }
p { color: rgb(227,189,81); }
H1.HeaderClassName
{
color: #E3BD51;
}
.AnyTagClassName
{
color: #E3BD51;
}
</style>
background-color css
<style>
a { background-color: #E3BD51; }
a { background-color: rgb(227,189,81); }
div.DivClassName
{
background-color: #E3BD51;
}
.BgClassName
{
background-color: #E3BD51;
}
</style>
border-color css
<style>
span { border-color: #E3BD51; }
span { border-color: rgb(227,189,81); }
td.TdClassName
{
border-color: #E3BD51;
}
.TagClassName
{
border-color: #E3BD51;
}
</style>