Shades of Manz #E1DB4E
Tints of Manz #E1DB4E
RGB
CMYK
RGB Variations
Color information
#E1DB4E (or 0xE1DB4E) is known color: Manz. HEX triplet: E1, DB and 4E. RGB value is (225,219,78). Sum of RGB (Red+Green+Blue) = 225+219+78=522 (69% of max value = 765). Red value is 225 (88.28% from 255 or 43.10% from 522); Green value is 219 (85.94% from 255 or 41.95% from 522); Blue value is 78 (30.86% from 255 or 14.94% from 522); Max value from RGB is 225 - color contains mainly: red. Hex color #E1DB4E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E1DB4E is #1E24B1. Grayscale: #CDCDCD. Windows color (decimal): -1975474 or 5168097. OLE color: 5168097.
HSL color Cylindrical-coordinate representation of color #E1DB4E: hue angle of 57.55º degrees, saturation: 0.71, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #E1DB4E is Cyan = 0, Magento = 0.03, Yellow = 0.65 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 219 | 78 | - |
| CMYK | 0 | 0.03 | 0.65 | 0.12 |
| HSL | 57.55º | 0.71% | 0.59% | - |
| HSV(B) | 57.55º | 0.65% | 0.88% | - |
| XYZ | 57.76 | 67.22 | 17.14 | - |
| YUV | 204.72 | 56.49 | 142.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 219 | 78 | 0 | 0.03 | 0.65 | 0.12 | 57.55 | 0.71 | 0.59 |
| Hex | E1 | DB | 4E | 0 | 3 | 41 | C | 3A | 47 | 3B |
| Octal | 341 | 333 | 116 | 0 | 3 | 101 | 14 | 72 | 107 | 73 |
| Binary | 11100001 | 11011011 | 1001110 | 0 | 11 | 1000001 | 1100 | 111010 | 1000111 | 111011 |
Color Harmonies of #E1DB4E
Complementary color
Monochromatic Colors of #E1DB4E
Black with #E1DB4E
Text Example
Text Example
White with #E1DB4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1DB4E; }
p { color: rgb(225,219,78); }
H1.HeaderClassName
{
color: #E1DB4E;
}
.AnyTagClassName
{
color: #E1DB4E;
}
</style>
background-color css
<style>
a { background-color: #E1DB4E; }
a { background-color: rgb(225,219,78); }
div.DivClassName
{
background-color: #E1DB4E;
}
.BgClassName
{
background-color: #E1DB4E;
}
</style>
border-color css
<style>
span { border-color: #E1DB4E; }
span { border-color: rgb(225,219,78); }
td.TdClassName
{
border-color: #E1DB4E;
}
.TagClassName
{
border-color: #E1DB4E;
}
</style>