Shades of Ronchi #E2B945
Tints of Ronchi #E2B945
RGB
CMYK
RGB Variations
Color information
#E2B945 (or 0xE2B945) is known color: Ronchi. HEX triplet: E2, B9 and 45. RGB value is (226,185,69). Sum of RGB (Red+Green+Blue) = 226+185+69=480 (63% of max value = 765). Red value is 226 (88.67% from 255 or 47.08% from 480); Green value is 185 (72.66% from 255 or 38.54% from 480); Blue value is 69 (27.34% from 255 or 14.38% from 480); Max value from RGB is 226 - color contains mainly: red. Hex color #E2B945 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E2B945 is #1D46BA. Grayscale: #B8B8B8. Windows color (decimal): -1918651 or 4569570. OLE color: 4569570.
HSL color Cylindrical-coordinate representation of color #E2B945: hue angle of 44.33º degrees, saturation: 0.73, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #E2B945 is Cyan = 0, Magento = 0.18, Yellow = 0.69 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 185 | 69 | - |
| CMYK | 0 | 0.18 | 0.69 | 0.11 |
| HSL | 44.33º | 0.73% | 0.58% | - |
| HSV(B) | 44.33º | 0.69% | 0.89% | - |
| XYZ | 49.79 | 51.3 | 12.91 | - |
| YUV | 184.04 | 63.08 | 157.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 185 | 69 | 0 | 0.18 | 0.69 | 0.11 | 44.33 | 0.73 | 0.58 |
| Hex | E2 | B9 | 45 | 0 | 12 | 45 | B | 2C | 49 | 3A |
| Octal | 342 | 271 | 105 | 0 | 22 | 105 | 13 | 54 | 111 | 72 |
| Binary | 11100010 | 10111001 | 1000101 | 0 | 10010 | 1000101 | 1011 | 101100 | 1001001 | 111010 |
Color Harmonies of #E2B945
Complementary color
Monochromatic Colors of #E2B945
Black with #E2B945
Text Example
Text Example
White with #E2B945
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2B945; }
p { color: rgb(226,185,69); }
H1.HeaderClassName
{
color: #E2B945;
}
.AnyTagClassName
{
color: #E2B945;
}
</style>
background-color css
<style>
a { background-color: #E2B945; }
a { background-color: rgb(226,185,69); }
div.DivClassName
{
background-color: #E2B945;
}
.BgClassName
{
background-color: #E2B945;
}
</style>
border-color css
<style>
span { border-color: #E2B945; }
span { border-color: rgb(226,185,69); }
td.TdClassName
{
border-color: #E2B945;
}
.TagClassName
{
border-color: #E2B945;
}
</style>