Shades of Manz #E1D963
Tints of Manz #E1D963
RGB
CMYK
RGB Variations
Color information
#E1D963 (or 0xE1D963) is known color: Manz. HEX triplet: E1, D9 and 63. RGB value is (225,217,99). Sum of RGB (Red+Green+Blue) = 225+217+99=541 (71% of max value = 765). Red value is 225 (88.28% from 255 or 41.59% from 541); Green value is 217 (85.16% from 255 or 40.11% from 541); Blue value is 99 (39.06% from 255 or 18.30% from 541); Max value from RGB is 225 - color contains mainly: red. Hex color #E1D963 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E1D963 is #1E269C. Grayscale: #CECECE. Windows color (decimal): -1975965 or 6543841. OLE color: 6543841.
HSL color Cylindrical-coordinate representation of color #E1D963: hue angle of 56.19º degrees, saturation: 0.68, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #E1D963 is Cyan = 0, Magento = 0.04, Yellow = 0.56 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 217 | 99 | - |
| CMYK | 0 | 0.04 | 0.56 | 0.12 |
| HSL | 56.19º | 0.68% | 0.64% | - |
| HSV(B) | 56.19º | 0.56% | 0.88% | - |
| XYZ | 58.12 | 66.53 | 21.58 | - |
| YUV | 205.94 | 67.65 | 141.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 217 | 99 | 0 | 0.04 | 0.56 | 0.12 | 56.19 | 0.68 | 0.64 |
| Hex | E1 | D9 | 63 | 0 | 4 | 38 | C | 38 | 44 | 40 |
| Octal | 341 | 331 | 143 | 0 | 4 | 70 | 14 | 70 | 104 | 100 |
| Binary | 11100001 | 11011001 | 1100011 | 0 | 100 | 111000 | 1100 | 111000 | 1000100 | 1000000 |
Color Harmonies of #E1D963
Complementary color
Monochromatic Colors of #E1D963
Black with #E1D963
Text Example
Text Example
White with #E1D963
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1D963; }
p { color: rgb(225,217,99); }
H1.HeaderClassName
{
color: #E1D963;
}
.AnyTagClassName
{
color: #E1D963;
}
</style>
background-color css
<style>
a { background-color: #E1D963; }
a { background-color: rgb(225,217,99); }
div.DivClassName
{
background-color: #E1D963;
}
.BgClassName
{
background-color: #E1D963;
}
</style>
border-color css
<style>
span { border-color: #E1D963; }
span { border-color: rgb(225,217,99); }
td.TdClassName
{
border-color: #E1D963;
}
.TagClassName
{
border-color: #E1D963;
}
</style>