Shades of Manz #E2E05E
Tints of Manz #E2E05E
RGB
CMYK
RGB Variations
Color information
#E2E05E (or 0xE2E05E) is known color: Manz. HEX triplet: E2, E0 and 5E. RGB value is (226,224,94). Sum of RGB (Red+Green+Blue) = 226+224+94=544 (72% of max value = 765). Red value is 226 (88.67% from 255 or 41.54% from 544); Green value is 224 (87.89% from 255 or 41.18% from 544); Blue value is 94 (37.11% from 255 or 17.28% from 544); Max value from RGB is 226 - color contains mainly: red. Hex color #E2E05E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E2E05E is #1D1FA1. Grayscale: #D2D2D2. Windows color (decimal): -1908642 or 6217954. OLE color: 6217954.
HSL color Cylindrical-coordinate representation of color #E2E05E: hue angle of 59.09º degrees, saturation: 0.69, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #E2E05E is Cyan = 0, Magento = 0.01, Yellow = 0.58 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 224 | 94 | - |
| CMYK | 0 | 0.01 | 0.58 | 0.11 |
| HSL | 59.09º | 0.69% | 0.63% | - |
| HSV(B) | 59.09º | 0.58% | 0.89% | - |
| XYZ | 60.04 | 70.29 | 20.99 | - |
| YUV | 209.78 | 62.66 | 139.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 224 | 94 | 0 | 0.01 | 0.58 | 0.11 | 59.09 | 0.69 | 0.63 |
| Hex | E2 | E0 | 5E | 0 | 1 | 3A | B | 3B | 45 | 3F |
| Octal | 342 | 340 | 136 | 0 | 1 | 72 | 13 | 73 | 105 | 77 |
| Binary | 11100010 | 11100000 | 1011110 | 0 | 1 | 111010 | 1011 | 111011 | 1000101 | 111111 |
Color Harmonies of #E2E05E
Complementary color
Monochromatic Colors of #E2E05E
Black with #E2E05E
Text Example
Text Example
White with #E2E05E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2E05E; }
p { color: rgb(226,224,94); }
H1.HeaderClassName
{
color: #E2E05E;
}
.AnyTagClassName
{
color: #E2E05E;
}
</style>
background-color css
<style>
a { background-color: #E2E05E; }
a { background-color: rgb(226,224,94); }
div.DivClassName
{
background-color: #E2E05E;
}
.BgClassName
{
background-color: #E2E05E;
}
</style>
border-color css
<style>
span { border-color: #E2E05E; }
span { border-color: rgb(226,224,94); }
td.TdClassName
{
border-color: #E2E05E;
}
.TagClassName
{
border-color: #E2E05E;
}
</style>