Shades of Manz #E1D661
Tints of Manz #E1D661
RGB
CMYK
RGB Variations
Color information
#E1D661 (or 0xE1D661) is known color: Manz. HEX triplet: E1, D6 and 61. RGB value is (225,214,97). Sum of RGB (Red+Green+Blue) = 225+214+97=536 (70% of max value = 765). Red value is 225 (88.28% from 255 or 41.98% from 536); Green value is 214 (83.98% from 255 or 39.93% from 536); Blue value is 97 (38.28% from 255 or 18.10% from 536); Max value from RGB is 225 - color contains mainly: red. Hex color #E1D661 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E1D661 is #1E299E. Grayscale: #CCCCCC. Windows color (decimal): -1976735 or 6412001. OLE color: 6412001.
HSL color Cylindrical-coordinate representation of color #E1D661: hue angle of 54.84º degrees, saturation: 0.68, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #E1D661 is Cyan = 0, Magento = 0.05, Yellow = 0.57 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 214 | 97 | - |
| CMYK | 0 | 0.05 | 0.57 | 0.12 |
| HSL | 54.84º | 0.68% | 0.63% | - |
| HSV(B) | 54.84º | 0.57% | 0.88% | - |
| XYZ | 57.26 | 64.96 | 20.83 | - |
| YUV | 203.95 | 67.64 | 143.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 214 | 97 | 0 | 0.05 | 0.57 | 0.12 | 54.84 | 0.68 | 0.63 |
| Hex | E1 | D6 | 61 | 0 | 5 | 39 | C | 37 | 44 | 3F |
| Octal | 341 | 326 | 141 | 0 | 5 | 71 | 14 | 67 | 104 | 77 |
| Binary | 11100001 | 11010110 | 1100001 | 0 | 101 | 111001 | 1100 | 110111 | 1000100 | 111111 |
Color Harmonies of #E1D661
Complementary color
Monochromatic Colors of #E1D661
Black with #E1D661
Text Example
Text Example
White with #E1D661
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1D661; }
p { color: rgb(225,214,97); }
H1.HeaderClassName
{
color: #E1D661;
}
.AnyTagClassName
{
color: #E1D661;
}
</style>
background-color css
<style>
a { background-color: #E1D661; }
a { background-color: rgb(225,214,97); }
div.DivClassName
{
background-color: #E1D661;
}
.BgClassName
{
background-color: #E1D661;
}
</style>
border-color css
<style>
span { border-color: #E1D661; }
span { border-color: rgb(225,214,97); }
td.TdClassName
{
border-color: #E1D661;
}
.TagClassName
{
border-color: #E1D661;
}
</style>