Shades of Manz #E5E049
Tints of Manz #E5E049
RGB
CMYK
RGB Variations
Color information
#E5E049 (or 0xE5E049) is known color: Manz. HEX triplet: E5, E0 and 49. RGB value is (229,224,73). Sum of RGB (Red+Green+Blue) = 229+224+73=526 (69% of max value = 765). Red value is 229 (89.84% from 255 or 43.54% from 526); Green value is 224 (87.89% from 255 or 42.59% from 526); Blue value is 73 (28.91% from 255 or 13.88% from 526); Max value from RGB is 229 - color contains mainly: red. Hex color #E5E049 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E5E049 is #1A1FB6. Grayscale: #D0D0D0. Windows color (decimal): -1712055 or 4841701. OLE color: 4841701.
HSL color Cylindrical-coordinate representation of color #E5E049: hue angle of 58.08º degrees, saturation: 0.75, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #E5E049 is Cyan = 0, Magento = 0.02, Yellow = 0.68 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 224 | 73 | - |
| CMYK | 0 | 0.02 | 0.68 | 0.10 |
| HSL | 58.08º | 0.75% | 0.59% | - |
| HSV(B) | 58.08º | 0.68% | 0.9% | - |
| XYZ | 60.17 | 70.45 | 16.73 | - |
| YUV | 208.28 | 51.66 | 142.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 224 | 73 | 0 | 0.02 | 0.68 | 0.10 | 58.08 | 0.75 | 0.59 |
| Hex | E5 | E0 | 49 | 0 | 2 | 44 | A | 3A | 4B | 3B |
| Octal | 345 | 340 | 111 | 0 | 2 | 104 | 12 | 72 | 113 | 73 |
| Binary | 11100101 | 11100000 | 1001001 | 0 | 10 | 1000100 | 1010 | 111010 | 1001011 | 111011 |
Color Harmonies of #E5E049
Complementary color
Monochromatic Colors of #E5E049
Black with #E5E049
Text Example
Text Example
White with #E5E049
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5E049; }
p { color: rgb(229,224,73); }
H1.HeaderClassName
{
color: #E5E049;
}
.AnyTagClassName
{
color: #E5E049;
}
</style>
background-color css
<style>
a { background-color: #E5E049; }
a { background-color: rgb(229,224,73); }
div.DivClassName
{
background-color: #E5E049;
}
.BgClassName
{
background-color: #E5E049;
}
</style>
border-color css
<style>
span { border-color: #E5E049; }
span { border-color: rgb(229,224,73); }
td.TdClassName
{
border-color: #E5E049;
}
.TagClassName
{
border-color: #E5E049;
}
</style>