Shades of Manz #E6DA64
Tints of Manz #E6DA64
RGB
CMYK
RGB Variations
Color information
#E6DA64 (or 0xE6DA64) is known color: Manz. HEX triplet: E6, DA and 64. RGB value is (230,218,100). Sum of RGB (Red+Green+Blue) = 230+218+100=548 (72% of max value = 765). Red value is 230 (90.23% from 255 or 41.97% from 548); Green value is 218 (85.55% from 255 or 39.78% from 548); Blue value is 100 (39.45% from 255 or 18.25% from 548); Max value from RGB is 230 - color contains mainly: red. Hex color #E6DA64 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E6DA64 is #19259B. Grayscale: #D0D0D0. Windows color (decimal): -1648028 or 6609638. OLE color: 6609638.
HSL color Cylindrical-coordinate representation of color #E6DA64: hue angle of 54.46º 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 #E6DA64 is Cyan = 0, Magento = 0.05, Yellow = 0.57 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 218 | 100 | - |
| CMYK | 0 | 0.05 | 0.57 | 0.10 |
| HSL | 54.46º | 0.72% | 0.65% | - |
| HSV(B) | 54.46º | 0.57% | 0.9% | - |
| XYZ | 60 | 67.89 | 22 | - |
| YUV | 208.14 | 66.98 | 143.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 218 | 100 | 0 | 0.05 | 0.57 | 0.10 | 54.46 | 0.72 | 0.65 |
| Hex | E6 | DA | 64 | 0 | 5 | 39 | A | 36 | 48 | 41 |
| Octal | 346 | 332 | 144 | 0 | 5 | 71 | 12 | 66 | 110 | 101 |
| Binary | 11100110 | 11011010 | 1100100 | 0 | 101 | 111001 | 1010 | 110110 | 1001000 | 1000001 |
Color Harmonies of #E6DA64
Complementary color
Monochromatic Colors of #E6DA64
Black with #E6DA64
Text Example
Text Example
White with #E6DA64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6DA64; }
p { color: rgb(230,218,100); }
H1.HeaderClassName
{
color: #E6DA64;
}
.AnyTagClassName
{
color: #E6DA64;
}
</style>
background-color css
<style>
a { background-color: #E6DA64; }
a { background-color: rgb(230,218,100); }
div.DivClassName
{
background-color: #E6DA64;
}
.BgClassName
{
background-color: #E6DA64;
}
</style>
border-color css
<style>
span { border-color: #E6DA64; }
span { border-color: rgb(230,218,100); }
td.TdClassName
{
border-color: #E6DA64;
}
.TagClassName
{
border-color: #E6DA64;
}
</style>