Shades of Manz #E2DA4C
Tints of Manz #E2DA4C
RGB
CMYK
RGB Variations
Color information
#E2DA4C (or 0xE2DA4C) is known color: Manz. HEX triplet: E2, DA and 4C. RGB value is (226,218,76). Sum of RGB (Red+Green+Blue) = 226+218+76=520 (68% of max value = 765). Red value is 226 (88.67% from 255 or 43.46% from 520); Green value is 218 (85.55% from 255 or 41.92% from 520); Blue value is 76 (30.08% from 255 or 14.62% from 520); Max value from RGB is 226 - color contains mainly: red. Hex color #E2DA4C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E2DA4C is #1D25B3. Grayscale: #CCCCCC. Windows color (decimal): -1910196 or 5036770. OLE color: 5036770.
HSL color Cylindrical-coordinate representation of color #E2DA4C: hue angle of 56.8º degrees, saturation: 0.72, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #E2DA4C is Cyan = 0, Magento = 0.04, Yellow = 0.66 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 218 | 76 | - |
| CMYK | 0 | 0.04 | 0.66 | 0.11 |
| HSL | 56.8º | 0.72% | 0.59% | - |
| HSV(B) | 56.8º | 0.66% | 0.89% | - |
| XYZ | 57.74 | 66.83 | 16.69 | - |
| YUV | 204.2 | 55.65 | 143.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 218 | 76 | 0 | 0.04 | 0.66 | 0.11 | 56.8 | 0.72 | 0.59 |
| Hex | E2 | DA | 4C | 0 | 4 | 42 | B | 39 | 48 | 3B |
| Octal | 342 | 332 | 114 | 0 | 4 | 102 | 13 | 71 | 110 | 73 |
| Binary | 11100010 | 11011010 | 1001100 | 0 | 100 | 1000010 | 1011 | 111001 | 1001000 | 111011 |
Color Harmonies of #E2DA4C
Complementary color
Monochromatic Colors of #E2DA4C
Black with #E2DA4C
Text Example
Text Example
White with #E2DA4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2DA4C; }
p { color: rgb(226,218,76); }
H1.HeaderClassName
{
color: #E2DA4C;
}
.AnyTagClassName
{
color: #E2DA4C;
}
</style>
background-color css
<style>
a { background-color: #E2DA4C; }
a { background-color: rgb(226,218,76); }
div.DivClassName
{
background-color: #E2DA4C;
}
.BgClassName
{
background-color: #E2DA4C;
}
</style>
border-color css
<style>
span { border-color: #E2DA4C; }
span { border-color: rgb(226,218,76); }
td.TdClassName
{
border-color: #E2DA4C;
}
.TagClassName
{
border-color: #E2DA4C;
}
</style>