Shades of Manz #E0DC50
Tints of Manz #E0DC50
RGB
CMYK
RGB Variations
Color information
#E0DC50 (or 0xE0DC50) is known color: Manz. HEX triplet: E0, DC and 50. RGB value is (224,220,80). Sum of RGB (Red+Green+Blue) = 224+220+80=524 (69% of max value = 765). Red value is 224 (87.89% from 255 or 42.75% from 524); Green value is 220 (86.33% from 255 or 41.98% from 524); Blue value is 80 (31.64% from 255 or 15.27% from 524); Max value from RGB is 224 - color contains mainly: red. Hex color #E0DC50 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E0DC50 is #1F23AF. Grayscale: #CDCDCD. Windows color (decimal): -2040752 or 5299424. OLE color: 5299424.
HSL color Cylindrical-coordinate representation of color #E0DC50: hue angle of 58.33º degrees, saturation: 0.7, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #E0DC50 is Cyan = 0, Magento = 0.02, Yellow = 0.64 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 220 | 80 | - |
| CMYK | 0 | 0.02 | 0.64 | 0.12 |
| HSL | 58.33º | 0.7% | 0.6% | - |
| HSV(B) | 58.33º | 0.64% | 0.88% | - |
| XYZ | 57.78 | 67.61 | 17.59 | - |
| YUV | 205.24 | 57.33 | 141.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 220 | 80 | 0 | 0.02 | 0.64 | 0.12 | 58.33 | 0.7 | 0.6 |
| Hex | E0 | DC | 50 | 0 | 2 | 40 | C | 3A | 46 | 3C |
| Octal | 340 | 334 | 120 | 0 | 2 | 100 | 14 | 72 | 106 | 74 |
| Binary | 11100000 | 11011100 | 1010000 | 0 | 10 | 1000000 | 1100 | 111010 | 1000110 | 111100 |
Color Harmonies of #E0DC50
Complementary color
Monochromatic Colors of #E0DC50
Black with #E0DC50
Text Example
Text Example
White with #E0DC50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0DC50; }
p { color: rgb(224,220,80); }
H1.HeaderClassName
{
color: #E0DC50;
}
.AnyTagClassName
{
color: #E0DC50;
}
</style>
background-color css
<style>
a { background-color: #E0DC50; }
a { background-color: rgb(224,220,80); }
div.DivClassName
{
background-color: #E0DC50;
}
.BgClassName
{
background-color: #E0DC50;
}
</style>
border-color css
<style>
span { border-color: #E0DC50; }
span { border-color: rgb(224,220,80); }
td.TdClassName
{
border-color: #E0DC50;
}
.TagClassName
{
border-color: #E0DC50;
}
</style>