Shades of Manz #E0D949
Tints of Manz #E0D949
RGB
CMYK
RGB Variations
Color information
#E0D949 (or 0xE0D949) is known color: Manz. HEX triplet: E0, D9 and 49. RGB value is (224,217,73). Sum of RGB (Red+Green+Blue) = 224+217+73=514 (68% of max value = 765). Red value is 224 (87.89% from 255 or 43.58% from 514); Green value is 217 (85.16% from 255 or 42.22% from 514); Blue value is 73 (28.91% from 255 or 14.20% from 514); Max value from RGB is 224 - color contains mainly: red. Hex color #E0D949 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E0D949 is #1F26B6. Grayscale: #CBCBCB. Windows color (decimal): -2041527 or 4839904. OLE color: 4839904.
HSL color Cylindrical-coordinate representation of color #E0D949: hue angle of 57.22º degrees, saturation: 0.71, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #E0D949 is Cyan = 0, Magento = 0.03, Yellow = 0.67 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 217 | 73 | - |
| CMYK | 0 | 0.03 | 0.67 | 0.12 |
| HSL | 57.22º | 0.71% | 0.58% | - |
| HSV(B) | 57.22º | 0.67% | 0.88% | - |
| XYZ | 56.76 | 65.95 | 16.04 | - |
| YUV | 202.68 | 54.82 | 143.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 217 | 73 | 0 | 0.03 | 0.67 | 0.12 | 57.22 | 0.71 | 0.58 |
| Hex | E0 | D9 | 49 | 0 | 3 | 43 | C | 39 | 47 | 3A |
| Octal | 340 | 331 | 111 | 0 | 3 | 103 | 14 | 71 | 107 | 72 |
| Binary | 11100000 | 11011001 | 1001001 | 0 | 11 | 1000011 | 1100 | 111001 | 1000111 | 111010 |
Color Harmonies of #E0D949
Complementary color
Monochromatic Colors of #E0D949
Black with #E0D949
Text Example
Text Example
White with #E0D949
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0D949; }
p { color: rgb(224,217,73); }
H1.HeaderClassName
{
color: #E0D949;
}
.AnyTagClassName
{
color: #E0D949;
}
</style>
background-color css
<style>
a { background-color: #E0D949; }
a { background-color: rgb(224,217,73); }
div.DivClassName
{
background-color: #E0D949;
}
.BgClassName
{
background-color: #E0D949;
}
</style>
border-color css
<style>
span { border-color: #E0D949; }
span { border-color: rgb(224,217,73); }
td.TdClassName
{
border-color: #E0D949;
}
.TagClassName
{
border-color: #E0D949;
}
</style>