Shades of Manz #E5D960
Tints of Manz #E5D960
RGB
CMYK
RGB Variations
Color information
#E5D960 (or 0xE5D960) is known color: Manz. HEX triplet: E5, D9 and 60. RGB value is (229,217,96). Sum of RGB (Red+Green+Blue) = 229+217+96=542 (71% of max value = 765). Red value is 229 (89.84% from 255 or 42.25% from 542); Green value is 217 (85.16% from 255 or 40.04% from 542); Blue value is 96 (37.89% from 255 or 17.71% from 542); Max value from RGB is 229 - color contains mainly: red. Hex color #E5D960 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E5D960 is #1A269F. Grayscale: #CFCFCF. Windows color (decimal): -1713824 or 6347237. OLE color: 6347237.
HSL color Cylindrical-coordinate representation of color #E5D960: hue angle of 54.59º degrees, saturation: 0.72, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #E5D960 is Cyan = 0, Magento = 0.05, Yellow = 0.58 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 217 | 96 | - |
| CMYK | 0 | 0.05 | 0.58 | 0.10 |
| HSL | 54.59º | 0.72% | 0.64% | - |
| HSV(B) | 54.59º | 0.58% | 0.9% | - |
| XYZ | 59.24 | 67.13 | 20.9 | - |
| YUV | 206.79 | 65.48 | 143.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 217 | 96 | 0 | 0.05 | 0.58 | 0.10 | 54.59 | 0.72 | 0.64 |
| Hex | E5 | D9 | 60 | 0 | 5 | 3A | A | 37 | 48 | 40 |
| Octal | 345 | 331 | 140 | 0 | 5 | 72 | 12 | 67 | 110 | 100 |
| Binary | 11100101 | 11011001 | 1100000 | 0 | 101 | 111010 | 1010 | 110111 | 1001000 | 1000000 |
Color Harmonies of #E5D960
Complementary color
Monochromatic Colors of #E5D960
Black with #E5D960
Text Example
Text Example
White with #E5D960
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5D960; }
p { color: rgb(229,217,96); }
H1.HeaderClassName
{
color: #E5D960;
}
.AnyTagClassName
{
color: #E5D960;
}
</style>
background-color css
<style>
a { background-color: #E5D960; }
a { background-color: rgb(229,217,96); }
div.DivClassName
{
background-color: #E5D960;
}
.BgClassName
{
background-color: #E5D960;
}
</style>
border-color css
<style>
span { border-color: #E5D960; }
span { border-color: rgb(229,217,96); }
td.TdClassName
{
border-color: #E5D960;
}
.TagClassName
{
border-color: #E5D960;
}
</style>