Shades of Manz #E6D959
Tints of Manz #E6D959
RGB
CMYK
RGB Variations
Color information
#E6D959 (or 0xE6D959) is known color: Manz. HEX triplet: E6, D9 and 59. RGB value is (230,217,89). Sum of RGB (Red+Green+Blue) = 230+217+89=536 (70% of max value = 765). Red value is 230 (90.23% from 255 or 42.91% from 536); Green value is 217 (85.16% from 255 or 40.49% from 536); Blue value is 89 (35.16% from 255 or 16.60% from 536); Max value from RGB is 230 - color contains mainly: red. Hex color #E6D959 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E6D959 is #1926A6. Grayscale: #CECECE. Windows color (decimal): -1648295 or 5888486. OLE color: 5888486.
HSL color Cylindrical-coordinate representation of color #E6D959: hue angle of 54.47º degrees, saturation: 0.74, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #E6D959 is Cyan = 0, Magento = 0.06, Yellow = 0.61 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 217 | 89 | - |
| CMYK | 0 | 0.06 | 0.61 | 0.10 |
| HSL | 54.47º | 0.74% | 0.63% | - |
| HSV(B) | 54.47º | 0.61% | 0.9% | - |
| XYZ | 59.25 | 67.17 | 19.29 | - |
| YUV | 206.3 | 61.81 | 144.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 217 | 89 | 0 | 0.06 | 0.61 | 0.10 | 54.47 | 0.74 | 0.63 |
| Hex | E6 | D9 | 59 | 0 | 6 | 3D | A | 36 | 4A | 3F |
| Octal | 346 | 331 | 131 | 0 | 6 | 75 | 12 | 66 | 112 | 77 |
| Binary | 11100110 | 11011001 | 1011001 | 0 | 110 | 111101 | 1010 | 110110 | 1001010 | 111111 |
Color Harmonies of #E6D959
Complementary color
Monochromatic Colors of #E6D959
Black with #E6D959
Text Example
Text Example
White with #E6D959
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6D959; }
p { color: rgb(230,217,89); }
H1.HeaderClassName
{
color: #E6D959;
}
.AnyTagClassName
{
color: #E6D959;
}
</style>
background-color css
<style>
a { background-color: #E6D959; }
a { background-color: rgb(230,217,89); }
div.DivClassName
{
background-color: #E6D959;
}
.BgClassName
{
background-color: #E6D959;
}
</style>
border-color css
<style>
span { border-color: #E6D959; }
span { border-color: rgb(230,217,89); }
td.TdClassName
{
border-color: #E6D959;
}
.TagClassName
{
border-color: #E6D959;
}
</style>