Shades of Manz #E0E449
Tints of Manz #E0E449
RGB
CMYK
RGB Variations
Color information
#E0E449 (or 0xE0E449) is known color: Manz. HEX triplet: E0, E4 and 49. RGB value is (224,228,73). Sum of RGB (Red+Green+Blue) = 224+228+73=525 (69% of max value = 765). Red value is 224 (87.89% from 255 or 42.67% from 525); Green value is 228 (89.45% from 255 or 43.43% from 525); Blue value is 73 (28.91% from 255 or 13.90% from 525); Max value from RGB is 228 - color contains mainly: green. Hex color #E0E449 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E0E449 is #1F1BB6. Grayscale: #D1D1D1. Windows color (decimal): -2038711 or 4842720. OLE color: 4842720.
HSL color Cylindrical-coordinate representation of color #E0E449: hue angle of 61.55º degrees, saturation: 0.74, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #E0E449 is Cyan = 0.02, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 224 | 228 | 73 | - |
| CMYK | 0.02 | 0 | 0.68 | 0.11 |
| HSL | 61.55º | 0.74% | 0.59% | - |
| HSV(B) | 61.55º | 0.68% | 0.89% | - |
| XYZ | 59.69 | 71.82 | 17.02 | - |
| YUV | 209.13 | 51.17 | 138.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 228 | 73 | 0.02 | 0 | 0.68 | 0.11 | 61.55 | 0.74 | 0.59 |
| Hex | E0 | E4 | 49 | 2 | 0 | 44 | B | 3E | 4A | 3B |
| Octal | 340 | 344 | 111 | 2 | 0 | 104 | 13 | 76 | 112 | 73 |
| Binary | 11100000 | 11100100 | 1001001 | 10 | 0 | 1000100 | 1011 | 111110 | 1001010 | 111011 |
Color Harmonies of #E0E449
Complementary color
Monochromatic Colors of #E0E449
Black with #E0E449
Text Example
Text Example
White with #E0E449
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0E449; }
p { color: rgb(224,228,73); }
H1.HeaderClassName
{
color: #E0E449;
}
.AnyTagClassName
{
color: #E0E449;
}
</style>
background-color css
<style>
a { background-color: #E0E449; }
a { background-color: rgb(224,228,73); }
div.DivClassName
{
background-color: #E0E449;
}
.BgClassName
{
background-color: #E0E449;
}
</style>
border-color css
<style>
span { border-color: #E0E449; }
span { border-color: rgb(224,228,73); }
td.TdClassName
{
border-color: #E0E449;
}
.TagClassName
{
border-color: #E0E449;
}
</style>