Shades of Manz #E5E456
Tints of Manz #E5E456
RGB
CMYK
RGB Variations
Color information
#E5E456 (or 0xE5E456) is known color: Manz. HEX triplet: E5, E4 and 56. RGB value is (229,228,86). Sum of RGB (Red+Green+Blue) = 229+228+86=543 (71% of max value = 765). Red value is 229 (89.84% from 255 or 42.17% from 543); Green value is 228 (89.45% from 255 or 41.99% from 543); Blue value is 86 (33.98% from 255 or 15.84% from 543); Max value from RGB is 229 - color contains mainly: red. Hex color #E5E456 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E5E456 is #1A1BA9. Grayscale: #D4D4D4. Windows color (decimal): -1711018 or 5694693. OLE color: 5694693.
HSL color Cylindrical-coordinate representation of color #E5E456: hue angle of 59.58º 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 #E5E456 is Cyan = 0, Magento = 0.00, Yellow = 0.62 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 228 | 86 | - |
| CMYK | 0 | 0.00 | 0.62 | 0.10 |
| HSL | 59.58º | 0.73% | 0.62% | - |
| HSV(B) | 59.58º | 0.62% | 0.9% | - |
| XYZ | 61.74 | 72.82 | 19.61 | - |
| YUV | 212.11 | 56.83 | 140.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 228 | 86 | 0 | 0.00 | 0.62 | 0.10 | 59.58 | 0.73 | 0.62 |
| Hex | E5 | E4 | 56 | 0 | 0 | 3E | A | 3C | 49 | 3E |
| Octal | 345 | 344 | 126 | 0 | 0 | 76 | 12 | 74 | 111 | 76 |
| Binary | 11100101 | 11100100 | 1010110 | 0 | 0 | 111110 | 1010 | 111100 | 1001001 | 111110 |
Color Harmonies of #E5E456
Complementary color
Monochromatic Colors of #E5E456
Black with #E5E456
Text Example
Text Example
White with #E5E456
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5E456; }
p { color: rgb(229,228,86); }
H1.HeaderClassName
{
color: #E5E456;
}
.AnyTagClassName
{
color: #E5E456;
}
</style>
background-color css
<style>
a { background-color: #E5E456; }
a { background-color: rgb(229,228,86); }
div.DivClassName
{
background-color: #E5E456;
}
.BgClassName
{
background-color: #E5E456;
}
</style>
border-color css
<style>
span { border-color: #E5E456; }
span { border-color: rgb(229,228,86); }
td.TdClassName
{
border-color: #E5E456;
}
.TagClassName
{
border-color: #E5E456;
}
</style>