Shades of Manz #E5E056
Tints of Manz #E5E056
RGB
CMYK
RGB Variations
Color information
#E5E056 (or 0xE5E056) is known color: Manz. HEX triplet: E5, E0 and 56. RGB value is (229,224,86). Sum of RGB (Red+Green+Blue) = 229+224+86=539 (71% of max value = 765). Red value is 229 (89.84% from 255 or 42.49% from 539); Green value is 224 (87.89% from 255 or 41.56% from 539); Blue value is 86 (33.98% from 255 or 15.96% from 539); Max value from RGB is 229 - color contains mainly: red. Hex color #E5E056 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E5E056 is #1A1FA9. Grayscale: #D2D2D2. Windows color (decimal): -1712042 or 5693669. OLE color: 5693669.
HSL color Cylindrical-coordinate representation of color #E5E056: hue angle of 57.9º 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 #E5E056 is Cyan = 0, Magento = 0.02, Yellow = 0.62 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 224 | 86 | - |
| CMYK | 0 | 0.02 | 0.62 | 0.10 |
| HSL | 57.9º | 0.73% | 0.62% | - |
| HSV(B) | 57.9º | 0.62% | 0.9% | - |
| XYZ | 60.65 | 70.64 | 19.24 | - |
| YUV | 209.76 | 58.16 | 141.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 224 | 86 | 0 | 0.02 | 0.62 | 0.10 | 57.9 | 0.73 | 0.62 |
| Hex | E5 | E0 | 56 | 0 | 2 | 3E | A | 3A | 49 | 3E |
| Octal | 345 | 340 | 126 | 0 | 2 | 76 | 12 | 72 | 111 | 76 |
| Binary | 11100101 | 11100000 | 1010110 | 0 | 10 | 111110 | 1010 | 111010 | 1001001 | 111110 |
Color Harmonies of #E5E056
Complementary color
Monochromatic Colors of #E5E056
Black with #E5E056
Text Example
Text Example
White with #E5E056
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5E056; }
p { color: rgb(229,224,86); }
H1.HeaderClassName
{
color: #E5E056;
}
.AnyTagClassName
{
color: #E5E056;
}
</style>
background-color css
<style>
a { background-color: #E5E056; }
a { background-color: rgb(229,224,86); }
div.DivClassName
{
background-color: #E5E056;
}
.BgClassName
{
background-color: #E5E056;
}
</style>
border-color css
<style>
span { border-color: #E5E056; }
span { border-color: rgb(229,224,86); }
td.TdClassName
{
border-color: #E5E056;
}
.TagClassName
{
border-color: #E5E056;
}
</style>