Shades of Manz #E1DB49
Tints of Manz #E1DB49
RGB
CMYK
RGB Variations
Color information
#E1DB49 (or 0xE1DB49) is known color: Manz. HEX triplet: E1, DB and 49. RGB value is (225,219,73). Sum of RGB (Red+Green+Blue) = 225+219+73=517 (68% of max value = 765). Red value is 225 (88.28% from 255 or 43.52% from 517); Green value is 219 (85.94% from 255 or 42.36% from 517); Blue value is 73 (28.91% from 255 or 14.12% from 517); Max value from RGB is 225 - color contains mainly: red. Hex color #E1DB49 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E1DB49 is #1E24B6. Grayscale: #CCCCCC. Windows color (decimal): -1975479 or 4840417. OLE color: 4840417.
HSL color Cylindrical-coordinate representation of color #E1DB49: hue angle of 57.63º degrees, saturation: 0.72, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #E1DB49 is Cyan = 0, Magento = 0.03, Yellow = 0.68 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 219 | 73 | - |
| CMYK | 0 | 0.03 | 0.68 | 0.12 |
| HSL | 57.63º | 0.72% | 0.58% | - |
| HSV(B) | 57.63º | 0.68% | 0.88% | - |
| XYZ | 57.59 | 67.15 | 16.23 | - |
| YUV | 204.15 | 53.99 | 142.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 219 | 73 | 0 | 0.03 | 0.68 | 0.12 | 57.63 | 0.72 | 0.58 |
| Hex | E1 | DB | 49 | 0 | 3 | 44 | C | 3A | 48 | 3A |
| Octal | 341 | 333 | 111 | 0 | 3 | 104 | 14 | 72 | 110 | 72 |
| Binary | 11100001 | 11011011 | 1001001 | 0 | 11 | 1000100 | 1100 | 111010 | 1001000 | 111010 |
Color Harmonies of #E1DB49
Complementary color
Monochromatic Colors of #E1DB49
Black with #E1DB49
Text Example
Text Example
White with #E1DB49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1DB49; }
p { color: rgb(225,219,73); }
H1.HeaderClassName
{
color: #E1DB49;
}
.AnyTagClassName
{
color: #E1DB49;
}
</style>
background-color css
<style>
a { background-color: #E1DB49; }
a { background-color: rgb(225,219,73); }
div.DivClassName
{
background-color: #E1DB49;
}
.BgClassName
{
background-color: #E1DB49;
}
</style>
border-color css
<style>
span { border-color: #E1DB49; }
span { border-color: rgb(225,219,73); }
td.TdClassName
{
border-color: #E1DB49;
}
.TagClassName
{
border-color: #E1DB49;
}
</style>