Shades of Manz #E2DA4D
Tints of Manz #E2DA4D
RGB
CMYK
RGB Variations
Color information
#E2DA4D (or 0xE2DA4D) is known color: Manz. HEX triplet: E2, DA and 4D. RGB value is (226,218,77). Sum of RGB (Red+Green+Blue) = 226+218+77=521 (69% of max value = 765). Red value is 226 (88.67% from 255 or 43.38% from 521); Green value is 218 (85.55% from 255 or 41.84% from 521); Blue value is 77 (30.47% from 255 or 14.78% from 521); Max value from RGB is 226 - color contains mainly: red. Hex color #E2DA4D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E2DA4D is #1D25B2. Grayscale: #CCCCCC. Windows color (decimal): -1910195 or 5102306. OLE color: 5102306.
HSL color Cylindrical-coordinate representation of color #E2DA4D: hue angle of 56.78º 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 #E2DA4D is Cyan = 0, Magento = 0.04, Yellow = 0.66 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 218 | 77 | - |
| CMYK | 0 | 0.04 | 0.66 | 0.11 |
| HSL | 56.78º | 0.72% | 0.59% | - |
| HSV(B) | 56.78º | 0.66% | 0.89% | - |
| XYZ | 57.77 | 66.85 | 16.88 | - |
| YUV | 204.32 | 56.15 | 143.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 218 | 77 | 0 | 0.04 | 0.66 | 0.11 | 56.78 | 0.72 | 0.59 |
| Hex | E2 | DA | 4D | 0 | 4 | 42 | B | 39 | 48 | 3B |
| Octal | 342 | 332 | 115 | 0 | 4 | 102 | 13 | 71 | 110 | 73 |
| Binary | 11100010 | 11011010 | 1001101 | 0 | 100 | 1000010 | 1011 | 111001 | 1001000 | 111011 |
Color Harmonies of #E2DA4D
Complementary color
Monochromatic Colors of #E2DA4D
Black with #E2DA4D
Text Example
Text Example
White with #E2DA4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2DA4D; }
p { color: rgb(226,218,77); }
H1.HeaderClassName
{
color: #E2DA4D;
}
.AnyTagClassName
{
color: #E2DA4D;
}
</style>
background-color css
<style>
a { background-color: #E2DA4D; }
a { background-color: rgb(226,218,77); }
div.DivClassName
{
background-color: #E2DA4D;
}
.BgClassName
{
background-color: #E2DA4D;
}
</style>
border-color css
<style>
span { border-color: #E2DA4D; }
span { border-color: rgb(226,218,77); }
td.TdClassName
{
border-color: #E2DA4D;
}
.TagClassName
{
border-color: #E2DA4D;
}
</style>