Shades of Manz #E0E15E
Tints of Manz #E0E15E
RGB
CMYK
RGB Variations
Color information
#E0E15E (or 0xE0E15E) is known color: Manz. HEX triplet: E0, E1 and 5E. RGB value is (224,225,94). Sum of RGB (Red+Green+Blue) = 224+225+94=543 (71% of max value = 765). Red value is 224 (87.89% from 255 or 41.25% from 543); Green value is 225 (88.28% from 255 or 41.44% from 543); Blue value is 94 (37.11% from 255 or 17.31% from 543); Max value from RGB is 225 - color contains mainly: green. Hex color #E0E15E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E0E15E is #1F1EA1. Grayscale: #D2D2D2. Windows color (decimal): -2039458 or 6218208. OLE color: 6218208.
HSL color Cylindrical-coordinate representation of color #E0E15E: hue angle of 60.46º degrees, saturation: 0.69, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #E0E15E is Cyan = 0.00, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 225 | 94 | - |
| CMYK | 0.00 | 0 | 0.58 | 0.12 |
| HSL | 60.46º | 0.69% | 0.63% | - |
| HSV(B) | 60.46º | 0.58% | 0.88% | - |
| XYZ | 59.69 | 70.51 | 21.05 | - |
| YUV | 209.77 | 62.67 | 138.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 225 | 94 | 0.00 | 0 | 0.58 | 0.12 | 60.46 | 0.69 | 0.63 |
| Hex | E0 | E1 | 5E | 0 | 0 | 3A | C | 3C | 45 | 3F |
| Octal | 340 | 341 | 136 | 0 | 0 | 72 | 14 | 74 | 105 | 77 |
| Binary | 11100000 | 11100001 | 1011110 | 0 | 0 | 111010 | 1100 | 111100 | 1000101 | 111111 |
Color Harmonies of #E0E15E
Complementary color
Monochromatic Colors of #E0E15E
Black with #E0E15E
Text Example
Text Example
White with #E0E15E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0E15E; }
p { color: rgb(224,225,94); }
H1.HeaderClassName
{
color: #E0E15E;
}
.AnyTagClassName
{
color: #E0E15E;
}
</style>
background-color css
<style>
a { background-color: #E0E15E; }
a { background-color: rgb(224,225,94); }
div.DivClassName
{
background-color: #E0E15E;
}
.BgClassName
{
background-color: #E0E15E;
}
</style>
border-color css
<style>
span { border-color: #E0E15E; }
span { border-color: rgb(224,225,94); }
td.TdClassName
{
border-color: #E0E15E;
}
.TagClassName
{
border-color: #E0E15E;
}
</style>