Shades of Ronchi #E2BD56
Tints of Ronchi #E2BD56
RGB
CMYK
RGB Variations
Color information
#E2BD56 (or 0xE2BD56) is known color: Ronchi. HEX triplet: E2, BD and 56. RGB value is (226,189,86). Sum of RGB (Red+Green+Blue) = 226+189+86=501 (66% of max value = 765). Red value is 226 (88.67% from 255 or 45.11% from 501); Green value is 189 (74.22% from 255 or 37.72% from 501); Blue value is 86 (33.98% from 255 or 17.17% from 501); Max value from RGB is 226 - color contains mainly: red. Hex color #E2BD56 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E2BD56 is #1D42A9. Grayscale: #BCBCBC. Windows color (decimal): -1917610 or 5684706. OLE color: 5684706.
HSL color Cylindrical-coordinate representation of color #E2BD56: hue angle of 44.14º degrees, saturation: 0.71, 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 #E2BD56 is Cyan = 0, Magento = 0.16, Yellow = 0.62 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 189 | 86 | - |
| CMYK | 0 | 0.16 | 0.62 | 0.11 |
| HSL | 44.14º | 0.71% | 0.61% | - |
| HSV(B) | 44.14º | 0.62% | 0.89% | - |
| XYZ | 51.24 | 53.24 | 16.38 | - |
| YUV | 188.32 | 70.26 | 154.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 189 | 86 | 0 | 0.16 | 0.62 | 0.11 | 44.14 | 0.71 | 0.61 |
| Hex | E2 | BD | 56 | 0 | 10 | 3E | B | 2C | 47 | 3D |
| Octal | 342 | 275 | 126 | 0 | 20 | 76 | 13 | 54 | 107 | 75 |
| Binary | 11100010 | 10111101 | 1010110 | 0 | 10000 | 111110 | 1011 | 101100 | 1000111 | 111101 |
Color Harmonies of #E2BD56
Complementary color
Monochromatic Colors of #E2BD56
Black with #E2BD56
Text Example
Text Example
White with #E2BD56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2BD56; }
p { color: rgb(226,189,86); }
H1.HeaderClassName
{
color: #E2BD56;
}
.AnyTagClassName
{
color: #E2BD56;
}
</style>
background-color css
<style>
a { background-color: #E2BD56; }
a { background-color: rgb(226,189,86); }
div.DivClassName
{
background-color: #E2BD56;
}
.BgClassName
{
background-color: #E2BD56;
}
</style>
border-color css
<style>
span { border-color: #E2BD56; }
span { border-color: rgb(226,189,86); }
td.TdClassName
{
border-color: #E2BD56;
}
.TagClassName
{
border-color: #E2BD56;
}
</style>