Shades of Manz #E2EA49
Tints of Manz #E2EA49
RGB
CMYK
RGB Variations
Color information
#E2EA49 (or 0xE2EA49) is known color: Manz. HEX triplet: E2, EA and 49. RGB value is (226,234,73). Sum of RGB (Red+Green+Blue) = 226+234+73=533 (70% of max value = 765). Red value is 226 (88.67% from 255 or 42.40% from 533); Green value is 234 (91.80% from 255 or 43.90% from 533); Blue value is 73 (28.91% from 255 or 13.70% from 533); Max value from RGB is 234 - color contains mainly: green. Hex color #E2EA49 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #E2EA49 is #1D15B6. Grayscale: #D5D5D5. Windows color (decimal): -1906103 or 4844258. OLE color: 4844258.
HSL color Cylindrical-coordinate representation of color #E2EA49: hue angle of 62.98º degrees, saturation: 0.79, 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 #E2EA49 is Cyan = 0.03, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 226 | 234 | 73 | - |
| CMYK | 0.03 | 0 | 0.69 | 0.08 |
| HSL | 62.98º | 0.79% | 0.6% | - |
| HSV(B) | 62.98º | 0.69% | 0.92% | - |
| XYZ | 61.99 | 75.5 | 17.61 | - |
| YUV | 213.25 | 48.85 | 137.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 234 | 73 | 0.03 | 0 | 0.69 | 0.08 | 62.98 | 0.79 | 0.6 |
| Hex | E2 | EA | 49 | 3 | 0 | 45 | 8 | 3F | 4F | 3C |
| Octal | 342 | 352 | 111 | 3 | 0 | 105 | 10 | 77 | 117 | 74 |
| Binary | 11100010 | 11101010 | 1001001 | 11 | 0 | 1000101 | 1000 | 111111 | 1001111 | 111100 |
Color Harmonies of #E2EA49
Complementary color
Monochromatic Colors of #E2EA49
Black with #E2EA49
Text Example
Text Example
White with #E2EA49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2EA49; }
p { color: rgb(226,234,73); }
H1.HeaderClassName
{
color: #E2EA49;
}
.AnyTagClassName
{
color: #E2EA49;
}
</style>
background-color css
<style>
a { background-color: #E2EA49; }
a { background-color: rgb(226,234,73); }
div.DivClassName
{
background-color: #E2EA49;
}
.BgClassName
{
background-color: #E2EA49;
}
</style>
border-color css
<style>
span { border-color: #E2EA49; }
span { border-color: rgb(226,234,73); }
td.TdClassName
{
border-color: #E2EA49;
}
.TagClassName
{
border-color: #E2EA49;
}
</style>