Shades of Manz #E5DB61
Tints of Manz #E5DB61
RGB
CMYK
RGB Variations
Color information
#E5DB61 (or 0xE5DB61) is known color: Manz. HEX triplet: E5, DB and 61. RGB value is (229,219,97). Sum of RGB (Red+Green+Blue) = 229+219+97=545 (72% of max value = 765). Red value is 229 (89.84% from 255 or 42.02% from 545); Green value is 219 (85.94% from 255 or 40.18% from 545); Blue value is 97 (38.28% from 255 or 17.80% from 545); Max value from RGB is 229 - color contains mainly: red. Hex color #E5DB61 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E5DB61 is #1A249E. Grayscale: #D0D0D0. Windows color (decimal): -1713311 or 6413285. OLE color: 6413285.
HSL color Cylindrical-coordinate representation of color #E5DB61: hue angle of 55.45º 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 #E5DB61 is Cyan = 0, Magento = 0.04, Yellow = 0.58 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 219 | 97 | - |
| CMYK | 0 | 0.04 | 0.58 | 0.10 |
| HSL | 55.45º | 0.72% | 0.64% | - |
| HSV(B) | 55.45º | 0.58% | 0.9% | - |
| XYZ | 59.8 | 68.18 | 21.32 | - |
| YUV | 208.08 | 65.31 | 142.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 219 | 97 | 0 | 0.04 | 0.58 | 0.10 | 55.45 | 0.72 | 0.64 |
| Hex | E5 | DB | 61 | 0 | 4 | 3A | A | 37 | 48 | 40 |
| Octal | 345 | 333 | 141 | 0 | 4 | 72 | 12 | 67 | 110 | 100 |
| Binary | 11100101 | 11011011 | 1100001 | 0 | 100 | 111010 | 1010 | 110111 | 1001000 | 1000000 |
Color Harmonies of #E5DB61
Complementary color
Monochromatic Colors of #E5DB61
Black with #E5DB61
Text Example
Text Example
White with #E5DB61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5DB61; }
p { color: rgb(229,219,97); }
H1.HeaderClassName
{
color: #E5DB61;
}
.AnyTagClassName
{
color: #E5DB61;
}
</style>
background-color css
<style>
a { background-color: #E5DB61; }
a { background-color: rgb(229,219,97); }
div.DivClassName
{
background-color: #E5DB61;
}
.BgClassName
{
background-color: #E5DB61;
}
</style>
border-color css
<style>
span { border-color: #E5DB61; }
span { border-color: rgb(229,219,97); }
td.TdClassName
{
border-color: #E5DB61;
}
.TagClassName
{
border-color: #E5DB61;
}
</style>