Shades of Manz #E5DD49
Tints of Manz #E5DD49
RGB
CMYK
RGB Variations
Color information
#E5DD49 (or 0xE5DD49) is known color: Manz. HEX triplet: E5, DD and 49. RGB value is (229,221,73). Sum of RGB (Red+Green+Blue) = 229+221+73=523 (69% of max value = 765). Red value is 229 (89.84% from 255 or 43.79% from 523); Green value is 221 (86.72% from 255 or 42.26% from 523); Blue value is 73 (28.91% from 255 or 13.96% from 523); Max value from RGB is 229 - color contains mainly: red. Hex color #E5DD49 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E5DD49 is #1A22B6. Grayscale: #CFCFCF. Windows color (decimal): -1712823 or 4840933. OLE color: 4840933.
HSL color Cylindrical-coordinate representation of color #E5DD49: hue angle of 56.92º 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 #E5DD49 is Cyan = 0, Magento = 0.03, Yellow = 0.68 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 221 | 73 | - |
| CMYK | 0 | 0.03 | 0.68 | 0.10 |
| HSL | 56.92º | 0.75% | 0.59% | - |
| HSV(B) | 56.92º | 0.68% | 0.9% | - |
| XYZ | 59.37 | 68.85 | 16.46 | - |
| YUV | 206.52 | 52.65 | 144.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 221 | 73 | 0 | 0.03 | 0.68 | 0.10 | 56.92 | 0.75 | 0.59 |
| Hex | E5 | DD | 49 | 0 | 3 | 44 | A | 39 | 4B | 3B |
| Octal | 345 | 335 | 111 | 0 | 3 | 104 | 12 | 71 | 113 | 73 |
| Binary | 11100101 | 11011101 | 1001001 | 0 | 11 | 1000100 | 1010 | 111001 | 1001011 | 111011 |
Color Harmonies of #E5DD49
Complementary color
Monochromatic Colors of #E5DD49
Black with #E5DD49
Text Example
Text Example
White with #E5DD49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5DD49; }
p { color: rgb(229,221,73); }
H1.HeaderClassName
{
color: #E5DD49;
}
.AnyTagClassName
{
color: #E5DD49;
}
</style>
background-color css
<style>
a { background-color: #E5DD49; }
a { background-color: rgb(229,221,73); }
div.DivClassName
{
background-color: #E5DD49;
}
.BgClassName
{
background-color: #E5DD49;
}
</style>
border-color css
<style>
span { border-color: #E5DD49; }
span { border-color: rgb(229,221,73); }
td.TdClassName
{
border-color: #E5DD49;
}
.TagClassName
{
border-color: #E5DD49;
}
</style>