Shades of Manz #E7E049
Tints of Manz #E7E049
RGB
CMYK
RGB Variations
Color information
#E7E049 (or 0xE7E049) is known color: Manz. HEX triplet: E7, E0 and 49. RGB value is (231,224,73). Sum of RGB (Red+Green+Blue) = 231+224+73=528 (69% of max value = 765). Red value is 231 (90.62% from 255 or 43.75% from 528); Green value is 224 (87.89% from 255 or 42.42% from 528); Blue value is 73 (28.91% from 255 or 13.83% from 528); Max value from RGB is 231 - color contains mainly: red. Hex color #E7E049 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E7E049 is #181FB6. Grayscale: #D1D1D1. Windows color (decimal): -1580983 or 4841703. OLE color: 4841703.
HSL color Cylindrical-coordinate representation of color #E7E049: hue angle of 57.34º degrees, saturation: 0.77, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #E7E049 is Cyan = 0, Magento = 0.03, Yellow = 0.68 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 224 | 73 | - |
| CMYK | 0 | 0.03 | 0.68 | 0.09 |
| HSL | 57.34º | 0.77% | 0.6% | - |
| HSV(B) | 57.34º | 0.68% | 0.91% | - |
| XYZ | 60.81 | 70.78 | 16.76 | - |
| YUV | 208.88 | 51.32 | 143.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 224 | 73 | 0 | 0.03 | 0.68 | 0.09 | 57.34 | 0.77 | 0.6 |
| Hex | E7 | E0 | 49 | 0 | 3 | 44 | 9 | 39 | 4D | 3C |
| Octal | 347 | 340 | 111 | 0 | 3 | 104 | 11 | 71 | 115 | 74 |
| Binary | 11100111 | 11100000 | 1001001 | 0 | 11 | 1000100 | 1001 | 111001 | 1001101 | 111100 |
Color Harmonies of #E7E049
Complementary color
Monochromatic Colors of #E7E049
Black with #E7E049
Text Example
Text Example
White with #E7E049
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7E049; }
p { color: rgb(231,224,73); }
H1.HeaderClassName
{
color: #E7E049;
}
.AnyTagClassName
{
color: #E7E049;
}
</style>
background-color css
<style>
a { background-color: #E7E049; }
a { background-color: rgb(231,224,73); }
div.DivClassName
{
background-color: #E7E049;
}
.BgClassName
{
background-color: #E7E049;
}
</style>
border-color css
<style>
span { border-color: #E7E049; }
span { border-color: rgb(231,224,73); }
td.TdClassName
{
border-color: #E7E049;
}
.TagClassName
{
border-color: #E7E049;
}
</style>