Shades of Manz #E2E45A
Tints of Manz #E2E45A
RGB
CMYK
RGB Variations
Color information
#E2E45A (or 0xE2E45A) is known color: Manz. HEX triplet: E2, E4 and 5A. RGB value is (226,228,90). Sum of RGB (Red+Green+Blue) = 226+228+90=544 (72% of max value = 765). Red value is 226 (88.67% from 255 or 41.54% from 544); Green value is 228 (89.45% from 255 or 41.91% from 544); Blue value is 90 (35.55% from 255 or 16.54% from 544); Max value from RGB is 228 - color contains mainly: green. Hex color #E2E45A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E2E45A is #1D1BA5. Grayscale: #D4D4D4. Windows color (decimal): -1907622 or 5956834. OLE color: 5956834.
HSL color Cylindrical-coordinate representation of color #E2E45A: hue angle of 60.87º 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 #E2E45A is Cyan = 0.01, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 228 | 90 | - |
| CMYK | 0.01 | 0 | 0.61 | 0.11 |
| HSL | 60.87º | 0.72% | 0.62% | - |
| HSV(B) | 60.87º | 0.61% | 0.89% | - |
| XYZ | 60.95 | 72.39 | 20.43 | - |
| YUV | 211.67 | 59.34 | 138.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 228 | 90 | 0.01 | 0 | 0.61 | 0.11 | 60.87 | 0.72 | 0.62 |
| Hex | E2 | E4 | 5A | 1 | 0 | 3D | B | 3D | 48 | 3E |
| Octal | 342 | 344 | 132 | 1 | 0 | 75 | 13 | 75 | 110 | 76 |
| Binary | 11100010 | 11100100 | 1011010 | 1 | 0 | 111101 | 1011 | 111101 | 1001000 | 111110 |
Color Harmonies of #E2E45A
Complementary color
Monochromatic Colors of #E2E45A
Black with #E2E45A
Text Example
Text Example
White with #E2E45A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2E45A; }
p { color: rgb(226,228,90); }
H1.HeaderClassName
{
color: #E2E45A;
}
.AnyTagClassName
{
color: #E2E45A;
}
</style>
background-color css
<style>
a { background-color: #E2E45A; }
a { background-color: rgb(226,228,90); }
div.DivClassName
{
background-color: #E2E45A;
}
.BgClassName
{
background-color: #E2E45A;
}
</style>
border-color css
<style>
span { border-color: #E2E45A; }
span { border-color: rgb(226,228,90); }
td.TdClassName
{
border-color: #E2E45A;
}
.TagClassName
{
border-color: #E2E45A;
}
</style>