Shades of Manz #E2E149
Tints of Manz #E2E149
RGB
CMYK
RGB Variations
Color information
#E2E149 (or 0xE2E149) is known color: Manz. HEX triplet: E2, E1 and 49. RGB value is (226,225,73). Sum of RGB (Red+Green+Blue) = 226+225+73=524 (69% of max value = 765). Red value is 226 (88.67% from 255 or 43.13% from 524); Green value is 225 (88.28% from 255 or 42.94% from 524); Blue value is 73 (28.91% from 255 or 13.93% from 524); Max value from RGB is 226 - color contains mainly: red. Hex color #E2E149 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E2E149 is #1D1EB6. Grayscale: #D0D0D0. Windows color (decimal): -1908407 or 4841954. OLE color: 4841954.
HSL color Cylindrical-coordinate representation of color #E2E149: hue angle of 59.61º degrees, saturation: 0.73, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #E2E149 is Cyan = 0, Magento = 0.00, Yellow = 0.68 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 225 | 73 | - |
| CMYK | 0 | 0.00 | 0.68 | 0.11 |
| HSL | 59.61º | 0.73% | 0.59% | - |
| HSV(B) | 59.61º | 0.68% | 0.89% | - |
| XYZ | 59.49 | 70.5 | 16.78 | - |
| YUV | 207.97 | 51.83 | 140.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 225 | 73 | 0 | 0.00 | 0.68 | 0.11 | 59.61 | 0.73 | 0.59 |
| Hex | E2 | E1 | 49 | 0 | 0 | 44 | B | 3C | 49 | 3B |
| Octal | 342 | 341 | 111 | 0 | 0 | 104 | 13 | 74 | 111 | 73 |
| Binary | 11100010 | 11100001 | 1001001 | 0 | 0 | 1000100 | 1011 | 111100 | 1001001 | 111011 |
Color Harmonies of #E2E149
Complementary color
Monochromatic Colors of #E2E149
Black with #E2E149
Text Example
Text Example
White with #E2E149
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2E149; }
p { color: rgb(226,225,73); }
H1.HeaderClassName
{
color: #E2E149;
}
.AnyTagClassName
{
color: #E2E149;
}
</style>
background-color css
<style>
a { background-color: #E2E149; }
a { background-color: rgb(226,225,73); }
div.DivClassName
{
background-color: #E2E149;
}
.BgClassName
{
background-color: #E2E149;
}
</style>
border-color css
<style>
span { border-color: #E2E149; }
span { border-color: rgb(226,225,73); }
td.TdClassName
{
border-color: #E2E149;
}
.TagClassName
{
border-color: #E2E149;
}
</style>