Shades of Manz #E1D662
Tints of Manz #E1D662
RGB
CMYK
RGB Variations
Color information
#E1D662 (or 0xE1D662) is known color: Manz. HEX triplet: E1, D6 and 62. RGB value is (225,214,98). Sum of RGB (Red+Green+Blue) = 225+214+98=537 (71% of max value = 765). Red value is 225 (88.28% from 255 or 41.90% from 537); Green value is 214 (83.98% from 255 or 39.85% from 537); Blue value is 98 (38.67% from 255 or 18.25% from 537); Max value from RGB is 225 - color contains mainly: red. Hex color #E1D662 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E1D662 is #1E299D. Grayscale: #CCCCCC. Windows color (decimal): -1976734 or 6477537. OLE color: 6477537.
HSL color Cylindrical-coordinate representation of color #E1D662: hue angle of 54.8º degrees, saturation: 0.68, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #E1D662 is Cyan = 0, Magento = 0.05, Yellow = 0.56 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 214 | 98 | - |
| CMYK | 0 | 0.05 | 0.56 | 0.12 |
| HSL | 54.8º | 0.68% | 0.63% | - |
| HSV(B) | 54.8º | 0.56% | 0.88% | - |
| XYZ | 57.3 | 64.98 | 21.08 | - |
| YUV | 204.07 | 68.14 | 142.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 214 | 98 | 0 | 0.05 | 0.56 | 0.12 | 54.8 | 0.68 | 0.63 |
| Hex | E1 | D6 | 62 | 0 | 5 | 38 | C | 37 | 44 | 3F |
| Octal | 341 | 326 | 142 | 0 | 5 | 70 | 14 | 67 | 104 | 77 |
| Binary | 11100001 | 11010110 | 1100010 | 0 | 101 | 111000 | 1100 | 110111 | 1000100 | 111111 |
Color Harmonies of #E1D662
Complementary color
Monochromatic Colors of #E1D662
Black with #E1D662
Text Example
Text Example
White with #E1D662
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1D662; }
p { color: rgb(225,214,98); }
H1.HeaderClassName
{
color: #E1D662;
}
.AnyTagClassName
{
color: #E1D662;
}
</style>
background-color css
<style>
a { background-color: #E1D662; }
a { background-color: rgb(225,214,98); }
div.DivClassName
{
background-color: #E1D662;
}
.BgClassName
{
background-color: #E1D662;
}
</style>
border-color css
<style>
span { border-color: #E1D662; }
span { border-color: rgb(225,214,98); }
td.TdClassName
{
border-color: #E1D662;
}
.TagClassName
{
border-color: #E1D662;
}
</style>