Shades of Manz #E2E050
Tints of Manz #E2E050
RGB
CMYK
RGB Variations
Color information
#E2E050 (or 0xE2E050) is known color: Manz. HEX triplet: E2, E0 and 50. RGB value is (226,224,80). Sum of RGB (Red+Green+Blue) = 226+224+80=530 (70% of max value = 765). Red value is 226 (88.67% from 255 or 42.64% from 530); Green value is 224 (87.89% from 255 or 42.26% from 530); Blue value is 80 (31.64% from 255 or 15.09% from 530); Max value from RGB is 226 - color contains mainly: red. Hex color #E2E050 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E2E050 is #1D1FAF. Grayscale: #D0D0D0. Windows color (decimal): -1908656 or 5300450. OLE color: 5300450.
HSL color Cylindrical-coordinate representation of color #E2E050: hue angle of 59.18º degrees, saturation: 0.72, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #E2E050 is Cyan = 0, Magento = 0.01, Yellow = 0.65 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 224 | 80 | - |
| CMYK | 0 | 0.01 | 0.65 | 0.11 |
| HSL | 59.18º | 0.72% | 0.6% | - |
| HSV(B) | 59.18º | 0.65% | 0.89% | - |
| XYZ | 59.47 | 70.06 | 17.98 | - |
| YUV | 208.18 | 55.66 | 140.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 224 | 80 | 0 | 0.01 | 0.65 | 0.11 | 59.18 | 0.72 | 0.6 |
| Hex | E2 | E0 | 50 | 0 | 1 | 41 | B | 3B | 48 | 3C |
| Octal | 342 | 340 | 120 | 0 | 1 | 101 | 13 | 73 | 110 | 74 |
| Binary | 11100010 | 11100000 | 1010000 | 0 | 1 | 1000001 | 1011 | 111011 | 1001000 | 111100 |
Color Harmonies of #E2E050
Complementary color
Monochromatic Colors of #E2E050
Black with #E2E050
Text Example
Text Example
White with #E2E050
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2E050; }
p { color: rgb(226,224,80); }
H1.HeaderClassName
{
color: #E2E050;
}
.AnyTagClassName
{
color: #E2E050;
}
</style>
background-color css
<style>
a { background-color: #E2E050; }
a { background-color: rgb(226,224,80); }
div.DivClassName
{
background-color: #E2E050;
}
.BgClassName
{
background-color: #E2E050;
}
</style>
border-color css
<style>
span { border-color: #E2E050; }
span { border-color: rgb(226,224,80); }
td.TdClassName
{
border-color: #E2E050;
}
.TagClassName
{
border-color: #E2E050;
}
</style>