Shades of Manz #E5D963
Tints of Manz #E5D963
RGB
CMYK
RGB Variations
Color information
#E5D963 (or 0xE5D963) is known color: Manz. HEX triplet: E5, D9 and 63. RGB value is (229,217,99). Sum of RGB (Red+Green+Blue) = 229+217+99=545 (72% of max value = 765). Red value is 229 (89.84% from 255 or 42.02% from 545); Green value is 217 (85.16% from 255 or 39.82% from 545); Blue value is 99 (39.06% from 255 or 18.17% from 545); Max value from RGB is 229 - color contains mainly: red. Hex color #E5D963 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E5D963 is #1A269C. Grayscale: #CFCFCF. Windows color (decimal): -1713821 or 6543845. OLE color: 6543845.
HSL color Cylindrical-coordinate representation of color #E5D963: hue angle of 54.46º degrees, saturation: 0.71, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #E5D963 is Cyan = 0, Magento = 0.05, Yellow = 0.57 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 217 | 99 | - |
| CMYK | 0 | 0.05 | 0.57 | 0.10 |
| HSL | 54.46º | 0.71% | 0.64% | - |
| HSV(B) | 54.46º | 0.57% | 0.9% | - |
| XYZ | 59.38 | 67.18 | 21.64 | - |
| YUV | 207.14 | 66.98 | 143.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 217 | 99 | 0 | 0.05 | 0.57 | 0.10 | 54.46 | 0.71 | 0.64 |
| Hex | E5 | D9 | 63 | 0 | 5 | 39 | A | 36 | 47 | 40 |
| Octal | 345 | 331 | 143 | 0 | 5 | 71 | 12 | 66 | 107 | 100 |
| Binary | 11100101 | 11011001 | 1100011 | 0 | 101 | 111001 | 1010 | 110110 | 1000111 | 1000000 |
Color Harmonies of #E5D963
Complementary color
Monochromatic Colors of #E5D963
Black with #E5D963
Text Example
Text Example
White with #E5D963
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5D963; }
p { color: rgb(229,217,99); }
H1.HeaderClassName
{
color: #E5D963;
}
.AnyTagClassName
{
color: #E5D963;
}
</style>
background-color css
<style>
a { background-color: #E5D963; }
a { background-color: rgb(229,217,99); }
div.DivClassName
{
background-color: #E5D963;
}
.BgClassName
{
background-color: #E5D963;
}
</style>
border-color css
<style>
span { border-color: #E5D963; }
span { border-color: rgb(229,217,99); }
td.TdClassName
{
border-color: #E5D963;
}
.TagClassName
{
border-color: #E5D963;
}
</style>