Shades of Manz #E0DF60
Tints of Manz #E0DF60
RGB
CMYK
RGB Variations
Color information
#E0DF60 (or 0xE0DF60) is known color: Manz. HEX triplet: E0, DF and 60. RGB value is (224,223,96). Sum of RGB (Red+Green+Blue) = 224+223+96=543 (71% of max value = 765). Red value is 224 (87.89% from 255 or 41.25% from 543); Green value is 223 (87.5% from 255 or 41.07% from 543); Blue value is 96 (37.89% from 255 or 17.68% from 543); Max value from RGB is 224 - color contains mainly: red. Hex color #E0DF60 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E0DF60 is #1F209F. Grayscale: #D1D1D1. Windows color (decimal): -2039968 or 6348768. OLE color: 6348768.
HSL color Cylindrical-coordinate representation of color #E0DF60: hue angle of 59.53º degrees, saturation: 0.67, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #E0DF60 is Cyan = 0, Magento = 0.00, Yellow = 0.57 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 223 | 96 | - |
| CMYK | 0 | 0.00 | 0.57 | 0.12 |
| HSL | 59.53º | 0.67% | 0.63% | - |
| HSV(B) | 59.53º | 0.57% | 0.88% | - |
| XYZ | 59.24 | 69.47 | 21.35 | - |
| YUV | 208.82 | 64.33 | 138.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 223 | 96 | 0 | 0.00 | 0.57 | 0.12 | 59.53 | 0.67 | 0.63 |
| Hex | E0 | DF | 60 | 0 | 0 | 39 | C | 3C | 43 | 3F |
| Octal | 340 | 337 | 140 | 0 | 0 | 71 | 14 | 74 | 103 | 77 |
| Binary | 11100000 | 11011111 | 1100000 | 0 | 0 | 111001 | 1100 | 111100 | 1000011 | 111111 |
Color Harmonies of #E0DF60
Complementary color
Monochromatic Colors of #E0DF60
Black with #E0DF60
Text Example
Text Example
White with #E0DF60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0DF60; }
p { color: rgb(224,223,96); }
H1.HeaderClassName
{
color: #E0DF60;
}
.AnyTagClassName
{
color: #E0DF60;
}
</style>
background-color css
<style>
a { background-color: #E0DF60; }
a { background-color: rgb(224,223,96); }
div.DivClassName
{
background-color: #E0DF60;
}
.BgClassName
{
background-color: #E0DF60;
}
</style>
border-color css
<style>
span { border-color: #E0DF60; }
span { border-color: rgb(224,223,96); }
td.TdClassName
{
border-color: #E0DF60;
}
.TagClassName
{
border-color: #E0DF60;
}
</style>