Shades of Manz #E0F04A
Tints of Manz #E0F04A
RGB
CMYK
RGB Variations
Color information
#E0F04A (or 0xE0F04A) is known color: Manz. HEX triplet: E0, F0 and 4A. RGB value is (224,240,74). Sum of RGB (Red+Green+Blue) = 224+240+74=538 (71% of max value = 765). Red value is 224 (87.89% from 255 or 41.64% from 538); Green value is 240 (94.14% from 255 or 44.61% from 538); Blue value is 74 (29.30% from 255 or 13.75% from 538); Max value from RGB is 240 - color contains mainly: green. Hex color #E0F04A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #E0F04A is #1F0FB5. Grayscale: #D8D8D8. Windows color (decimal): -2035638 or 4911328. OLE color: 4911328.
HSL color Cylindrical-coordinate representation of color #E0F04A: hue angle of 65.78º degrees, saturation: 0.85, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #E0F04A is Cyan = 0.07, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 224 | 240 | 74 | - |
| CMYK | 0.07 | 0 | 0.69 | 0.06 |
| HSL | 65.78º | 0.85% | 0.62% | - |
| HSV(B) | 65.78º | 0.69% | 0.94% | - |
| XYZ | 63.14 | 78.66 | 18.33 | - |
| YUV | 216.29 | 47.7 | 133.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 240 | 74 | 0.07 | 0 | 0.69 | 0.06 | 65.78 | 0.85 | 0.62 |
| Hex | E0 | F0 | 4A | 7 | 0 | 45 | 6 | 42 | 55 | 3E |
| Octal | 340 | 360 | 112 | 7 | 0 | 105 | 6 | 102 | 125 | 76 |
| Binary | 11100000 | 11110000 | 1001010 | 111 | 0 | 1000101 | 110 | 1000010 | 1010101 | 111110 |
Color Harmonies of #E0F04A
Complementary color
Monochromatic Colors of #E0F04A
Black with #E0F04A
Text Example
Text Example
White with #E0F04A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0F04A; }
p { color: rgb(224,240,74); }
H1.HeaderClassName
{
color: #E0F04A;
}
.AnyTagClassName
{
color: #E0F04A;
}
</style>
background-color css
<style>
a { background-color: #E0F04A; }
a { background-color: rgb(224,240,74); }
div.DivClassName
{
background-color: #E0F04A;
}
.BgClassName
{
background-color: #E0F04A;
}
</style>
border-color css
<style>
span { border-color: #E0F04A; }
span { border-color: rgb(224,240,74); }
td.TdClassName
{
border-color: #E0F04A;
}
.TagClassName
{
border-color: #E0F04A;
}
</style>