Shades of Manz #E5E958
Tints of Manz #E5E958
RGB
CMYK
RGB Variations
Color information
#E5E958 (or 0xE5E958) is known color: Manz. HEX triplet: E5, E9 and 58. RGB value is (229,233,88). Sum of RGB (Red+Green+Blue) = 229+233+88=550 (72% of max value = 765). Red value is 229 (89.84% from 255 or 41.64% from 550); Green value is 233 (91.41% from 255 or 42.36% from 550); Blue value is 88 (34.77% from 255 or 16% from 550); Max value from RGB is 233 - color contains mainly: green. Hex color #E5E958 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #E5E958 is #1A16A7. Grayscale: #D7D7D7. Windows color (decimal): -1709736 or 5827045. OLE color: 5827045.
HSL color Cylindrical-coordinate representation of color #E5E958: hue angle of 61.66º degrees, saturation: 0.77, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #E5E958 is Cyan = 0.02, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 229 | 233 | 88 | - |
| CMYK | 0.02 | 0 | 0.62 | 0.09 |
| HSL | 61.66º | 0.77% | 0.63% | - |
| HSV(B) | 61.66º | 0.62% | 0.91% | - |
| XYZ | 63.21 | 75.64 | 20.5 | - |
| YUV | 215.27 | 56.17 | 137.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 233 | 88 | 0.02 | 0 | 0.62 | 0.09 | 61.66 | 0.77 | 0.63 |
| Hex | E5 | E9 | 58 | 2 | 0 | 3E | 9 | 3E | 4D | 3F |
| Octal | 345 | 351 | 130 | 2 | 0 | 76 | 11 | 76 | 115 | 77 |
| Binary | 11100101 | 11101001 | 1011000 | 10 | 0 | 111110 | 1001 | 111110 | 1001101 | 111111 |
Color Harmonies of #E5E958
Complementary color
Monochromatic Colors of #E5E958
Black with #E5E958
Text Example
Text Example
White with #E5E958
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5E958; }
p { color: rgb(229,233,88); }
H1.HeaderClassName
{
color: #E5E958;
}
.AnyTagClassName
{
color: #E5E958;
}
</style>
background-color css
<style>
a { background-color: #E5E958; }
a { background-color: rgb(229,233,88); }
div.DivClassName
{
background-color: #E5E958;
}
.BgClassName
{
background-color: #E5E958;
}
</style>
border-color css
<style>
span { border-color: #E5E958; }
span { border-color: rgb(229,233,88); }
td.TdClassName
{
border-color: #E5E958;
}
.TagClassName
{
border-color: #E5E958;
}
</style>