Shades of Manz #E0E450
Tints of Manz #E0E450
RGB
CMYK
RGB Variations
Color information
#E0E450 (or 0xE0E450) is known color: Manz. HEX triplet: E0, E4 and 50. RGB value is (224,228,80). Sum of RGB (Red+Green+Blue) = 224+228+80=532 (70% of max value = 765). Red value is 224 (87.89% from 255 or 42.11% from 532); Green value is 228 (89.45% from 255 or 42.86% from 532); Blue value is 80 (31.64% from 255 or 15.04% from 532); Max value from RGB is 228 - color contains mainly: green. Hex color #E0E450 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E0E450 is #1F1BAF. Grayscale: #D2D2D2. Windows color (decimal): -2038704 or 5301472. OLE color: 5301472.
HSL color Cylindrical-coordinate representation of color #E0E450: hue angle of 61.62º degrees, saturation: 0.73, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #E0E450 is Cyan = 0.02, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 224 | 228 | 80 | - |
| CMYK | 0.02 | 0 | 0.65 | 0.11 |
| HSL | 61.62º | 0.73% | 0.6% | - |
| HSV(B) | 61.62º | 0.65% | 0.89% | - |
| XYZ | 59.93 | 71.91 | 18.31 | - |
| YUV | 209.93 | 54.67 | 138.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 228 | 80 | 0.02 | 0 | 0.65 | 0.11 | 61.62 | 0.73 | 0.6 |
| Hex | E0 | E4 | 50 | 2 | 0 | 41 | B | 3E | 49 | 3C |
| Octal | 340 | 344 | 120 | 2 | 0 | 101 | 13 | 76 | 111 | 74 |
| Binary | 11100000 | 11100100 | 1010000 | 10 | 0 | 1000001 | 1011 | 111110 | 1001001 | 111100 |
Color Harmonies of #E0E450
Complementary color
Monochromatic Colors of #E0E450
Black with #E0E450
Text Example
Text Example
White with #E0E450
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0E450; }
p { color: rgb(224,228,80); }
H1.HeaderClassName
{
color: #E0E450;
}
.AnyTagClassName
{
color: #E0E450;
}
</style>
background-color css
<style>
a { background-color: #E0E450; }
a { background-color: rgb(224,228,80); }
div.DivClassName
{
background-color: #E0E450;
}
.BgClassName
{
background-color: #E0E450;
}
</style>
border-color css
<style>
span { border-color: #E0E450; }
span { border-color: rgb(224,228,80); }
td.TdClassName
{
border-color: #E0E450;
}
.TagClassName
{
border-color: #E0E450;
}
</style>