Shades of Manz #E5E058
Tints of Manz #E5E058
RGB
CMYK
RGB Variations
Color information
#E5E058 (or 0xE5E058) is known color: Manz. HEX triplet: E5, E0 and 58. RGB value is (229,224,88). Sum of RGB (Red+Green+Blue) = 229+224+88=541 (71% of max value = 765). Red value is 229 (89.84% from 255 or 42.33% from 541); Green value is 224 (87.89% from 255 or 41.40% from 541); Blue value is 88 (34.77% from 255 or 16.27% from 541); Max value from RGB is 229 - color contains mainly: red. Hex color #E5E058 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E5E058 is #1A1FA7. Grayscale: #D2D2D2. Windows color (decimal): -1712040 or 5824741. OLE color: 5824741.
HSL color Cylindrical-coordinate representation of color #E5E058: hue angle of 57.87º 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 #E5E058 is Cyan = 0, Magento = 0.02, Yellow = 0.62 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 224 | 88 | - |
| CMYK | 0 | 0.02 | 0.62 | 0.10 |
| HSL | 57.87º | 0.73% | 0.62% | - |
| HSV(B) | 57.87º | 0.62% | 0.9% | - |
| XYZ | 60.73 | 70.67 | 19.67 | - |
| YUV | 209.99 | 59.16 | 141.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 224 | 88 | 0 | 0.02 | 0.62 | 0.10 | 57.87 | 0.73 | 0.62 |
| Hex | E5 | E0 | 58 | 0 | 2 | 3E | A | 3A | 49 | 3E |
| Octal | 345 | 340 | 130 | 0 | 2 | 76 | 12 | 72 | 111 | 76 |
| Binary | 11100101 | 11100000 | 1011000 | 0 | 10 | 111110 | 1010 | 111010 | 1001001 | 111110 |
Color Harmonies of #E5E058
Complementary color
Monochromatic Colors of #E5E058
Black with #E5E058
Text Example
Text Example
White with #E5E058
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5E058; }
p { color: rgb(229,224,88); }
H1.HeaderClassName
{
color: #E5E058;
}
.AnyTagClassName
{
color: #E5E058;
}
</style>
background-color css
<style>
a { background-color: #E5E058; }
a { background-color: rgb(229,224,88); }
div.DivClassName
{
background-color: #E5E058;
}
.BgClassName
{
background-color: #E5E058;
}
</style>
border-color css
<style>
span { border-color: #E5E058; }
span { border-color: rgb(229,224,88); }
td.TdClassName
{
border-color: #E5E058;
}
.TagClassName
{
border-color: #E5E058;
}
</style>