Shades of Manz #E0E24D
Tints of Manz #E0E24D
RGB
CMYK
RGB Variations
Color information
#E0E24D (or 0xE0E24D) is known color: Manz. HEX triplet: E0, E2 and 4D. RGB value is (224,226,77). Sum of RGB (Red+Green+Blue) = 224+226+77=527 (69% of max value = 765). Red value is 224 (87.89% from 255 or 42.50% from 527); Green value is 226 (88.67% from 255 or 42.88% from 527); Blue value is 77 (30.47% from 255 or 14.61% from 527); Max value from RGB is 226 - color contains mainly: green. Hex color #E0E24D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E0E24D is #1F1DB2. Grayscale: #D1D1D1. Windows color (decimal): -2039219 or 5104352. OLE color: 5104352.
HSL color Cylindrical-coordinate representation of color #E0E24D: hue angle of 60.81º degrees, saturation: 0.72, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #E0E24D is Cyan = 0.01, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 224 | 226 | 77 | - |
| CMYK | 0.01 | 0 | 0.66 | 0.11 |
| HSL | 60.81º | 0.72% | 0.59% | - |
| HSV(B) | 60.81º | 0.66% | 0.89% | - |
| XYZ | 59.28 | 70.78 | 17.56 | - |
| YUV | 208.42 | 53.84 | 139.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 226 | 77 | 0.01 | 0 | 0.66 | 0.11 | 60.81 | 0.72 | 0.59 |
| Hex | E0 | E2 | 4D | 1 | 0 | 42 | B | 3D | 48 | 3B |
| Octal | 340 | 342 | 115 | 1 | 0 | 102 | 13 | 75 | 110 | 73 |
| Binary | 11100000 | 11100010 | 1001101 | 1 | 0 | 1000010 | 1011 | 111101 | 1001000 | 111011 |
Color Harmonies of #E0E24D
Complementary color
Monochromatic Colors of #E0E24D
Black with #E0E24D
Text Example
Text Example
White with #E0E24D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0E24D; }
p { color: rgb(224,226,77); }
H1.HeaderClassName
{
color: #E0E24D;
}
.AnyTagClassName
{
color: #E0E24D;
}
</style>
background-color css
<style>
a { background-color: #E0E24D; }
a { background-color: rgb(224,226,77); }
div.DivClassName
{
background-color: #E0E24D;
}
.BgClassName
{
background-color: #E0E24D;
}
</style>
border-color css
<style>
span { border-color: #E0E24D; }
span { border-color: rgb(224,226,77); }
td.TdClassName
{
border-color: #E0E24D;
}
.TagClassName
{
border-color: #E0E24D;
}
</style>