Shades of Manz #E5E159
Tints of Manz #E5E159
RGB
CMYK
RGB Variations
Color information
#E5E159 (or 0xE5E159) is known color: Manz. HEX triplet: E5, E1 and 59. RGB value is (229,225,89). Sum of RGB (Red+Green+Blue) = 229+225+89=543 (71% of max value = 765). Red value is 229 (89.84% from 255 or 42.17% from 543); Green value is 225 (88.28% from 255 or 41.44% from 543); Blue value is 89 (35.16% from 255 or 16.39% from 543); Max value from RGB is 229 - color contains mainly: red. Hex color #E5E159 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E5E159 is #1A1EA6. Grayscale: #D3D3D3. Windows color (decimal): -1711783 or 5890533. OLE color: 5890533.
HSL color Cylindrical-coordinate representation of color #E5E159: hue angle of 58.29º degrees, saturation: 0.73, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #E5E159 is Cyan = 0, Magento = 0.02, Yellow = 0.61 and Black (K on CMYK) = 0.10.
Color convert
RGB | 229 | 225 | 89 | - |
CMYK | 0 | 0.02 | 0.61 | 0.10 |
HSL | 58.29º | 0.73% | 0.62% | - |
HSV(B) | 58.29º | 0.61% | 0.9% | - |
XYZ | 61.04 | 71.23 | 19.98 | - |
YUV | 210.69 | 59.33 | 141.06 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 229 | 225 | 89 | 0 | 0.02 | 0.61 | 0.10 | 58.29 | 0.73 | 0.62 |
Hex | E5 | E1 | 59 | 0 | 2 | 3D | A | 3A | 49 | 3E |
Octal | 345 | 341 | 131 | 0 | 2 | 75 | 12 | 72 | 111 | 76 |
Binary | 11100101 | 11100001 | 1011001 | 0 | 10 | 111101 | 1010 | 111010 | 1001001 | 111110 |
Color Harmonies of #E5E159
Complementary color
Monochromatic Colors of #E5E159
Black with #E5E159
Text Example
Text Example
White with #E5E159
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5E159; }
p { color: rgb(229,225,89); }
H1.HeaderClassName
{
color: #E5E159;
}
.AnyTagClassName
{
color: #E5E159;
}
</style>
background-color css
<style>
a { background-color: #E5E159; }
a { background-color: rgb(229,225,89); }
div.DivClassName
{
background-color: #E5E159;
}
.BgClassName
{
background-color: #E5E159;
}
</style>
border-color css
<style>
span { border-color: #E5E159; }
span { border-color: rgb(229,225,89); }
td.TdClassName
{
border-color: #E5E159;
}
.TagClassName
{
border-color: #E5E159;
}
</style>