Shades of Manz #E7E156
Tints of Manz #E7E156
RGB
CMYK
RGB Variations
Color information
#E7E156 (or 0xE7E156) is known color: Manz. HEX triplet: E7, E1 and 56. RGB value is (231,225,86). Sum of RGB (Red+Green+Blue) = 231+225+86=542 (71% of max value = 765). Red value is 231 (90.62% from 255 or 42.62% from 542); Green value is 225 (88.28% from 255 or 41.51% from 542); Blue value is 86 (33.98% from 255 or 15.87% from 542); Max value from RGB is 231 - color contains mainly: red. Hex color #E7E156 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E7E156 is #181EA9. Grayscale: #D3D3D3. Windows color (decimal): -1580714 or 5693927. OLE color: 5693927.
HSL color Cylindrical-coordinate representation of color #E7E156: hue angle of 57.52º degrees, saturation: 0.75, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #E7E156 is Cyan = 0, Magento = 0.03, Yellow = 0.63 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 225 | 86 | - |
| CMYK | 0 | 0.03 | 0.63 | 0.09 |
| HSL | 57.52º | 0.75% | 0.62% | - |
| HSV(B) | 57.52º | 0.63% | 0.91% | - |
| XYZ | 61.56 | 71.51 | 19.36 | - |
| YUV | 210.95 | 57.49 | 142.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 225 | 86 | 0 | 0.03 | 0.63 | 0.09 | 57.52 | 0.75 | 0.62 |
| Hex | E7 | E1 | 56 | 0 | 3 | 3F | 9 | 3A | 4B | 3E |
| Octal | 347 | 341 | 126 | 0 | 3 | 77 | 11 | 72 | 113 | 76 |
| Binary | 11100111 | 11100001 | 1010110 | 0 | 11 | 111111 | 1001 | 111010 | 1001011 | 111110 |
Color Harmonies of #E7E156
Complementary color
Monochromatic Colors of #E7E156
Black with #E7E156
Text Example
Text Example
White with #E7E156
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7E156; }
p { color: rgb(231,225,86); }
H1.HeaderClassName
{
color: #E7E156;
}
.AnyTagClassName
{
color: #E7E156;
}
</style>
background-color css
<style>
a { background-color: #E7E156; }
a { background-color: rgb(231,225,86); }
div.DivClassName
{
background-color: #E7E156;
}
.BgClassName
{
background-color: #E7E156;
}
</style>
border-color css
<style>
span { border-color: #E7E156; }
span { border-color: rgb(231,225,86); }
td.TdClassName
{
border-color: #E7E156;
}
.TagClassName
{
border-color: #E7E156;
}
</style>