Shades of Manz #E5DC60
Tints of Manz #E5DC60
RGB
CMYK
RGB Variations
Color information
#E5DC60 (or 0xE5DC60) is known color: Manz. HEX triplet: E5, DC and 60. RGB value is (229,220,96). Sum of RGB (Red+Green+Blue) = 229+220+96=545 (72% of max value = 765). Red value is 229 (89.84% from 255 or 42.02% from 545); Green value is 220 (86.33% from 255 or 40.37% from 545); Blue value is 96 (37.89% from 255 or 17.61% from 545); Max value from RGB is 229 - color contains mainly: red. Hex color #E5DC60 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E5DC60 is #1A239F. Grayscale: #D1D1D1. Windows color (decimal): -1713056 or 6348005. OLE color: 6348005.
HSL color Cylindrical-coordinate representation of color #E5DC60: hue angle of 55.94º 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 #E5DC60 is Cyan = 0, Magento = 0.04, Yellow = 0.58 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 220 | 96 | - |
| CMYK | 0 | 0.04 | 0.58 | 0.10 |
| HSL | 55.94º | 0.72% | 0.64% | - |
| HSV(B) | 55.94º | 0.58% | 0.9% | - |
| XYZ | 60.02 | 68.69 | 21.16 | - |
| YUV | 208.56 | 64.48 | 142.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 220 | 96 | 0 | 0.04 | 0.58 | 0.10 | 55.94 | 0.72 | 0.64 |
| Hex | E5 | DC | 60 | 0 | 4 | 3A | A | 38 | 48 | 40 |
| Octal | 345 | 334 | 140 | 0 | 4 | 72 | 12 | 70 | 110 | 100 |
| Binary | 11100101 | 11011100 | 1100000 | 0 | 100 | 111010 | 1010 | 111000 | 1001000 | 1000000 |
Color Harmonies of #E5DC60
Complementary color
Monochromatic Colors of #E5DC60
Black with #E5DC60
Text Example
Text Example
White with #E5DC60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5DC60; }
p { color: rgb(229,220,96); }
H1.HeaderClassName
{
color: #E5DC60;
}
.AnyTagClassName
{
color: #E5DC60;
}
</style>
background-color css
<style>
a { background-color: #E5DC60; }
a { background-color: rgb(229,220,96); }
div.DivClassName
{
background-color: #E5DC60;
}
.BgClassName
{
background-color: #E5DC60;
}
</style>
border-color css
<style>
span { border-color: #E5DC60; }
span { border-color: rgb(229,220,96); }
td.TdClassName
{
border-color: #E5DC60;
}
.TagClassName
{
border-color: #E5DC60;
}
</style>