Shades of Manz #E5E156
Tints of Manz #E5E156
RGB
CMYK
RGB Variations
Color information
#E5E156 (or 0xE5E156) is known color: Manz. HEX triplet: E5, E1 and 56. RGB value is (229,225,86). Sum of RGB (Red+Green+Blue) = 229+225+86=540 (71% of max value = 765). Red value is 229 (89.84% from 255 or 42.41% from 540); Green value is 225 (88.28% from 255 or 41.67% from 540); Blue value is 86 (33.98% from 255 or 15.93% from 540); Max value from RGB is 229 - color contains mainly: red. Hex color #E5E156 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E5E156 is #1A1EA9. Grayscale: #D2D2D2. Windows color (decimal): -1711786 or 5693925. OLE color: 5693925.
HSL color Cylindrical-coordinate representation of color #E5E156: hue angle of 58.32º degrees, saturation: 0.73, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #E5E156 is Cyan = 0, Magento = 0.02, Yellow = 0.62 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 225 | 86 | - |
| CMYK | 0 | 0.02 | 0.62 | 0.10 |
| HSL | 58.32º | 0.73% | 0.62% | - |
| HSV(B) | 58.32º | 0.62% | 0.9% | - |
| XYZ | 60.92 | 71.18 | 19.33 | - |
| YUV | 210.35 | 57.83 | 141.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 225 | 86 | 0 | 0.02 | 0.62 | 0.10 | 58.32 | 0.73 | 0.62 |
| Hex | E5 | E1 | 56 | 0 | 2 | 3E | A | 3A | 49 | 3E |
| Octal | 345 | 341 | 126 | 0 | 2 | 76 | 12 | 72 | 111 | 76 |
| Binary | 11100101 | 11100001 | 1010110 | 0 | 10 | 111110 | 1010 | 111010 | 1001001 | 111110 |
Color Harmonies of #E5E156
Complementary color
Monochromatic Colors of #E5E156
Black with #E5E156
Text Example
Text Example
White with #E5E156
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5E156; }
p { color: rgb(229,225,86); }
H1.HeaderClassName
{
color: #E5E156;
}
.AnyTagClassName
{
color: #E5E156;
}
</style>
background-color css
<style>
a { background-color: #E5E156; }
a { background-color: rgb(229,225,86); }
div.DivClassName
{
background-color: #E5E156;
}
.BgClassName
{
background-color: #E5E156;
}
</style>
border-color css
<style>
span { border-color: #E5E156; }
span { border-color: rgb(229,225,86); }
td.TdClassName
{
border-color: #E5E156;
}
.TagClassName
{
border-color: #E5E156;
}
</style>