Shades of Ronchi #E5BC51
Tints of Ronchi #E5BC51
RGB
CMYK
RGB Variations
Color information
#E5BC51 (or 0xE5BC51) is known color: Ronchi. HEX triplet: E5, BC and 51. RGB value is (229,188,81). Sum of RGB (Red+Green+Blue) = 229+188+81=498 (65% of max value = 765). Red value is 229 (89.84% from 255 or 45.98% from 498); Green value is 188 (73.83% from 255 or 37.75% from 498); Blue value is 81 (32.03% from 255 or 16.27% from 498); Max value from RGB is 229 - color contains mainly: red. Hex color #E5BC51 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E5BC51 is #1A43AE. Grayscale: #BCBCBC. Windows color (decimal): -1721263 or 5356773. OLE color: 5356773.
HSL color Cylindrical-coordinate representation of color #E5BC51: hue angle of 43.38º degrees, saturation: 0.74, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #E5BC51 is Cyan = 0, Magento = 0.18, Yellow = 0.65 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 188 | 81 | - |
| CMYK | 0 | 0.18 | 0.65 | 0.10 |
| HSL | 43.38º | 0.74% | 0.61% | - |
| HSV(B) | 43.38º | 0.65% | 0.9% | - |
| XYZ | 51.78 | 53.22 | 15.33 | - |
| YUV | 188.06 | 67.58 | 157.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 188 | 81 | 0 | 0.18 | 0.65 | 0.10 | 43.38 | 0.74 | 0.61 |
| Hex | E5 | BC | 51 | 0 | 12 | 41 | A | 2B | 4A | 3D |
| Octal | 345 | 274 | 121 | 0 | 22 | 101 | 12 | 53 | 112 | 75 |
| Binary | 11100101 | 10111100 | 1010001 | 0 | 10010 | 1000001 | 1010 | 101011 | 1001010 | 111101 |
Color Harmonies of #E5BC51
Complementary color
Monochromatic Colors of #E5BC51
Black with #E5BC51
Text Example
Text Example
White with #E5BC51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5BC51; }
p { color: rgb(229,188,81); }
H1.HeaderClassName
{
color: #E5BC51;
}
.AnyTagClassName
{
color: #E5BC51;
}
</style>
background-color css
<style>
a { background-color: #E5BC51; }
a { background-color: rgb(229,188,81); }
div.DivClassName
{
background-color: #E5BC51;
}
.BgClassName
{
background-color: #E5BC51;
}
</style>
border-color css
<style>
span { border-color: #E5BC51; }
span { border-color: rgb(229,188,81); }
td.TdClassName
{
border-color: #E5BC51;
}
.TagClassName
{
border-color: #E5BC51;
}
</style>