Shades of Manz #E5DD55
Tints of Manz #E5DD55
RGB
CMYK
RGB Variations
Color information
#E5DD55 (or 0xE5DD55) is known color: Manz. HEX triplet: E5, DD and 55. RGB value is (229,221,85). Sum of RGB (Red+Green+Blue) = 229+221+85=535 (70% of max value = 765). Red value is 229 (89.84% from 255 or 42.80% from 535); Green value is 221 (86.72% from 255 or 41.31% from 535); Blue value is 85 (33.59% from 255 or 15.89% from 535); Max value from RGB is 229 - color contains mainly: red. Hex color #E5DD55 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E5DD55 is #1A22AA. Grayscale: #D0D0D0. Windows color (decimal): -1712811 or 5627365. OLE color: 5627365.
HSL color Cylindrical-coordinate representation of color #E5DD55: hue angle of 56.67º degrees, saturation: 0.73, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #E5DD55 is Cyan = 0, Magento = 0.03, Yellow = 0.63 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 221 | 85 | - |
| CMYK | 0 | 0.03 | 0.63 | 0.10 |
| HSL | 56.67º | 0.73% | 0.62% | - |
| HSV(B) | 56.67º | 0.63% | 0.9% | - |
| XYZ | 59.81 | 69.03 | 18.77 | - |
| YUV | 207.89 | 58.65 | 143.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 221 | 85 | 0 | 0.03 | 0.63 | 0.10 | 56.67 | 0.73 | 0.62 |
| Hex | E5 | DD | 55 | 0 | 3 | 3F | A | 39 | 49 | 3E |
| Octal | 345 | 335 | 125 | 0 | 3 | 77 | 12 | 71 | 111 | 76 |
| Binary | 11100101 | 11011101 | 1010101 | 0 | 11 | 111111 | 1010 | 111001 | 1001001 | 111110 |
Color Harmonies of #E5DD55
Complementary color
Monochromatic Colors of #E5DD55
Black with #E5DD55
Text Example
Text Example
White with #E5DD55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5DD55; }
p { color: rgb(229,221,85); }
H1.HeaderClassName
{
color: #E5DD55;
}
.AnyTagClassName
{
color: #E5DD55;
}
</style>
background-color css
<style>
a { background-color: #E5DD55; }
a { background-color: rgb(229,221,85); }
div.DivClassName
{
background-color: #E5DD55;
}
.BgClassName
{
background-color: #E5DD55;
}
</style>
border-color css
<style>
span { border-color: #E5DD55; }
span { border-color: rgb(229,221,85); }
td.TdClassName
{
border-color: #E5DD55;
}
.TagClassName
{
border-color: #E5DD55;
}
</style>