Shades of Ronchi #E2B64F
Tints of Ronchi #E2B64F
RGB
CMYK
RGB Variations
Color information
#E2B64F (or 0xE2B64F) is known color: Ronchi. HEX triplet: E2, B6 and 4F. RGB value is (226,182,79). Sum of RGB (Red+Green+Blue) = 226+182+79=487 (64% of max value = 765). Red value is 226 (88.67% from 255 or 46.41% from 487); Green value is 182 (71.48% from 255 or 37.37% from 487); Blue value is 79 (31.25% from 255 or 16.22% from 487); Max value from RGB is 226 - color contains mainly: red. Hex color #E2B64F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E2B64F is #1D49B0. Grayscale: #B7B7B7. Windows color (decimal): -1919409 or 5224162. OLE color: 5224162.
HSL color Cylindrical-coordinate representation of color #E2B64F: hue angle of 42.04º 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 #E2B64F is Cyan = 0, Magento = 0.19, Yellow = 0.65 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 182 | 79 | - |
| CMYK | 0 | 0.19 | 0.65 | 0.11 |
| HSL | 42.04º | 0.72% | 0.6% | - |
| HSV(B) | 42.04º | 0.65% | 0.89% | - |
| XYZ | 49.5 | 50.19 | 14.48 | - |
| YUV | 183.41 | 69.08 | 158.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 182 | 79 | 0 | 0.19 | 0.65 | 0.11 | 42.04 | 0.72 | 0.6 |
| Hex | E2 | B6 | 4F | 0 | 13 | 41 | B | 2A | 48 | 3C |
| Octal | 342 | 266 | 117 | 0 | 23 | 101 | 13 | 52 | 110 | 74 |
| Binary | 11100010 | 10110110 | 1001111 | 0 | 10011 | 1000001 | 1011 | 101010 | 1001000 | 111100 |
Color Harmonies of #E2B64F
Complementary color
Monochromatic Colors of #E2B64F
Black with #E2B64F
Text Example
Text Example
White with #E2B64F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2B64F; }
p { color: rgb(226,182,79); }
H1.HeaderClassName
{
color: #E2B64F;
}
.AnyTagClassName
{
color: #E2B64F;
}
</style>
background-color css
<style>
a { background-color: #E2B64F; }
a { background-color: rgb(226,182,79); }
div.DivClassName
{
background-color: #E2B64F;
}
.BgClassName
{
background-color: #E2B64F;
}
</style>
border-color css
<style>
span { border-color: #E2B64F; }
span { border-color: rgb(226,182,79); }
td.TdClassName
{
border-color: #E2B64F;
}
.TagClassName
{
border-color: #E2B64F;
}
</style>