Shades of Manz #E0DA56
Tints of Manz #E0DA56
RGB
CMYK
RGB Variations
Color information
#E0DA56 (or 0xE0DA56) is known color: Manz. HEX triplet: E0, DA and 56. RGB value is (224,218,86). Sum of RGB (Red+Green+Blue) = 224+218+86=528 (69% of max value = 765). Red value is 224 (87.89% from 255 or 42.42% from 528); Green value is 218 (85.55% from 255 or 41.29% from 528); Blue value is 86 (33.98% from 255 or 16.29% from 528); Max value from RGB is 224 - color contains mainly: red. Hex color #E0DA56 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E0DA56 is #1F25A9. Grayscale: #CDCDCD. Windows color (decimal): -2041258 or 5692128. OLE color: 5692128.
HSL color Cylindrical-coordinate representation of color #E0DA56: hue angle of 57.39º degrees, saturation: 0.69, 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 #E0DA56 is Cyan = 0, Magento = 0.03, Yellow = 0.62 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 218 | 86 | - |
| CMYK | 0 | 0.03 | 0.62 | 0.12 |
| HSL | 57.39º | 0.69% | 0.61% | - |
| HSV(B) | 57.39º | 0.62% | 0.88% | - |
| XYZ | 57.49 | 66.66 | 18.64 | - |
| YUV | 204.75 | 60.99 | 141.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 218 | 86 | 0 | 0.03 | 0.62 | 0.12 | 57.39 | 0.69 | 0.61 |
| Hex | E0 | DA | 56 | 0 | 3 | 3E | C | 39 | 45 | 3D |
| Octal | 340 | 332 | 126 | 0 | 3 | 76 | 14 | 71 | 105 | 75 |
| Binary | 11100000 | 11011010 | 1010110 | 0 | 11 | 111110 | 1100 | 111001 | 1000101 | 111101 |
Color Harmonies of #E0DA56
Complementary color
Monochromatic Colors of #E0DA56
Black with #E0DA56
Text Example
Text Example
White with #E0DA56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0DA56; }
p { color: rgb(224,218,86); }
H1.HeaderClassName
{
color: #E0DA56;
}
.AnyTagClassName
{
color: #E0DA56;
}
</style>
background-color css
<style>
a { background-color: #E0DA56; }
a { background-color: rgb(224,218,86); }
div.DivClassName
{
background-color: #E0DA56;
}
.BgClassName
{
background-color: #E0DA56;
}
</style>
border-color css
<style>
span { border-color: #E0DA56; }
span { border-color: rgb(224,218,86); }
td.TdClassName
{
border-color: #E0DA56;
}
.TagClassName
{
border-color: #E0DA56;
}
</style>