Shades of Manz #E2DA49
Tints of Manz #E2DA49
RGB
CMYK
RGB Variations
Color information
#E2DA49 (or 0xE2DA49) is known color: Manz. HEX triplet: E2, DA and 49. RGB value is (226,218,73). Sum of RGB (Red+Green+Blue) = 226+218+73=517 (68% of max value = 765). Red value is 226 (88.67% from 255 or 43.71% from 517); Green value is 218 (85.55% from 255 or 42.17% from 517); Blue value is 73 (28.91% from 255 or 14.12% from 517); Max value from RGB is 226 - color contains mainly: red. Hex color #E2DA49 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E2DA49 is #1D25B6. Grayscale: #CCCCCC. Windows color (decimal): -1910199 or 4840162. OLE color: 4840162.
HSL color Cylindrical-coordinate representation of color #E2DA49: hue angle of 56.86º degrees, saturation: 0.73, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #E2DA49 is Cyan = 0, Magento = 0.04, Yellow = 0.68 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 218 | 73 | - |
| CMYK | 0 | 0.04 | 0.68 | 0.11 |
| HSL | 56.86º | 0.73% | 0.59% | - |
| HSV(B) | 56.86º | 0.68% | 0.89% | - |
| XYZ | 57.64 | 66.79 | 16.16 | - |
| YUV | 203.86 | 54.15 | 143.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 218 | 73 | 0 | 0.04 | 0.68 | 0.11 | 56.86 | 0.73 | 0.59 |
| Hex | E2 | DA | 49 | 0 | 4 | 44 | B | 39 | 49 | 3B |
| Octal | 342 | 332 | 111 | 0 | 4 | 104 | 13 | 71 | 111 | 73 |
| Binary | 11100010 | 11011010 | 1001001 | 0 | 100 | 1000100 | 1011 | 111001 | 1001001 | 111011 |
Color Harmonies of #E2DA49
Complementary color
Monochromatic Colors of #E2DA49
Black with #E2DA49
Text Example
Text Example
White with #E2DA49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2DA49; }
p { color: rgb(226,218,73); }
H1.HeaderClassName
{
color: #E2DA49;
}
.AnyTagClassName
{
color: #E2DA49;
}
</style>
background-color css
<style>
a { background-color: #E2DA49; }
a { background-color: rgb(226,218,73); }
div.DivClassName
{
background-color: #E2DA49;
}
.BgClassName
{
background-color: #E2DA49;
}
</style>
border-color css
<style>
span { border-color: #E2DA49; }
span { border-color: rgb(226,218,73); }
td.TdClassName
{
border-color: #E2DA49;
}
.TagClassName
{
border-color: #E2DA49;
}
</style>