Shades of Manz #E2D660
Tints of Manz #E2D660
RGB
CMYK
RGB Variations
Color information
#E2D660 (or 0xE2D660) is known color: Manz. HEX triplet: E2, D6 and 60. RGB value is (226,214,96). Sum of RGB (Red+Green+Blue) = 226+214+96=536 (70% of max value = 765). Red value is 226 (88.67% from 255 or 42.16% from 536); Green value is 214 (83.98% from 255 or 39.93% from 536); Blue value is 96 (37.89% from 255 or 17.91% from 536); Max value from RGB is 226 - color contains mainly: red. Hex color #E2D660 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E2D660 is #1D299F. Grayscale: #CCCCCC. Windows color (decimal): -1911200 or 6346466. OLE color: 6346466.
HSL color Cylindrical-coordinate representation of color #E2D660: hue angle of 54.46º 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 #E2D660 is Cyan = 0, Magento = 0.05, Yellow = 0.58 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 214 | 96 | - |
| CMYK | 0 | 0.05 | 0.58 | 0.11 |
| HSL | 54.46º | 0.69% | 0.63% | - |
| HSV(B) | 54.46º | 0.58% | 0.89% | - |
| XYZ | 57.52 | 65.11 | 20.6 | - |
| YUV | 204.14 | 66.98 | 143.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 214 | 96 | 0 | 0.05 | 0.58 | 0.11 | 54.46 | 0.69 | 0.63 |
| Hex | E2 | D6 | 60 | 0 | 5 | 3A | B | 36 | 45 | 3F |
| Octal | 342 | 326 | 140 | 0 | 5 | 72 | 13 | 66 | 105 | 77 |
| Binary | 11100010 | 11010110 | 1100000 | 0 | 101 | 111010 | 1011 | 110110 | 1000101 | 111111 |
Color Harmonies of #E2D660
Complementary color
Monochromatic Colors of #E2D660
Black with #E2D660
Text Example
Text Example
White with #E2D660
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2D660; }
p { color: rgb(226,214,96); }
H1.HeaderClassName
{
color: #E2D660;
}
.AnyTagClassName
{
color: #E2D660;
}
</style>
background-color css
<style>
a { background-color: #E2D660; }
a { background-color: rgb(226,214,96); }
div.DivClassName
{
background-color: #E2D660;
}
.BgClassName
{
background-color: #E2D660;
}
</style>
border-color css
<style>
span { border-color: #E2D660; }
span { border-color: rgb(226,214,96); }
td.TdClassName
{
border-color: #E2D660;
}
.TagClassName
{
border-color: #E2D660;
}
</style>