Shades of Manz #E0EC4A
Tints of Manz #E0EC4A
RGB
CMYK
RGB Variations
Color information
#E0EC4A (or 0xE0EC4A) is known color: Manz. HEX triplet: E0, EC and 4A. RGB value is (224,236,74). Sum of RGB (Red+Green+Blue) = 224+236+74=534 (70% of max value = 765). Red value is 224 (87.89% from 255 or 41.95% from 534); Green value is 236 (92.58% from 255 or 44.19% from 534); Blue value is 74 (29.30% from 255 or 13.86% from 534); Max value from RGB is 236 - color contains mainly: green. Hex color #E0EC4A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #E0EC4A is #1F13B5. Grayscale: #D6D6D6. Windows color (decimal): -2036662 or 4910304. OLE color: 4910304.
HSL color Cylindrical-coordinate representation of color #E0EC4A: hue angle of 64.44º degrees, saturation: 0.81, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #E0EC4A is Cyan = 0.05, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 224 | 236 | 74 | - |
| CMYK | 0.05 | 0 | 0.69 | 0.07 |
| HSL | 64.44º | 0.81% | 0.61% | - |
| HSV(B) | 64.44º | 0.69% | 0.93% | - |
| XYZ | 61.97 | 76.33 | 17.95 | - |
| YUV | 213.94 | 49.02 | 135.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 236 | 74 | 0.05 | 0 | 0.69 | 0.07 | 64.44 | 0.81 | 0.61 |
| Hex | E0 | EC | 4A | 5 | 0 | 45 | 7 | 40 | 51 | 3D |
| Octal | 340 | 354 | 112 | 5 | 0 | 105 | 7 | 100 | 121 | 75 |
| Binary | 11100000 | 11101100 | 1001010 | 101 | 0 | 1000101 | 111 | 1000000 | 1010001 | 111101 |
Color Harmonies of #E0EC4A
Complementary color
Monochromatic Colors of #E0EC4A
Black with #E0EC4A
Text Example
Text Example
White with #E0EC4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0EC4A; }
p { color: rgb(224,236,74); }
H1.HeaderClassName
{
color: #E0EC4A;
}
.AnyTagClassName
{
color: #E0EC4A;
}
</style>
background-color css
<style>
a { background-color: #E0EC4A; }
a { background-color: rgb(224,236,74); }
div.DivClassName
{
background-color: #E0EC4A;
}
.BgClassName
{
background-color: #E0EC4A;
}
</style>
border-color css
<style>
span { border-color: #E0EC4A; }
span { border-color: rgb(224,236,74); }
td.TdClassName
{
border-color: #E0EC4A;
}
.TagClassName
{
border-color: #E0EC4A;
}
</style>