Shades of Manz #E6D659
Tints of Manz #E6D659
RGB
CMYK
RGB Variations
Color information
#E6D659 (or 0xE6D659) is known color: Manz. HEX triplet: E6, D6 and 59. RGB value is (230,214,89). Sum of RGB (Red+Green+Blue) = 230+214+89=533 (70% of max value = 765). Red value is 230 (90.23% from 255 or 43.15% from 533); Green value is 214 (83.98% from 255 or 40.15% from 533); Blue value is 89 (35.16% from 255 or 16.70% from 533); Max value from RGB is 230 - color contains mainly: red. Hex color #E6D659 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E6D659 is #1929A6. Grayscale: #CDCDCD. Windows color (decimal): -1649063 or 5887718. OLE color: 5887718.
HSL color Cylindrical-coordinate representation of color #E6D659: hue angle of 53.19º 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 #E6D659 is Cyan = 0, Magento = 0.07, Yellow = 0.61 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 214 | 89 | - |
| CMYK | 0 | 0.07 | 0.61 | 0.10 |
| HSL | 53.19º | 0.74% | 0.63% | - |
| HSV(B) | 53.19º | 0.61% | 0.9% | - |
| XYZ | 58.48 | 65.64 | 19.04 | - |
| YUV | 204.53 | 62.8 | 146.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 214 | 89 | 0 | 0.07 | 0.61 | 0.10 | 53.19 | 0.74 | 0.63 |
| Hex | E6 | D6 | 59 | 0 | 7 | 3D | A | 35 | 4A | 3F |
| Octal | 346 | 326 | 131 | 0 | 7 | 75 | 12 | 65 | 112 | 77 |
| Binary | 11100110 | 11010110 | 1011001 | 0 | 111 | 111101 | 1010 | 110101 | 1001010 | 111111 |
Color Harmonies of #E6D659
Complementary color
Monochromatic Colors of #E6D659
Black with #E6D659
Text Example
Text Example
White with #E6D659
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6D659; }
p { color: rgb(230,214,89); }
H1.HeaderClassName
{
color: #E6D659;
}
.AnyTagClassName
{
color: #E6D659;
}
</style>
background-color css
<style>
a { background-color: #E6D659; }
a { background-color: rgb(230,214,89); }
div.DivClassName
{
background-color: #E6D659;
}
.BgClassName
{
background-color: #E6D659;
}
</style>
border-color css
<style>
span { border-color: #E6D659; }
span { border-color: rgb(230,214,89); }
td.TdClassName
{
border-color: #E6D659;
}
.TagClassName
{
border-color: #E6D659;
}
</style>