Shades of Manz #E5E057
Tints of Manz #E5E057
RGB
CMYK
RGB Variations
Color information
#E5E057 (or 0xE5E057) is known color: Manz. HEX triplet: E5, E0 and 57. RGB value is (229,224,87). Sum of RGB (Red+Green+Blue) = 229+224+87=540 (71% of max value = 765). Red value is 229 (89.84% from 255 or 42.41% from 540); Green value is 224 (87.89% from 255 or 41.48% from 540); Blue value is 87 (34.38% from 255 or 16.11% from 540); Max value from RGB is 229 - color contains mainly: red. Hex color #E5E057 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E5E057 is #1A1FA8. Grayscale: #D2D2D2. Windows color (decimal): -1712041 or 5759205. OLE color: 5759205.
HSL color Cylindrical-coordinate representation of color #E5E057: hue angle of 57.89º 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 #E5E057 is Cyan = 0, Magento = 0.02, Yellow = 0.62 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 224 | 87 | - |
| CMYK | 0 | 0.02 | 0.62 | 0.10 |
| HSL | 57.89º | 0.73% | 0.62% | - |
| HSV(B) | 57.89º | 0.62% | 0.9% | - |
| XYZ | 60.69 | 70.66 | 19.46 | - |
| YUV | 209.88 | 58.66 | 141.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 224 | 87 | 0 | 0.02 | 0.62 | 0.10 | 57.89 | 0.73 | 0.62 |
| Hex | E5 | E0 | 57 | 0 | 2 | 3E | A | 3A | 49 | 3E |
| Octal | 345 | 340 | 127 | 0 | 2 | 76 | 12 | 72 | 111 | 76 |
| Binary | 11100101 | 11100000 | 1010111 | 0 | 10 | 111110 | 1010 | 111010 | 1001001 | 111110 |
Color Harmonies of #E5E057
Complementary color
Monochromatic Colors of #E5E057
Black with #E5E057
Text Example
Text Example
White with #E5E057
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5E057; }
p { color: rgb(229,224,87); }
H1.HeaderClassName
{
color: #E5E057;
}
.AnyTagClassName
{
color: #E5E057;
}
</style>
background-color css
<style>
a { background-color: #E5E057; }
a { background-color: rgb(229,224,87); }
div.DivClassName
{
background-color: #E5E057;
}
.BgClassName
{
background-color: #E5E057;
}
</style>
border-color css
<style>
span { border-color: #E5E057; }
span { border-color: rgb(229,224,87); }
td.TdClassName
{
border-color: #E5E057;
}
.TagClassName
{
border-color: #E5E057;
}
</style>