Shades of Manz #E2E459
Tints of Manz #E2E459
RGB
CMYK
RGB Variations
Color information
#E2E459 (or 0xE2E459) is known color: Manz. HEX triplet: E2, E4 and 59. RGB value is (226,228,89). Sum of RGB (Red+Green+Blue) = 226+228+89=543 (71% of max value = 765). Red value is 226 (88.67% from 255 or 41.62% from 543); Green value is 228 (89.45% from 255 or 41.99% from 543); Blue value is 89 (35.16% from 255 or 16.39% from 543); Max value from RGB is 228 - color contains mainly: green. Hex color #E2E459 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E2E459 is #1D1BA6. Grayscale: #D4D4D4. Windows color (decimal): -1907623 or 5891298. OLE color: 5891298.
HSL color Cylindrical-coordinate representation of color #E2E459: hue angle of 60.86º degrees, saturation: 0.72, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #E2E459 is Cyan = 0.01, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 228 | 89 | - |
| CMYK | 0.01 | 0 | 0.61 | 0.11 |
| HSL | 60.86º | 0.72% | 0.62% | - |
| HSV(B) | 60.86º | 0.61% | 0.89% | - |
| XYZ | 60.91 | 72.38 | 20.21 | - |
| YUV | 211.56 | 58.84 | 138.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 228 | 89 | 0.01 | 0 | 0.61 | 0.11 | 60.86 | 0.72 | 0.62 |
| Hex | E2 | E4 | 59 | 1 | 0 | 3D | B | 3D | 48 | 3E |
| Octal | 342 | 344 | 131 | 1 | 0 | 75 | 13 | 75 | 110 | 76 |
| Binary | 11100010 | 11100100 | 1011001 | 1 | 0 | 111101 | 1011 | 111101 | 1001000 | 111110 |
Color Harmonies of #E2E459
Complementary color
Monochromatic Colors of #E2E459
Black with #E2E459
Text Example
Text Example
White with #E2E459
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2E459; }
p { color: rgb(226,228,89); }
H1.HeaderClassName
{
color: #E2E459;
}
.AnyTagClassName
{
color: #E2E459;
}
</style>
background-color css
<style>
a { background-color: #E2E459; }
a { background-color: rgb(226,228,89); }
div.DivClassName
{
background-color: #E2E459;
}
.BgClassName
{
background-color: #E2E459;
}
</style>
border-color css
<style>
span { border-color: #E2E459; }
span { border-color: rgb(226,228,89); }
td.TdClassName
{
border-color: #E2E459;
}
.TagClassName
{
border-color: #E2E459;
}
</style>