Shades of Manz #E2E04E
Tints of Manz #E2E04E
RGB
CMYK
RGB Variations
Color information
#E2E04E (or 0xE2E04E) is known color: Manz. HEX triplet: E2, E0 and 4E. RGB value is (226,224,78). Sum of RGB (Red+Green+Blue) = 226+224+78=528 (69% of max value = 765). Red value is 226 (88.67% from 255 or 42.80% from 528); Green value is 224 (87.89% from 255 or 42.42% from 528); Blue value is 78 (30.86% from 255 or 14.77% from 528); Max value from RGB is 226 - color contains mainly: red. Hex color #E2E04E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E2E04E is #1D1FB1. Grayscale: #D0D0D0. Windows color (decimal): -1908658 or 5169378. OLE color: 5169378.
HSL color Cylindrical-coordinate representation of color #E2E04E: hue angle of 59.19º 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 #E2E04E is Cyan = 0, Magento = 0.01, Yellow = 0.65 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 224 | 78 | - |
| CMYK | 0 | 0.01 | 0.65 | 0.11 |
| HSL | 59.19º | 0.72% | 0.6% | - |
| HSV(B) | 59.19º | 0.65% | 0.89% | - |
| XYZ | 59.39 | 70.03 | 17.59 | - |
| YUV | 207.95 | 54.66 | 140.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 224 | 78 | 0 | 0.01 | 0.65 | 0.11 | 59.19 | 0.72 | 0.6 |
| Hex | E2 | E0 | 4E | 0 | 1 | 41 | B | 3B | 48 | 3C |
| Octal | 342 | 340 | 116 | 0 | 1 | 101 | 13 | 73 | 110 | 74 |
| Binary | 11100010 | 11100000 | 1001110 | 0 | 1 | 1000001 | 1011 | 111011 | 1001000 | 111100 |
Color Harmonies of #E2E04E
Complementary color
Monochromatic Colors of #E2E04E
Black with #E2E04E
Text Example
Text Example
White with #E2E04E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2E04E; }
p { color: rgb(226,224,78); }
H1.HeaderClassName
{
color: #E2E04E;
}
.AnyTagClassName
{
color: #E2E04E;
}
</style>
background-color css
<style>
a { background-color: #E2E04E; }
a { background-color: rgb(226,224,78); }
div.DivClassName
{
background-color: #E2E04E;
}
.BgClassName
{
background-color: #E2E04E;
}
</style>
border-color css
<style>
span { border-color: #E2E04E; }
span { border-color: rgb(226,224,78); }
td.TdClassName
{
border-color: #E2E04E;
}
.TagClassName
{
border-color: #E2E04E;
}
</style>