Shades of Manz #E7D964
Tints of Manz #E7D964
RGB
CMYK
RGB Variations
Color information
#E7D964 (or 0xE7D964) is known color: Manz. HEX triplet: E7, D9 and 64. RGB value is (231,217,100). Sum of RGB (Red+Green+Blue) = 231+217+100=548 (72% of max value = 765). Red value is 231 (90.62% from 255 or 42.15% from 548); Green value is 217 (85.16% from 255 or 39.60% from 548); Blue value is 100 (39.45% from 255 or 18.25% from 548); Max value from RGB is 231 - color contains mainly: red. Hex color #E7D964 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E7D964 is #18269B. Grayscale: #D0D0D0. Windows color (decimal): -1582748 or 6609383. OLE color: 6609383.
HSL color Cylindrical-coordinate representation of color #E7D964: hue angle of 53.59º degrees, saturation: 0.73, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #E7D964 is Cyan = 0, Magento = 0.06, Yellow = 0.57 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 217 | 100 | - |
| CMYK | 0 | 0.06 | 0.57 | 0.09 |
| HSL | 53.59º | 0.73% | 0.65% | - |
| HSV(B) | 53.59º | 0.57% | 0.91% | - |
| XYZ | 60.07 | 67.53 | 21.93 | - |
| YUV | 207.85 | 67.14 | 144.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 217 | 100 | 0 | 0.06 | 0.57 | 0.09 | 53.59 | 0.73 | 0.65 |
| Hex | E7 | D9 | 64 | 0 | 6 | 39 | 9 | 36 | 49 | 41 |
| Octal | 347 | 331 | 144 | 0 | 6 | 71 | 11 | 66 | 111 | 101 |
| Binary | 11100111 | 11011001 | 1100100 | 0 | 110 | 111001 | 1001 | 110110 | 1001001 | 1000001 |
Color Harmonies of #E7D964
Complementary color
Monochromatic Colors of #E7D964
Black with #E7D964
Text Example
Text Example
White with #E7D964
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7D964; }
p { color: rgb(231,217,100); }
H1.HeaderClassName
{
color: #E7D964;
}
.AnyTagClassName
{
color: #E7D964;
}
</style>
background-color css
<style>
a { background-color: #E7D964; }
a { background-color: rgb(231,217,100); }
div.DivClassName
{
background-color: #E7D964;
}
.BgClassName
{
background-color: #E7D964;
}
</style>
border-color css
<style>
span { border-color: #E7D964; }
span { border-color: rgb(231,217,100); }
td.TdClassName
{
border-color: #E7D964;
}
.TagClassName
{
border-color: #E7D964;
}
</style>