Shades of Ronchi #E2BC4D
Tints of Ronchi #E2BC4D
RGB
CMYK
RGB Variations
Color information
#E2BC4D (or 0xE2BC4D) is known color: Ronchi. HEX triplet: E2, BC and 4D. RGB value is (226,188,77). Sum of RGB (Red+Green+Blue) = 226+188+77=491 (65% of max value = 765). Red value is 226 (88.67% from 255 or 46.03% from 491); Green value is 188 (73.83% from 255 or 38.29% from 491); Blue value is 77 (30.47% from 255 or 15.68% from 491); Max value from RGB is 226 - color contains mainly: red. Hex color #E2BC4D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E2BC4D is #1D43B2. Grayscale: #BBBBBB. Windows color (decimal): -1917875 or 5094626. OLE color: 5094626.
HSL color Cylindrical-coordinate representation of color #E2BC4D: hue angle of 44.7º degrees, saturation: 0.72, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #E2BC4D is Cyan = 0, Magento = 0.17, Yellow = 0.66 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 188 | 77 | - |
| CMYK | 0 | 0.17 | 0.66 | 0.11 |
| HSL | 44.7º | 0.72% | 0.59% | - |
| HSV(B) | 44.7º | 0.66% | 0.89% | - |
| XYZ | 50.69 | 52.67 | 14.52 | - |
| YUV | 186.71 | 66.09 | 156.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 188 | 77 | 0 | 0.17 | 0.66 | 0.11 | 44.7 | 0.72 | 0.59 |
| Hex | E2 | BC | 4D | 0 | 11 | 42 | B | 2D | 48 | 3B |
| Octal | 342 | 274 | 115 | 0 | 21 | 102 | 13 | 55 | 110 | 73 |
| Binary | 11100010 | 10111100 | 1001101 | 0 | 10001 | 1000010 | 1011 | 101101 | 1001000 | 111011 |
Color Harmonies of #E2BC4D
Complementary color
Monochromatic Colors of #E2BC4D
Black with #E2BC4D
Text Example
Text Example
White with #E2BC4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2BC4D; }
p { color: rgb(226,188,77); }
H1.HeaderClassName
{
color: #E2BC4D;
}
.AnyTagClassName
{
color: #E2BC4D;
}
</style>
background-color css
<style>
a { background-color: #E2BC4D; }
a { background-color: rgb(226,188,77); }
div.DivClassName
{
background-color: #E2BC4D;
}
.BgClassName
{
background-color: #E2BC4D;
}
</style>
border-color css
<style>
span { border-color: #E2BC4D; }
span { border-color: rgb(226,188,77); }
td.TdClassName
{
border-color: #E2BC4D;
}
.TagClassName
{
border-color: #E2BC4D;
}
</style>