Shades of Manz #E7DD55
Tints of Manz #E7DD55
RGB
CMYK
RGB Variations
Color information
#E7DD55 (or 0xE7DD55) is known color: Manz. HEX triplet: E7, DD and 55. RGB value is (231,221,85). Sum of RGB (Red+Green+Blue) = 231+221+85=537 (71% of max value = 765). Red value is 231 (90.62% from 255 or 43.02% from 537); Green value is 221 (86.72% from 255 or 41.15% from 537); Blue value is 85 (33.59% from 255 or 15.83% from 537); Max value from RGB is 231 - color contains mainly: red. Hex color #E7DD55 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E7DD55 is #1822AA. Grayscale: #D1D1D1. Windows color (decimal): -1581739 or 5627367. OLE color: 5627367.
HSL color Cylindrical-coordinate representation of color #E7DD55: hue angle of 55.89º degrees, saturation: 0.75, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #E7DD55 is Cyan = 0, Magento = 0.04, Yellow = 0.63 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 221 | 85 | - |
| CMYK | 0 | 0.04 | 0.63 | 0.09 |
| HSL | 55.89º | 0.75% | 0.62% | - |
| HSV(B) | 55.89º | 0.63% | 0.91% | - |
| XYZ | 60.45 | 69.36 | 18.8 | - |
| YUV | 208.49 | 58.31 | 144.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 221 | 85 | 0 | 0.04 | 0.63 | 0.09 | 55.89 | 0.75 | 0.62 |
| Hex | E7 | DD | 55 | 0 | 4 | 3F | 9 | 38 | 4B | 3E |
| Octal | 347 | 335 | 125 | 0 | 4 | 77 | 11 | 70 | 113 | 76 |
| Binary | 11100111 | 11011101 | 1010101 | 0 | 100 | 111111 | 1001 | 111000 | 1001011 | 111110 |
Color Harmonies of #E7DD55
Complementary color
Monochromatic Colors of #E7DD55
Black with #E7DD55
Text Example
Text Example
White with #E7DD55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7DD55; }
p { color: rgb(231,221,85); }
H1.HeaderClassName
{
color: #E7DD55;
}
.AnyTagClassName
{
color: #E7DD55;
}
</style>
background-color css
<style>
a { background-color: #E7DD55; }
a { background-color: rgb(231,221,85); }
div.DivClassName
{
background-color: #E7DD55;
}
.BgClassName
{
background-color: #E7DD55;
}
</style>
border-color css
<style>
span { border-color: #E7DD55; }
span { border-color: rgb(231,221,85); }
td.TdClassName
{
border-color: #E7DD55;
}
.TagClassName
{
border-color: #E7DD55;
}
</style>