Shades of Manz #E5DD50
Tints of Manz #E5DD50
RGB
CMYK
RGB Variations
Color information
#E5DD50 (or 0xE5DD50) is known color: Manz. HEX triplet: E5, DD and 50. RGB value is (229,221,80). Sum of RGB (Red+Green+Blue) = 229+221+80=530 (70% of max value = 765). Red value is 229 (89.84% from 255 or 43.21% from 530); Green value is 221 (86.72% from 255 or 41.70% from 530); Blue value is 80 (31.64% from 255 or 15.09% from 530); Max value from RGB is 229 - color contains mainly: red. Hex color #E5DD50 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E5DD50 is #1A22AF. Grayscale: #CFCFCF. Windows color (decimal): -1712816 or 5299685. OLE color: 5299685.
HSL color Cylindrical-coordinate representation of color #E5DD50: hue angle of 56.78º degrees, saturation: 0.74, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #E5DD50 is Cyan = 0, Magento = 0.03, Yellow = 0.65 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 221 | 80 | - |
| CMYK | 0 | 0.03 | 0.65 | 0.10 |
| HSL | 56.78º | 0.74% | 0.61% | - |
| HSV(B) | 56.78º | 0.65% | 0.9% | - |
| XYZ | 59.62 | 68.95 | 17.76 | - |
| YUV | 207.32 | 56.15 | 143.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 221 | 80 | 0 | 0.03 | 0.65 | 0.10 | 56.78 | 0.74 | 0.61 |
| Hex | E5 | DD | 50 | 0 | 3 | 41 | A | 39 | 4A | 3D |
| Octal | 345 | 335 | 120 | 0 | 3 | 101 | 12 | 71 | 112 | 75 |
| Binary | 11100101 | 11011101 | 1010000 | 0 | 11 | 1000001 | 1010 | 111001 | 1001010 | 111101 |
Color Harmonies of #E5DD50
Complementary color
Monochromatic Colors of #E5DD50
Black with #E5DD50
Text Example
Text Example
White with #E5DD50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5DD50; }
p { color: rgb(229,221,80); }
H1.HeaderClassName
{
color: #E5DD50;
}
.AnyTagClassName
{
color: #E5DD50;
}
</style>
background-color css
<style>
a { background-color: #E5DD50; }
a { background-color: rgb(229,221,80); }
div.DivClassName
{
background-color: #E5DD50;
}
.BgClassName
{
background-color: #E5DD50;
}
</style>
border-color css
<style>
span { border-color: #E5DD50; }
span { border-color: rgb(229,221,80); }
td.TdClassName
{
border-color: #E5DD50;
}
.TagClassName
{
border-color: #E5DD50;
}
</style>