Shades of Manz #E7E048
Tints of Manz #E7E048
RGB
CMYK
RGB Variations
Color information
#E7E048 (or 0xE7E048) is known color: Manz. HEX triplet: E7, E0 and 48. RGB value is (231,224,72). Sum of RGB (Red+Green+Blue) = 231+224+72=527 (69% of max value = 765). Red value is 231 (90.62% from 255 or 43.83% from 527); Green value is 224 (87.89% from 255 or 42.50% from 527); Blue value is 72 (28.52% from 255 or 13.66% from 527); Max value from RGB is 231 - color contains mainly: red. Hex color #E7E048 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E7E048 is #181FB7. Grayscale: #D1D1D1. Windows color (decimal): -1580984 or 4776167. OLE color: 4776167.
HSL color Cylindrical-coordinate representation of color #E7E048: hue angle of 57.36º degrees, saturation: 0.77, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #E7E048 is Cyan = 0, Magento = 0.03, Yellow = 0.69 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 224 | 72 | - |
| CMYK | 0 | 0.03 | 0.69 | 0.09 |
| HSL | 57.36º | 0.77% | 0.59% | - |
| HSV(B) | 57.36º | 0.69% | 0.91% | - |
| XYZ | 60.78 | 70.77 | 16.59 | - |
| YUV | 208.77 | 50.82 | 143.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 224 | 72 | 0 | 0.03 | 0.69 | 0.09 | 57.36 | 0.77 | 0.59 |
| Hex | E7 | E0 | 48 | 0 | 3 | 45 | 9 | 39 | 4D | 3B |
| Octal | 347 | 340 | 110 | 0 | 3 | 105 | 11 | 71 | 115 | 73 |
| Binary | 11100111 | 11100000 | 1001000 | 0 | 11 | 1000101 | 1001 | 111001 | 1001101 | 111011 |
Color Harmonies of #E7E048
Complementary color
Monochromatic Colors of #E7E048
Black with #E7E048
Text Example
Text Example
White with #E7E048
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7E048; }
p { color: rgb(231,224,72); }
H1.HeaderClassName
{
color: #E7E048;
}
.AnyTagClassName
{
color: #E7E048;
}
</style>
background-color css
<style>
a { background-color: #E7E048; }
a { background-color: rgb(231,224,72); }
div.DivClassName
{
background-color: #E7E048;
}
.BgClassName
{
background-color: #E7E048;
}
</style>
border-color css
<style>
span { border-color: #E7E048; }
span { border-color: rgb(231,224,72); }
td.TdClassName
{
border-color: #E7E048;
}
.TagClassName
{
border-color: #E7E048;
}
</style>