Shades of Manz #E0EA54
Tints of Manz #E0EA54
RGB
CMYK
RGB Variations
Color information
#E0EA54 (or 0xE0EA54) is known color: Manz. HEX triplet: E0, EA and 54. RGB value is (224,234,84). Sum of RGB (Red+Green+Blue) = 224+234+84=542 (71% of max value = 765). Red value is 224 (87.89% from 255 or 41.33% from 542); Green value is 234 (91.80% from 255 or 43.17% from 542); Blue value is 84 (33.20% from 255 or 15.50% from 542); Max value from RGB is 234 - color contains mainly: green. Hex color #E0EA54 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #E0EA54 is #1F15AB. Grayscale: #D6D6D6. Windows color (decimal): -2037164 or 5565152. OLE color: 5565152.
HSL color Cylindrical-coordinate representation of color #E0EA54: hue angle of 64º degrees, saturation: 0.78, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #E0EA54 is Cyan = 0.04, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 224 | 234 | 84 | - |
| CMYK | 0.04 | 0 | 0.64 | 0.08 |
| HSL | 64º | 0.78% | 0.62% | - |
| HSV(B) | 64º | 0.64% | 0.92% | - |
| XYZ | 61.76 | 75.33 | 19.67 | - |
| YUV | 213.91 | 54.69 | 135.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 234 | 84 | 0.04 | 0 | 0.64 | 0.08 | 64 | 0.78 | 0.62 |
| Hex | E0 | EA | 54 | 4 | 0 | 40 | 8 | 40 | 4E | 3E |
| Octal | 340 | 352 | 124 | 4 | 0 | 100 | 10 | 100 | 116 | 76 |
| Binary | 11100000 | 11101010 | 1010100 | 100 | 0 | 1000000 | 1000 | 1000000 | 1001110 | 111110 |
Color Harmonies of #E0EA54
Complementary color
Monochromatic Colors of #E0EA54
Black with #E0EA54
Text Example
Text Example
White with #E0EA54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0EA54; }
p { color: rgb(224,234,84); }
H1.HeaderClassName
{
color: #E0EA54;
}
.AnyTagClassName
{
color: #E0EA54;
}
</style>
background-color css
<style>
a { background-color: #E0EA54; }
a { background-color: rgb(224,234,84); }
div.DivClassName
{
background-color: #E0EA54;
}
.BgClassName
{
background-color: #E0EA54;
}
</style>
border-color css
<style>
span { border-color: #E0EA54; }
span { border-color: rgb(224,234,84); }
td.TdClassName
{
border-color: #E0EA54;
}
.TagClassName
{
border-color: #E0EA54;
}
</style>