Shades of Manz #E0DA4D
Tints of Manz #E0DA4D
RGB
CMYK
RGB Variations
Color information
#E0DA4D (or 0xE0DA4D) is known color: Manz. HEX triplet: E0, DA and 4D. RGB value is (224,218,77). Sum of RGB (Red+Green+Blue) = 224+218+77=519 (68% of max value = 765). Red value is 224 (87.89% from 255 or 43.16% from 519); Green value is 218 (85.55% from 255 or 42.00% from 519); Blue value is 77 (30.47% from 255 or 14.84% from 519); Max value from RGB is 224 - color contains mainly: red. Hex color #E0DA4D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E0DA4D is #1F25B2. Grayscale: #CCCCCC. Windows color (decimal): -2041267 or 5102304. OLE color: 5102304.
HSL color Cylindrical-coordinate representation of color #E0DA4D: hue angle of 57.55º degrees, saturation: 0.7, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #E0DA4D is Cyan = 0, Magento = 0.03, Yellow = 0.66 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 218 | 77 | - |
| CMYK | 0 | 0.03 | 0.66 | 0.12 |
| HSL | 57.55º | 0.7% | 0.59% | - |
| HSV(B) | 57.55º | 0.66% | 0.88% | - |
| XYZ | 57.15 | 66.53 | 16.85 | - |
| YUV | 203.72 | 56.49 | 142.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 218 | 77 | 0 | 0.03 | 0.66 | 0.12 | 57.55 | 0.7 | 0.59 |
| Hex | E0 | DA | 4D | 0 | 3 | 42 | C | 3A | 46 | 3B |
| Octal | 340 | 332 | 115 | 0 | 3 | 102 | 14 | 72 | 106 | 73 |
| Binary | 11100000 | 11011010 | 1001101 | 0 | 11 | 1000010 | 1100 | 111010 | 1000110 | 111011 |
Color Harmonies of #E0DA4D
Complementary color
Monochromatic Colors of #E0DA4D
Black with #E0DA4D
Text Example
Text Example
White with #E0DA4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0DA4D; }
p { color: rgb(224,218,77); }
H1.HeaderClassName
{
color: #E0DA4D;
}
.AnyTagClassName
{
color: #E0DA4D;
}
</style>
background-color css
<style>
a { background-color: #E0DA4D; }
a { background-color: rgb(224,218,77); }
div.DivClassName
{
background-color: #E0DA4D;
}
.BgClassName
{
background-color: #E0DA4D;
}
</style>
border-color css
<style>
span { border-color: #E0DA4D; }
span { border-color: rgb(224,218,77); }
td.TdClassName
{
border-color: #E0DA4D;
}
.TagClassName
{
border-color: #E0DA4D;
}
</style>