Shades of Manz #E2DA60
Tints of Manz #E2DA60
RGB
CMYK
RGB Variations
Color information
#E2DA60 (or 0xE2DA60) is known color: Manz. HEX triplet: E2, DA and 60. RGB value is (226,218,96). Sum of RGB (Red+Green+Blue) = 226+218+96=540 (71% of max value = 765). Red value is 226 (88.67% from 255 or 41.85% from 540); Green value is 218 (85.55% from 255 or 40.37% from 540); Blue value is 96 (37.89% from 255 or 17.78% from 540); Max value from RGB is 226 - color contains mainly: red. Hex color #E2DA60 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E2DA60 is #1D259F. Grayscale: #CECECE. Windows color (decimal): -1910176 or 6347490. OLE color: 6347490.
HSL color Cylindrical-coordinate representation of color #E2DA60: hue angle of 56.31º degrees, saturation: 0.69, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #E2DA60 is Cyan = 0, Magento = 0.04, Yellow = 0.58 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 218 | 96 | - |
| CMYK | 0 | 0.04 | 0.58 | 0.11 |
| HSL | 56.31º | 0.69% | 0.63% | - |
| HSV(B) | 56.31º | 0.58% | 0.89% | - |
| XYZ | 58.55 | 67.16 | 20.94 | - |
| YUV | 206.48 | 65.65 | 141.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 218 | 96 | 0 | 0.04 | 0.58 | 0.11 | 56.31 | 0.69 | 0.63 |
| Hex | E2 | DA | 60 | 0 | 4 | 3A | B | 38 | 45 | 3F |
| Octal | 342 | 332 | 140 | 0 | 4 | 72 | 13 | 70 | 105 | 77 |
| Binary | 11100010 | 11011010 | 1100000 | 0 | 100 | 111010 | 1011 | 111000 | 1000101 | 111111 |
Color Harmonies of #E2DA60
Complementary color
Monochromatic Colors of #E2DA60
Black with #E2DA60
Text Example
Text Example
White with #E2DA60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2DA60; }
p { color: rgb(226,218,96); }
H1.HeaderClassName
{
color: #E2DA60;
}
.AnyTagClassName
{
color: #E2DA60;
}
</style>
background-color css
<style>
a { background-color: #E2DA60; }
a { background-color: rgb(226,218,96); }
div.DivClassName
{
background-color: #E2DA60;
}
.BgClassName
{
background-color: #E2DA60;
}
</style>
border-color css
<style>
span { border-color: #E2DA60; }
span { border-color: rgb(226,218,96); }
td.TdClassName
{
border-color: #E2DA60;
}
.TagClassName
{
border-color: #E2DA60;
}
</style>