Shades of Manz #E6D964
Tints of Manz #E6D964
RGB
CMYK
RGB Variations
Color information
#E6D964 (or 0xE6D964) is known color: Manz. HEX triplet: E6, D9 and 64. RGB value is (230,217,100). Sum of RGB (Red+Green+Blue) = 230+217+100=547 (72% of max value = 765). Red value is 230 (90.23% from 255 or 42.05% from 547); Green value is 217 (85.16% from 255 or 39.67% from 547); Blue value is 100 (39.45% from 255 or 18.28% from 547); Max value from RGB is 230 - color contains mainly: red. Hex color #E6D964 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E6D964 is #19269B. Grayscale: #D0D0D0. Windows color (decimal): -1648284 or 6609382. OLE color: 6609382.
HSL color Cylindrical-coordinate representation of color #E6D964: hue angle of 54º degrees, saturation: 0.72, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #E6D964 is Cyan = 0, Magento = 0.06, Yellow = 0.57 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 217 | 100 | - |
| CMYK | 0 | 0.06 | 0.57 | 0.10 |
| HSL | 54º | 0.72% | 0.65% | - |
| HSV(B) | 54º | 0.57% | 0.9% | - |
| XYZ | 59.75 | 67.37 | 21.91 | - |
| YUV | 207.55 | 67.31 | 144.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 217 | 100 | 0 | 0.06 | 0.57 | 0.10 | 54 | 0.72 | 0.65 |
| Hex | E6 | D9 | 64 | 0 | 6 | 39 | A | 36 | 48 | 41 |
| Octal | 346 | 331 | 144 | 0 | 6 | 71 | 12 | 66 | 110 | 101 |
| Binary | 11100110 | 11011001 | 1100100 | 0 | 110 | 111001 | 1010 | 110110 | 1001000 | 1000001 |
Color Harmonies of #E6D964
Complementary color
Monochromatic Colors of #E6D964
Black with #E6D964
Text Example
Text Example
White with #E6D964
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6D964; }
p { color: rgb(230,217,100); }
H1.HeaderClassName
{
color: #E6D964;
}
.AnyTagClassName
{
color: #E6D964;
}
</style>
background-color css
<style>
a { background-color: #E6D964; }
a { background-color: rgb(230,217,100); }
div.DivClassName
{
background-color: #E6D964;
}
.BgClassName
{
background-color: #E6D964;
}
</style>
border-color css
<style>
span { border-color: #E6D964; }
span { border-color: rgb(230,217,100); }
td.TdClassName
{
border-color: #E6D964;
}
.TagClassName
{
border-color: #E6D964;
}
</style>