Shades of Manz #E7D963
Tints of Manz #E7D963
RGB
CMYK
RGB Variations
Color information
#E7D963 (or 0xE7D963) is known color: Manz. HEX triplet: E7, D9 and 63. RGB value is (231,217,99). Sum of RGB (Red+Green+Blue) = 231+217+99=547 (72% of max value = 765). Red value is 231 (90.62% from 255 or 42.23% from 547); Green value is 217 (85.16% from 255 or 39.67% from 547); Blue value is 99 (39.06% from 255 or 18.10% from 547); Max value from RGB is 231 - color contains mainly: red. Hex color #E7D963 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E7D963 is #18269C. Grayscale: #D0D0D0. Windows color (decimal): -1582749 or 6543847. OLE color: 6543847.
HSL color Cylindrical-coordinate representation of color #E7D963: hue angle of 53.64º 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 #E7D963 is Cyan = 0, Magento = 0.06, Yellow = 0.57 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 217 | 99 | - |
| CMYK | 0 | 0.06 | 0.57 | 0.09 |
| HSL | 53.64º | 0.73% | 0.65% | - |
| HSV(B) | 53.64º | 0.57% | 0.91% | - |
| XYZ | 60.02 | 67.52 | 21.67 | - |
| YUV | 207.73 | 66.64 | 144.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 217 | 99 | 0 | 0.06 | 0.57 | 0.09 | 53.64 | 0.73 | 0.65 |
| Hex | E7 | D9 | 63 | 0 | 6 | 39 | 9 | 36 | 49 | 41 |
| Octal | 347 | 331 | 143 | 0 | 6 | 71 | 11 | 66 | 111 | 101 |
| Binary | 11100111 | 11011001 | 1100011 | 0 | 110 | 111001 | 1001 | 110110 | 1001001 | 1000001 |
Color Harmonies of #E7D963
Complementary color
Monochromatic Colors of #E7D963
Black with #E7D963
Text Example
Text Example
White with #E7D963
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7D963; }
p { color: rgb(231,217,99); }
H1.HeaderClassName
{
color: #E7D963;
}
.AnyTagClassName
{
color: #E7D963;
}
</style>
background-color css
<style>
a { background-color: #E7D963; }
a { background-color: rgb(231,217,99); }
div.DivClassName
{
background-color: #E7D963;
}
.BgClassName
{
background-color: #E7D963;
}
</style>
border-color css
<style>
span { border-color: #E7D963; }
span { border-color: rgb(231,217,99); }
td.TdClassName
{
border-color: #E7D963;
}
.TagClassName
{
border-color: #E7D963;
}
</style>