Shades of Ronchi #E2BD4E
Tints of Ronchi #E2BD4E
RGB
CMYK
RGB Variations
Color information
#E2BD4E (or 0xE2BD4E) is known color: Ronchi. HEX triplet: E2, BD and 4E. RGB value is (226,189,78). Sum of RGB (Red+Green+Blue) = 226+189+78=493 (65% of max value = 765). Red value is 226 (88.67% from 255 or 45.84% from 493); Green value is 189 (74.22% from 255 or 38.34% from 493); Blue value is 78 (30.86% from 255 or 15.82% from 493); Max value from RGB is 226 - color contains mainly: red. Hex color #E2BD4E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E2BD4E is #1D42B1. Grayscale: #BBBBBB. Windows color (decimal): -1917618 or 5160418. OLE color: 5160418.
HSL color Cylindrical-coordinate representation of color #E2BD4E: hue angle of 45º degrees, saturation: 0.72, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #E2BD4E is Cyan = 0, Magento = 0.16, Yellow = 0.65 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 189 | 78 | - |
| CMYK | 0 | 0.16 | 0.65 | 0.11 |
| HSL | 45º | 0.72% | 0.6% | - |
| HSV(B) | 45º | 0.65% | 0.89% | - |
| XYZ | 50.94 | 53.11 | 14.78 | - |
| YUV | 187.41 | 66.26 | 155.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 189 | 78 | 0 | 0.16 | 0.65 | 0.11 | 45 | 0.72 | 0.6 |
| Hex | E2 | BD | 4E | 0 | 10 | 41 | B | 2D | 48 | 3C |
| Octal | 342 | 275 | 116 | 0 | 20 | 101 | 13 | 55 | 110 | 74 |
| Binary | 11100010 | 10111101 | 1001110 | 0 | 10000 | 1000001 | 1011 | 101101 | 1001000 | 111100 |
Color Harmonies of #E2BD4E
Complementary color
Monochromatic Colors of #E2BD4E
Black with #E2BD4E
Text Example
Text Example
White with #E2BD4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2BD4E; }
p { color: rgb(226,189,78); }
H1.HeaderClassName
{
color: #E2BD4E;
}
.AnyTagClassName
{
color: #E2BD4E;
}
</style>
background-color css
<style>
a { background-color: #E2BD4E; }
a { background-color: rgb(226,189,78); }
div.DivClassName
{
background-color: #E2BD4E;
}
.BgClassName
{
background-color: #E2BD4E;
}
</style>
border-color css
<style>
span { border-color: #E2BD4E; }
span { border-color: rgb(226,189,78); }
td.TdClassName
{
border-color: #E2BD4E;
}
.TagClassName
{
border-color: #E2BD4E;
}
</style>