Shades of Manz #E1DF56
Tints of Manz #E1DF56
RGB
CMYK
RGB Variations
Color information
#E1DF56 (or 0xE1DF56) is known color: Manz. HEX triplet: E1, DF and 56. RGB value is (225,223,86). Sum of RGB (Red+Green+Blue) = 225+223+86=534 (70% of max value = 765). Red value is 225 (88.28% from 255 or 42.13% from 534); Green value is 223 (87.5% from 255 or 41.76% from 534); Blue value is 86 (33.98% from 255 or 16.10% from 534); Max value from RGB is 225 - color contains mainly: red. Hex color #E1DF56 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E1DF56 is #1E20A9. Grayscale: #D0D0D0. Windows color (decimal): -1974442 or 5693409. OLE color: 5693409.
HSL color Cylindrical-coordinate representation of color #E1DF56: hue angle of 59.14º degrees, saturation: 0.7, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #E1DF56 is Cyan = 0, Magento = 0.01, Yellow = 0.62 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 223 | 86 | - |
| CMYK | 0 | 0.01 | 0.62 | 0.12 |
| HSL | 59.14º | 0.7% | 0.61% | - |
| HSV(B) | 59.14º | 0.62% | 0.88% | - |
| XYZ | 59.12 | 69.45 | 19.09 | - |
| YUV | 207.98 | 59.16 | 140.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 223 | 86 | 0 | 0.01 | 0.62 | 0.12 | 59.14 | 0.7 | 0.61 |
| Hex | E1 | DF | 56 | 0 | 1 | 3E | C | 3B | 46 | 3D |
| Octal | 341 | 337 | 126 | 0 | 1 | 76 | 14 | 73 | 106 | 75 |
| Binary | 11100001 | 11011111 | 1010110 | 0 | 1 | 111110 | 1100 | 111011 | 1000110 | 111101 |
Color Harmonies of #E1DF56
Complementary color
Monochromatic Colors of #E1DF56
Black with #E1DF56
Text Example
Text Example
White with #E1DF56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1DF56; }
p { color: rgb(225,223,86); }
H1.HeaderClassName
{
color: #E1DF56;
}
.AnyTagClassName
{
color: #E1DF56;
}
</style>
background-color css
<style>
a { background-color: #E1DF56; }
a { background-color: rgb(225,223,86); }
div.DivClassName
{
background-color: #E1DF56;
}
.BgClassName
{
background-color: #E1DF56;
}
</style>
border-color css
<style>
span { border-color: #E1DF56; }
span { border-color: rgb(225,223,86); }
td.TdClassName
{
border-color: #E1DF56;
}
.TagClassName
{
border-color: #E1DF56;
}
</style>