Shades of Manz #E5D849
Tints of Manz #E5D849
RGB
CMYK
RGB Variations
Color information
#E5D849 (or 0xE5D849) is known color: Manz. HEX triplet: E5, D8 and 49. RGB value is (229,216,73). Sum of RGB (Red+Green+Blue) = 229+216+73=518 (68% of max value = 765). Red value is 229 (89.84% from 255 or 44.21% from 518); Green value is 216 (84.77% from 255 or 41.70% from 518); Blue value is 73 (28.91% from 255 or 14.09% from 518); Max value from RGB is 229 - color contains mainly: red. Hex color #E5D849 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E5D849 is #1A27B6. Grayscale: #CCCCCC. Windows color (decimal): -1714103 or 4839653. OLE color: 4839653.
HSL color Cylindrical-coordinate representation of color #E5D849: hue angle of 55º degrees, saturation: 0.75, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #E5D849 is Cyan = 0, Magento = 0.06, Yellow = 0.68 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 216 | 73 | - |
| CMYK | 0 | 0.06 | 0.68 | 0.10 |
| HSL | 55º | 0.75% | 0.59% | - |
| HSV(B) | 55º | 0.68% | 0.9% | - |
| XYZ | 58.07 | 66.25 | 16.03 | - |
| YUV | 203.59 | 54.31 | 146.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 216 | 73 | 0 | 0.06 | 0.68 | 0.10 | 55 | 0.75 | 0.59 |
| Hex | E5 | D8 | 49 | 0 | 6 | 44 | A | 37 | 4B | 3B |
| Octal | 345 | 330 | 111 | 0 | 6 | 104 | 12 | 67 | 113 | 73 |
| Binary | 11100101 | 11011000 | 1001001 | 0 | 110 | 1000100 | 1010 | 110111 | 1001011 | 111011 |
Color Harmonies of #E5D849
Complementary color
Monochromatic Colors of #E5D849
Black with #E5D849
Text Example
Text Example
White with #E5D849
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5D849; }
p { color: rgb(229,216,73); }
H1.HeaderClassName
{
color: #E5D849;
}
.AnyTagClassName
{
color: #E5D849;
}
</style>
background-color css
<style>
a { background-color: #E5D849; }
a { background-color: rgb(229,216,73); }
div.DivClassName
{
background-color: #E5D849;
}
.BgClassName
{
background-color: #E5D849;
}
</style>
border-color css
<style>
span { border-color: #E5D849; }
span { border-color: rgb(229,216,73); }
td.TdClassName
{
border-color: #E5D849;
}
.TagClassName
{
border-color: #E5D849;
}
</style>