Shades of Manz #E0F04C
Tints of Manz #E0F04C
RGB
CMYK
RGB Variations
Color information
#E0F04C (or 0xE0F04C) is known color: Manz. HEX triplet: E0, F0 and 4C. RGB value is (224,240,76). Sum of RGB (Red+Green+Blue) = 224+240+76=540 (71% of max value = 765). Red value is 224 (87.89% from 255 or 41.48% from 540); Green value is 240 (94.14% from 255 or 44.44% from 540); Blue value is 76 (30.08% from 255 or 14.07% from 540); Max value from RGB is 240 - color contains mainly: green. Hex color #E0F04C is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #E0F04C is #1F0FB3. Grayscale: #D9D9D9. Windows color (decimal): -2035636 or 5042400. OLE color: 5042400.
HSL color Cylindrical-coordinate representation of color #E0F04C: hue angle of 65.85º degrees, saturation: 0.85, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #E0F04C is Cyan = 0.07, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 224 | 240 | 76 | - |
| CMYK | 0.07 | 0 | 0.68 | 0.06 |
| HSL | 65.85º | 0.85% | 0.62% | - |
| HSV(B) | 65.85º | 0.68% | 0.94% | - |
| XYZ | 63.21 | 78.69 | 18.69 | - |
| YUV | 216.52 | 48.7 | 133.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 240 | 76 | 0.07 | 0 | 0.68 | 0.06 | 65.85 | 0.85 | 0.62 |
| Hex | E0 | F0 | 4C | 7 | 0 | 44 | 6 | 42 | 55 | 3E |
| Octal | 340 | 360 | 114 | 7 | 0 | 104 | 6 | 102 | 125 | 76 |
| Binary | 11100000 | 11110000 | 1001100 | 111 | 0 | 1000100 | 110 | 1000010 | 1010101 | 111110 |
Color Harmonies of #E0F04C
Complementary color
Monochromatic Colors of #E0F04C
Black with #E0F04C
Text Example
Text Example
White with #E0F04C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0F04C; }
p { color: rgb(224,240,76); }
H1.HeaderClassName
{
color: #E0F04C;
}
.AnyTagClassName
{
color: #E0F04C;
}
</style>
background-color css
<style>
a { background-color: #E0F04C; }
a { background-color: rgb(224,240,76); }
div.DivClassName
{
background-color: #E0F04C;
}
.BgClassName
{
background-color: #E0F04C;
}
</style>
border-color css
<style>
span { border-color: #E0F04C; }
span { border-color: rgb(224,240,76); }
td.TdClassName
{
border-color: #E0F04C;
}
.TagClassName
{
border-color: #E0F04C;
}
</style>