Shades of Manz #E1DB5E
Tints of Manz #E1DB5E
RGB
CMYK
RGB Variations
Color information
#E1DB5E (or 0xE1DB5E) is known color: Manz. HEX triplet: E1, DB and 5E. RGB value is (225,219,94). Sum of RGB (Red+Green+Blue) = 225+219+94=538 (71% of max value = 765). Red value is 225 (88.28% from 255 or 41.82% from 538); Green value is 219 (85.94% from 255 or 40.71% from 538); Blue value is 94 (37.11% from 255 or 17.47% from 538); Max value from RGB is 225 - color contains mainly: red. Hex color #E1DB5E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E1DB5E is #1E24A1. Grayscale: #CFCFCF. Windows color (decimal): -1975458 or 6216673. OLE color: 6216673.
HSL color Cylindrical-coordinate representation of color #E1DB5E: hue angle of 57.25º degrees, saturation: 0.69, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #E1DB5E is Cyan = 0, Magento = 0.03, Yellow = 0.58 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 219 | 94 | - |
| CMYK | 0 | 0.03 | 0.58 | 0.12 |
| HSL | 57.25º | 0.69% | 0.63% | - |
| HSV(B) | 57.25º | 0.58% | 0.88% | - |
| XYZ | 58.4 | 67.48 | 20.54 | - |
| YUV | 206.54 | 64.49 | 141.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 219 | 94 | 0 | 0.03 | 0.58 | 0.12 | 57.25 | 0.69 | 0.63 |
| Hex | E1 | DB | 5E | 0 | 3 | 3A | C | 39 | 45 | 3F |
| Octal | 341 | 333 | 136 | 0 | 3 | 72 | 14 | 71 | 105 | 77 |
| Binary | 11100001 | 11011011 | 1011110 | 0 | 11 | 111010 | 1100 | 111001 | 1000101 | 111111 |
Color Harmonies of #E1DB5E
Complementary color
Monochromatic Colors of #E1DB5E
Black with #E1DB5E
Text Example
Text Example
White with #E1DB5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1DB5E; }
p { color: rgb(225,219,94); }
H1.HeaderClassName
{
color: #E1DB5E;
}
.AnyTagClassName
{
color: #E1DB5E;
}
</style>
background-color css
<style>
a { background-color: #E1DB5E; }
a { background-color: rgb(225,219,94); }
div.DivClassName
{
background-color: #E1DB5E;
}
.BgClassName
{
background-color: #E1DB5E;
}
</style>
border-color css
<style>
span { border-color: #E1DB5E; }
span { border-color: rgb(225,219,94); }
td.TdClassName
{
border-color: #E1DB5E;
}
.TagClassName
{
border-color: #E1DB5E;
}
</style>