Shades of Manz #E1DB57
Tints of Manz #E1DB57
RGB
CMYK
RGB Variations
Color information
#E1DB57 (or 0xE1DB57) is known color: Manz. HEX triplet: E1, DB and 57. RGB value is (225,219,87). Sum of RGB (Red+Green+Blue) = 225+219+87=531 (70% of max value = 765). Red value is 225 (88.28% from 255 or 42.37% from 531); Green value is 219 (85.94% from 255 or 41.24% from 531); Blue value is 87 (34.38% from 255 or 16.38% from 531); Max value from RGB is 225 - color contains mainly: red. Hex color #E1DB57 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E1DB57 is #1E24A8. Grayscale: #CECECE. Windows color (decimal): -1975465 or 5757921. OLE color: 5757921.
HSL color Cylindrical-coordinate representation of color #E1DB57: hue angle of 57.39º degrees, saturation: 0.7, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #E1DB57 is Cyan = 0, Magento = 0.03, Yellow = 0.61 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 219 | 87 | - |
| CMYK | 0 | 0.03 | 0.61 | 0.12 |
| HSL | 57.39º | 0.7% | 0.61% | - |
| HSV(B) | 57.39º | 0.61% | 0.88% | - |
| XYZ | 58.1 | 67.36 | 18.96 | - |
| YUV | 205.75 | 60.99 | 141.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 219 | 87 | 0 | 0.03 | 0.61 | 0.12 | 57.39 | 0.7 | 0.61 |
| Hex | E1 | DB | 57 | 0 | 3 | 3D | C | 39 | 46 | 3D |
| Octal | 341 | 333 | 127 | 0 | 3 | 75 | 14 | 71 | 106 | 75 |
| Binary | 11100001 | 11011011 | 1010111 | 0 | 11 | 111101 | 1100 | 111001 | 1000110 | 111101 |
Color Harmonies of #E1DB57
Complementary color
Monochromatic Colors of #E1DB57
Black with #E1DB57
Text Example
Text Example
White with #E1DB57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1DB57; }
p { color: rgb(225,219,87); }
H1.HeaderClassName
{
color: #E1DB57;
}
.AnyTagClassName
{
color: #E1DB57;
}
</style>
background-color css
<style>
a { background-color: #E1DB57; }
a { background-color: rgb(225,219,87); }
div.DivClassName
{
background-color: #E1DB57;
}
.BgClassName
{
background-color: #E1DB57;
}
</style>
border-color css
<style>
span { border-color: #E1DB57; }
span { border-color: rgb(225,219,87); }
td.TdClassName
{
border-color: #E1DB57;
}
.TagClassName
{
border-color: #E1DB57;
}
</style>