Shades of Manz #E2EB49
Tints of Manz #E2EB49
RGB
CMYK
RGB Variations
Color information
#E2EB49 (or 0xE2EB49) is known color: Manz. HEX triplet: E2, EB and 49. RGB value is (226,235,73). Sum of RGB (Red+Green+Blue) = 226+235+73=534 (70% of max value = 765). Red value is 226 (88.67% from 255 or 42.32% from 534); Green value is 235 (92.19% from 255 or 44.01% from 534); Blue value is 73 (28.91% from 255 or 13.67% from 534); Max value from RGB is 235 - color contains mainly: green. Hex color #E2EB49 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #E2EB49 is #1D14B6. Grayscale: #D6D6D6. Windows color (decimal): -1905847 or 4844514. OLE color: 4844514.
HSL color Cylindrical-coordinate representation of color #E2EB49: hue angle of 63.33º degrees, saturation: 0.8, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #E2EB49 is Cyan = 0.04, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 226 | 235 | 73 | - |
| CMYK | 0.04 | 0 | 0.69 | 0.08 |
| HSL | 63.33º | 0.8% | 0.6% | - |
| HSV(B) | 63.33º | 0.69% | 0.92% | - |
| XYZ | 62.27 | 76.07 | 17.7 | - |
| YUV | 213.84 | 48.52 | 136.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 235 | 73 | 0.04 | 0 | 0.69 | 0.08 | 63.33 | 0.8 | 0.6 |
| Hex | E2 | EB | 49 | 4 | 0 | 45 | 8 | 3F | 50 | 3C |
| Octal | 342 | 353 | 111 | 4 | 0 | 105 | 10 | 77 | 120 | 74 |
| Binary | 11100010 | 11101011 | 1001001 | 100 | 0 | 1000101 | 1000 | 111111 | 1010000 | 111100 |
Color Harmonies of #E2EB49
Complementary color
Monochromatic Colors of #E2EB49
Black with #E2EB49
Text Example
Text Example
White with #E2EB49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2EB49; }
p { color: rgb(226,235,73); }
H1.HeaderClassName
{
color: #E2EB49;
}
.AnyTagClassName
{
color: #E2EB49;
}
</style>
background-color css
<style>
a { background-color: #E2EB49; }
a { background-color: rgb(226,235,73); }
div.DivClassName
{
background-color: #E2EB49;
}
.BgClassName
{
background-color: #E2EB49;
}
</style>
border-color css
<style>
span { border-color: #E2EB49; }
span { border-color: rgb(226,235,73); }
td.TdClassName
{
border-color: #E2EB49;
}
.TagClassName
{
border-color: #E2EB49;
}
</style>