Shades of Manz #E0DD59
Tints of Manz #E0DD59
RGB
CMYK
RGB Variations
Color information
#E0DD59 (or 0xE0DD59) is known color: Manz. HEX triplet: E0, DD and 59. RGB value is (224,221,89). Sum of RGB (Red+Green+Blue) = 224+221+89=534 (70% of max value = 765). Red value is 224 (87.89% from 255 or 41.95% from 534); Green value is 221 (86.72% from 255 or 41.39% from 534); Blue value is 89 (35.16% from 255 or 16.67% from 534); Max value from RGB is 224 - color contains mainly: red. Hex color #E0DD59 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E0DD59 is #1F22A6. Grayscale: #CFCFCF. Windows color (decimal): -2040487 or 5889504. OLE color: 5889504.
HSL color Cylindrical-coordinate representation of color #E0DD59: hue angle of 58.67º degrees, saturation: 0.69, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #E0DD59 is Cyan = 0, Magento = 0.01, Yellow = 0.60 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 221 | 89 | - |
| CMYK | 0 | 0.01 | 0.60 | 0.12 |
| HSL | 58.67º | 0.69% | 0.61% | - |
| HSV(B) | 58.67º | 0.6% | 0.88% | - |
| XYZ | 58.4 | 68.28 | 19.55 | - |
| YUV | 206.85 | 61.49 | 140.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 221 | 89 | 0 | 0.01 | 0.60 | 0.12 | 58.67 | 0.69 | 0.61 |
| Hex | E0 | DD | 59 | 0 | 1 | 3C | C | 3B | 45 | 3D |
| Octal | 340 | 335 | 131 | 0 | 1 | 74 | 14 | 73 | 105 | 75 |
| Binary | 11100000 | 11011101 | 1011001 | 0 | 1 | 111100 | 1100 | 111011 | 1000101 | 111101 |
Color Harmonies of #E0DD59
Complementary color
Monochromatic Colors of #E0DD59
Black with #E0DD59
Text Example
Text Example
White with #E0DD59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0DD59; }
p { color: rgb(224,221,89); }
H1.HeaderClassName
{
color: #E0DD59;
}
.AnyTagClassName
{
color: #E0DD59;
}
</style>
background-color css
<style>
a { background-color: #E0DD59; }
a { background-color: rgb(224,221,89); }
div.DivClassName
{
background-color: #E0DD59;
}
.BgClassName
{
background-color: #E0DD59;
}
</style>
border-color css
<style>
span { border-color: #E0DD59; }
span { border-color: rgb(224,221,89); }
td.TdClassName
{
border-color: #E0DD59;
}
.TagClassName
{
border-color: #E0DD59;
}
</style>