Shades of Manz #E4ED49
Tints of Manz #E4ED49
RGB
CMYK
RGB Variations
Color information
#E4ED49 (or 0xE4ED49) is known color: Manz. HEX triplet: E4, ED and 49. RGB value is (228,237,73). Sum of RGB (Red+Green+Blue) = 228+237+73=538 (71% of max value = 765). Red value is 228 (89.45% from 255 or 42.38% from 538); Green value is 237 (92.97% from 255 or 44.05% from 538); Blue value is 73 (28.91% from 255 or 13.57% from 538); Max value from RGB is 237 - color contains mainly: green. Hex color #E4ED49 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #E4ED49 is #1B12B6. Grayscale: #D8D8D8. Windows color (decimal): -1774263 or 4845028. OLE color: 4845028.
HSL color Cylindrical-coordinate representation of color #E4ED49: hue angle of 63.29º degrees, saturation: 0.82, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #E4ED49 is Cyan = 0.04, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 228 | 237 | 73 | - |
| CMYK | 0.04 | 0 | 0.69 | 0.07 |
| HSL | 63.29º | 0.82% | 0.61% | - |
| HSV(B) | 63.29º | 0.69% | 0.93% | - |
| XYZ | 63.48 | 77.54 | 17.92 | - |
| YUV | 215.61 | 47.52 | 136.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 237 | 73 | 0.04 | 0 | 0.69 | 0.07 | 63.29 | 0.82 | 0.61 |
| Hex | E4 | ED | 49 | 4 | 0 | 45 | 7 | 3F | 52 | 3D |
| Octal | 344 | 355 | 111 | 4 | 0 | 105 | 7 | 77 | 122 | 75 |
| Binary | 11100100 | 11101101 | 1001001 | 100 | 0 | 1000101 | 111 | 111111 | 1010010 | 111101 |
Color Harmonies of #E4ED49
Complementary color
Monochromatic Colors of #E4ED49
Black with #E4ED49
Text Example
Text Example
White with #E4ED49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4ED49; }
p { color: rgb(228,237,73); }
H1.HeaderClassName
{
color: #E4ED49;
}
.AnyTagClassName
{
color: #E4ED49;
}
</style>
background-color css
<style>
a { background-color: #E4ED49; }
a { background-color: rgb(228,237,73); }
div.DivClassName
{
background-color: #E4ED49;
}
.BgClassName
{
background-color: #E4ED49;
}
</style>
border-color css
<style>
span { border-color: #E4ED49; }
span { border-color: rgb(228,237,73); }
td.TdClassName
{
border-color: #E4ED49;
}
.TagClassName
{
border-color: #E4ED49;
}
</style>