Shades of Manz #E5E048
Tints of Manz #E5E048
RGB
CMYK
RGB Variations
Color information
#E5E048 (or 0xE5E048) is known color: Manz. HEX triplet: E5, E0 and 48. RGB value is (229,224,72). Sum of RGB (Red+Green+Blue) = 229+224+72=525 (69% of max value = 765). Red value is 229 (89.84% from 255 or 43.62% from 525); Green value is 224 (87.89% from 255 or 42.67% from 525); Blue value is 72 (28.52% from 255 or 13.71% from 525); Max value from RGB is 229 - color contains mainly: red. Hex color #E5E048 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E5E048 is #1A1FB7. Grayscale: #D0D0D0. Windows color (decimal): -1712056 or 4776165. OLE color: 4776165.
HSL color Cylindrical-coordinate representation of color #E5E048: hue angle of 58.09º degrees, saturation: 0.75, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #E5E048 is Cyan = 0, Magento = 0.02, Yellow = 0.69 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 224 | 72 | - |
| CMYK | 0 | 0.02 | 0.69 | 0.10 |
| HSL | 58.09º | 0.75% | 0.59% | - |
| HSV(B) | 58.09º | 0.69% | 0.9% | - |
| XYZ | 60.14 | 70.44 | 16.56 | - |
| YUV | 208.17 | 51.16 | 142.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 224 | 72 | 0 | 0.02 | 0.69 | 0.10 | 58.09 | 0.75 | 0.59 |
| Hex | E5 | E0 | 48 | 0 | 2 | 45 | A | 3A | 4B | 3B |
| Octal | 345 | 340 | 110 | 0 | 2 | 105 | 12 | 72 | 113 | 73 |
| Binary | 11100101 | 11100000 | 1001000 | 0 | 10 | 1000101 | 1010 | 111010 | 1001011 | 111011 |
Color Harmonies of #E5E048
Complementary color
Monochromatic Colors of #E5E048
Black with #E5E048
Text Example
Text Example
White with #E5E048
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5E048; }
p { color: rgb(229,224,72); }
H1.HeaderClassName
{
color: #E5E048;
}
.AnyTagClassName
{
color: #E5E048;
}
</style>
background-color css
<style>
a { background-color: #E5E048; }
a { background-color: rgb(229,224,72); }
div.DivClassName
{
background-color: #E5E048;
}
.BgClassName
{
background-color: #E5E048;
}
</style>
border-color css
<style>
span { border-color: #E5E048; }
span { border-color: rgb(229,224,72); }
td.TdClassName
{
border-color: #E5E048;
}
.TagClassName
{
border-color: #E5E048;
}
</style>