Shades of Manz #E6DA60
Tints of Manz #E6DA60
RGB
CMYK
RGB Variations
Color information
#E6DA60 (or 0xE6DA60) is known color: Manz. HEX triplet: E6, DA and 60. RGB value is (230,218,96). Sum of RGB (Red+Green+Blue) = 230+218+96=544 (72% of max value = 765). Red value is 230 (90.23% from 255 or 42.28% from 544); Green value is 218 (85.55% from 255 or 40.07% from 544); Blue value is 96 (37.89% from 255 or 17.65% from 544); Max value from RGB is 230 - color contains mainly: red. Hex color #E6DA60 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E6DA60 is #19259F. Grayscale: #D0D0D0. Windows color (decimal): -1648032 or 6347494. OLE color: 6347494.
HSL color Cylindrical-coordinate representation of color #E6DA60: hue angle of 54.63º degrees, saturation: 0.73, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #E6DA60 is Cyan = 0, Magento = 0.05, Yellow = 0.58 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 218 | 96 | - |
| CMYK | 0 | 0.05 | 0.58 | 0.10 |
| HSL | 54.63º | 0.73% | 0.64% | - |
| HSV(B) | 54.63º | 0.58% | 0.9% | - |
| XYZ | 59.82 | 67.81 | 21 | - |
| YUV | 207.68 | 64.98 | 143.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 218 | 96 | 0 | 0.05 | 0.58 | 0.10 | 54.63 | 0.73 | 0.64 |
| Hex | E6 | DA | 60 | 0 | 5 | 3A | A | 37 | 49 | 40 |
| Octal | 346 | 332 | 140 | 0 | 5 | 72 | 12 | 67 | 111 | 100 |
| Binary | 11100110 | 11011010 | 1100000 | 0 | 101 | 111010 | 1010 | 110111 | 1001001 | 1000000 |
Color Harmonies of #E6DA60
Complementary color
Monochromatic Colors of #E6DA60
Black with #E6DA60
Text Example
Text Example
White with #E6DA60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6DA60; }
p { color: rgb(230,218,96); }
H1.HeaderClassName
{
color: #E6DA60;
}
.AnyTagClassName
{
color: #E6DA60;
}
</style>
background-color css
<style>
a { background-color: #E6DA60; }
a { background-color: rgb(230,218,96); }
div.DivClassName
{
background-color: #E6DA60;
}
.BgClassName
{
background-color: #E6DA60;
}
</style>
border-color css
<style>
span { border-color: #E6DA60; }
span { border-color: rgb(230,218,96); }
td.TdClassName
{
border-color: #E6DA60;
}
.TagClassName
{
border-color: #E6DA60;
}
</style>