Shades of Manz #E2E056
Tints of Manz #E2E056
RGB
CMYK
RGB Variations
Color information
#E2E056 (or 0xE2E056) is known color: Manz. HEX triplet: E2, E0 and 56. RGB value is (226,224,86). Sum of RGB (Red+Green+Blue) = 226+224+86=536 (70% of max value = 765). Red value is 226 (88.67% from 255 or 42.16% from 536); Green value is 224 (87.89% from 255 or 41.79% from 536); Blue value is 86 (33.98% from 255 or 16.04% from 536); Max value from RGB is 226 - color contains mainly: red. Hex color #E2E056 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E2E056 is #1D1FA9. Grayscale: #D1D1D1. Windows color (decimal): -1908650 or 5693666. OLE color: 5693666.
HSL color Cylindrical-coordinate representation of color #E2E056: hue angle of 59.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 #E2E056 is Cyan = 0, Magento = 0.01, Yellow = 0.62 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 224 | 86 | - |
| CMYK | 0 | 0.01 | 0.62 | 0.11 |
| HSL | 59.14º | 0.71% | 0.61% | - |
| HSV(B) | 59.14º | 0.62% | 0.89% | - |
| XYZ | 59.7 | 70.15 | 19.2 | - |
| YUV | 208.87 | 58.66 | 140.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 224 | 86 | 0 | 0.01 | 0.62 | 0.11 | 59.14 | 0.71 | 0.61 |
| Hex | E2 | E0 | 56 | 0 | 1 | 3E | B | 3B | 47 | 3D |
| Octal | 342 | 340 | 126 | 0 | 1 | 76 | 13 | 73 | 107 | 75 |
| Binary | 11100010 | 11100000 | 1010110 | 0 | 1 | 111110 | 1011 | 111011 | 1000111 | 111101 |
Color Harmonies of #E2E056
Complementary color
Monochromatic Colors of #E2E056
Black with #E2E056
Text Example
Text Example
White with #E2E056
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2E056; }
p { color: rgb(226,224,86); }
H1.HeaderClassName
{
color: #E2E056;
}
.AnyTagClassName
{
color: #E2E056;
}
</style>
background-color css
<style>
a { background-color: #E2E056; }
a { background-color: rgb(226,224,86); }
div.DivClassName
{
background-color: #E2E056;
}
.BgClassName
{
background-color: #E2E056;
}
</style>
border-color css
<style>
span { border-color: #E2E056; }
span { border-color: rgb(226,224,86); }
td.TdClassName
{
border-color: #E2E056;
}
.TagClassName
{
border-color: #E2E056;
}
</style>