Shades of Manz #E0DF58
Tints of Manz #E0DF58
RGB
CMYK
RGB Variations
Color information
#E0DF58 (or 0xE0DF58) is known color: Manz. HEX triplet: E0, DF and 58. RGB value is (224,223,88). Sum of RGB (Red+Green+Blue) = 224+223+88=535 (70% of max value = 765). Red value is 224 (87.89% from 255 or 41.87% from 535); Green value is 223 (87.5% from 255 or 41.68% from 535); Blue value is 88 (34.77% from 255 or 16.45% from 535); Max value from RGB is 224 - color contains mainly: red. Hex color #E0DF58 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E0DF58 is #1F20A7. Grayscale: #D0D0D0. Windows color (decimal): -2039976 or 5824480. OLE color: 5824480.
HSL color Cylindrical-coordinate representation of color #E0DF58: hue angle of 59.56º degrees, saturation: 0.69, 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 #E0DF58 is Cyan = 0, Magento = 0.00, Yellow = 0.61 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 223 | 88 | - |
| CMYK | 0 | 0.00 | 0.61 | 0.12 |
| HSL | 59.56º | 0.69% | 0.61% | - |
| HSV(B) | 59.56º | 0.61% | 0.88% | - |
| XYZ | 58.89 | 69.33 | 19.51 | - |
| YUV | 207.91 | 60.33 | 139.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 223 | 88 | 0 | 0.00 | 0.61 | 0.12 | 59.56 | 0.69 | 0.61 |
| Hex | E0 | DF | 58 | 0 | 0 | 3D | C | 3C | 45 | 3D |
| Octal | 340 | 337 | 130 | 0 | 0 | 75 | 14 | 74 | 105 | 75 |
| Binary | 11100000 | 11011111 | 1011000 | 0 | 0 | 111101 | 1100 | 111100 | 1000101 | 111101 |
Color Harmonies of #E0DF58
Complementary color
Monochromatic Colors of #E0DF58
Black with #E0DF58
Text Example
Text Example
White with #E0DF58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0DF58; }
p { color: rgb(224,223,88); }
H1.HeaderClassName
{
color: #E0DF58;
}
.AnyTagClassName
{
color: #E0DF58;
}
</style>
background-color css
<style>
a { background-color: #E0DF58; }
a { background-color: rgb(224,223,88); }
div.DivClassName
{
background-color: #E0DF58;
}
.BgClassName
{
background-color: #E0DF58;
}
</style>
border-color css
<style>
span { border-color: #E0DF58; }
span { border-color: rgb(224,223,88); }
td.TdClassName
{
border-color: #E0DF58;
}
.TagClassName
{
border-color: #E0DF58;
}
</style>