Shades of Manz #E0EC4C
Tints of Manz #E0EC4C
RGB
CMYK
RGB Variations
Color information
#E0EC4C (or 0xE0EC4C) is known color: Manz. HEX triplet: E0, EC and 4C. RGB value is (224,236,76). Sum of RGB (Red+Green+Blue) = 224+236+76=536 (70% of max value = 765). Red value is 224 (87.89% from 255 or 41.79% from 536); Green value is 236 (92.58% from 255 or 44.03% from 536); Blue value is 76 (30.08% from 255 or 14.18% from 536); Max value from RGB is 236 - color contains mainly: green. Hex color #E0EC4C is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #E0EC4C is #1F13B3. Grayscale: #D6D6D6. Windows color (decimal): -2036660 or 5041376. OLE color: 5041376.
HSL color Cylindrical-coordinate representation of color #E0EC4C: hue angle of 64.5º degrees, saturation: 0.81, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #E0EC4C is Cyan = 0.05, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 224 | 236 | 76 | - |
| CMYK | 0.05 | 0 | 0.68 | 0.07 |
| HSL | 64.5º | 0.81% | 0.61% | - |
| HSV(B) | 64.5º | 0.68% | 0.93% | - |
| XYZ | 62.04 | 76.36 | 18.31 | - |
| YUV | 214.17 | 50.02 | 135.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 236 | 76 | 0.05 | 0 | 0.68 | 0.07 | 64.5 | 0.81 | 0.61 |
| Hex | E0 | EC | 4C | 5 | 0 | 44 | 7 | 40 | 51 | 3D |
| Octal | 340 | 354 | 114 | 5 | 0 | 104 | 7 | 100 | 121 | 75 |
| Binary | 11100000 | 11101100 | 1001100 | 101 | 0 | 1000100 | 111 | 1000000 | 1010001 | 111101 |
Color Harmonies of #E0EC4C
Complementary color
Monochromatic Colors of #E0EC4C
Black with #E0EC4C
Text Example
Text Example
White with #E0EC4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0EC4C; }
p { color: rgb(224,236,76); }
H1.HeaderClassName
{
color: #E0EC4C;
}
.AnyTagClassName
{
color: #E0EC4C;
}
</style>
background-color css
<style>
a { background-color: #E0EC4C; }
a { background-color: rgb(224,236,76); }
div.DivClassName
{
background-color: #E0EC4C;
}
.BgClassName
{
background-color: #E0EC4C;
}
</style>
border-color css
<style>
span { border-color: #E0EC4C; }
span { border-color: rgb(224,236,76); }
td.TdClassName
{
border-color: #E0EC4C;
}
.TagClassName
{
border-color: #E0EC4C;
}
</style>