Shades of Manz #E0E15A
Tints of Manz #E0E15A
RGB
CMYK
RGB Variations
Color information
#E0E15A (or 0xE0E15A) is known color: Manz. HEX triplet: E0, E1 and 5A. RGB value is (224,225,90). Sum of RGB (Red+Green+Blue) = 224+225+90=539 (71% of max value = 765). Red value is 224 (87.89% from 255 or 41.56% from 539); Green value is 225 (88.28% from 255 or 41.74% from 539); Blue value is 90 (35.55% from 255 or 16.70% from 539); Max value from RGB is 225 - color contains mainly: green. Hex color #E0E15A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E0E15A is #1F1EA5. Grayscale: #D1D1D1. Windows color (decimal): -2039462 or 5956064. OLE color: 5956064.
HSL color Cylindrical-coordinate representation of color #E0E15A: hue angle of 60.44º degrees, saturation: 0.69, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #E0E15A is Cyan = 0.00, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 225 | 90 | - |
| CMYK | 0.00 | 0 | 0.60 | 0.12 |
| HSL | 60.44º | 0.69% | 0.62% | - |
| HSV(B) | 60.44º | 0.6% | 0.88% | - |
| XYZ | 59.51 | 70.44 | 20.13 | - |
| YUV | 209.31 | 60.67 | 138.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 225 | 90 | 0.00 | 0 | 0.60 | 0.12 | 60.44 | 0.69 | 0.62 |
| Hex | E0 | E1 | 5A | 0 | 0 | 3C | C | 3C | 45 | 3E |
| Octal | 340 | 341 | 132 | 0 | 0 | 74 | 14 | 74 | 105 | 76 |
| Binary | 11100000 | 11100001 | 1011010 | 0 | 0 | 111100 | 1100 | 111100 | 1000101 | 111110 |
Color Harmonies of #E0E15A
Complementary color
Monochromatic Colors of #E0E15A
Black with #E0E15A
Text Example
Text Example
White with #E0E15A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0E15A; }
p { color: rgb(224,225,90); }
H1.HeaderClassName
{
color: #E0E15A;
}
.AnyTagClassName
{
color: #E0E15A;
}
</style>
background-color css
<style>
a { background-color: #E0E15A; }
a { background-color: rgb(224,225,90); }
div.DivClassName
{
background-color: #E0E15A;
}
.BgClassName
{
background-color: #E0E15A;
}
</style>
border-color css
<style>
span { border-color: #E0E15A; }
span { border-color: rgb(224,225,90); }
td.TdClassName
{
border-color: #E0E15A;
}
.TagClassName
{
border-color: #E0E15A;
}
</style>