Shades of Manz #E5DB5F
Tints of Manz #E5DB5F
RGB
CMYK
RGB Variations
Color information
#E5DB5F (or 0xE5DB5F) is known color: Manz. HEX triplet: E5, DB and 5F. RGB value is (229,219,95). Sum of RGB (Red+Green+Blue) = 229+219+95=543 (71% of max value = 765). Red value is 229 (89.84% from 255 or 42.17% from 543); Green value is 219 (85.94% from 255 or 40.33% from 543); Blue value is 95 (37.5% from 255 or 17.50% from 543); Max value from RGB is 229 - color contains mainly: red. Hex color #E5DB5F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E5DB5F is #1A24A0. Grayscale: #D0D0D0. Windows color (decimal): -1713313 or 6282213. OLE color: 6282213.
HSL color Cylindrical-coordinate representation of color #E5DB5F: hue angle of 55.52º degrees, saturation: 0.72, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #E5DB5F is Cyan = 0, Magento = 0.04, Yellow = 0.59 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 219 | 95 | - |
| CMYK | 0 | 0.04 | 0.59 | 0.10 |
| HSL | 55.52º | 0.72% | 0.64% | - |
| HSV(B) | 55.52º | 0.59% | 0.9% | - |
| XYZ | 59.71 | 68.15 | 20.83 | - |
| YUV | 207.85 | 64.31 | 143.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 219 | 95 | 0 | 0.04 | 0.59 | 0.10 | 55.52 | 0.72 | 0.64 |
| Hex | E5 | DB | 5F | 0 | 4 | 3B | A | 38 | 48 | 40 |
| Octal | 345 | 333 | 137 | 0 | 4 | 73 | 12 | 70 | 110 | 100 |
| Binary | 11100101 | 11011011 | 1011111 | 0 | 100 | 111011 | 1010 | 111000 | 1001000 | 1000000 |
Color Harmonies of #E5DB5F
Complementary color
Monochromatic Colors of #E5DB5F
Black with #E5DB5F
Text Example
Text Example
White with #E5DB5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5DB5F; }
p { color: rgb(229,219,95); }
H1.HeaderClassName
{
color: #E5DB5F;
}
.AnyTagClassName
{
color: #E5DB5F;
}
</style>
background-color css
<style>
a { background-color: #E5DB5F; }
a { background-color: rgb(229,219,95); }
div.DivClassName
{
background-color: #E5DB5F;
}
.BgClassName
{
background-color: #E5DB5F;
}
</style>
border-color css
<style>
span { border-color: #E5DB5F; }
span { border-color: rgb(229,219,95); }
td.TdClassName
{
border-color: #E5DB5F;
}
.TagClassName
{
border-color: #E5DB5F;
}
</style>