Shades of Manz #E2D949
Tints of Manz #E2D949
RGB
CMYK
RGB Variations
Color information
#E2D949 (or 0xE2D949) is known color: Manz. HEX triplet: E2, D9 and 49. RGB value is (226,217,73). Sum of RGB (Red+Green+Blue) = 226+217+73=516 (68% of max value = 765). Red value is 226 (88.67% from 255 or 43.80% from 516); Green value is 217 (85.16% from 255 or 42.05% from 516); Blue value is 73 (28.91% from 255 or 14.15% from 516); Max value from RGB is 226 - color contains mainly: red. Hex color #E2D949 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E2D949 is #1D26B6. Grayscale: #CBCBCB. Windows color (decimal): -1910455 or 4839906. OLE color: 4839906.
HSL color Cylindrical-coordinate representation of color #E2D949: hue angle of 56.47º 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 #E2D949 is Cyan = 0, Magento = 0.04, Yellow = 0.68 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 217 | 73 | - |
| CMYK | 0 | 0.04 | 0.68 | 0.11 |
| HSL | 56.47º | 0.73% | 0.59% | - |
| HSV(B) | 56.47º | 0.68% | 0.89% | - |
| XYZ | 57.38 | 66.28 | 16.07 | - |
| YUV | 203.28 | 54.48 | 144.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 217 | 73 | 0 | 0.04 | 0.68 | 0.11 | 56.47 | 0.73 | 0.59 |
| Hex | E2 | D9 | 49 | 0 | 4 | 44 | B | 38 | 49 | 3B |
| Octal | 342 | 331 | 111 | 0 | 4 | 104 | 13 | 70 | 111 | 73 |
| Binary | 11100010 | 11011001 | 1001001 | 0 | 100 | 1000100 | 1011 | 111000 | 1001001 | 111011 |
Color Harmonies of #E2D949
Complementary color
Monochromatic Colors of #E2D949
Black with #E2D949
Text Example
Text Example
White with #E2D949
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2D949; }
p { color: rgb(226,217,73); }
H1.HeaderClassName
{
color: #E2D949;
}
.AnyTagClassName
{
color: #E2D949;
}
</style>
background-color css
<style>
a { background-color: #E2D949; }
a { background-color: rgb(226,217,73); }
div.DivClassName
{
background-color: #E2D949;
}
.BgClassName
{
background-color: #E2D949;
}
</style>
border-color css
<style>
span { border-color: #E2D949; }
span { border-color: rgb(226,217,73); }
td.TdClassName
{
border-color: #E2D949;
}
.TagClassName
{
border-color: #E2D949;
}
</style>