Shades of Manz #E2D661
Tints of Manz #E2D661
RGB
CMYK
RGB Variations
Color information
#E2D661 (or 0xE2D661) is known color: Manz. HEX triplet: E2, D6 and 61. RGB value is (226,214,97). Sum of RGB (Red+Green+Blue) = 226+214+97=537 (71% of max value = 765). Red value is 226 (88.67% from 255 or 42.09% from 537); Green value is 214 (83.98% from 255 or 39.85% from 537); Blue value is 97 (38.28% from 255 or 18.06% from 537); Max value from RGB is 226 - color contains mainly: red. Hex color #E2D661 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E2D661 is #1D299E. Grayscale: #CCCCCC. Windows color (decimal): -1911199 or 6412002. OLE color: 6412002.
HSL color Cylindrical-coordinate representation of color #E2D661: hue angle of 54.42º degrees, saturation: 0.69, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #E2D661 is Cyan = 0, Magento = 0.05, Yellow = 0.57 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 214 | 97 | - |
| CMYK | 0 | 0.05 | 0.57 | 0.11 |
| HSL | 54.42º | 0.69% | 0.63% | - |
| HSV(B) | 54.42º | 0.57% | 0.89% | - |
| XYZ | 57.57 | 65.12 | 20.85 | - |
| YUV | 204.25 | 67.48 | 143.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 214 | 97 | 0 | 0.05 | 0.57 | 0.11 | 54.42 | 0.69 | 0.63 |
| Hex | E2 | D6 | 61 | 0 | 5 | 39 | B | 36 | 45 | 3F |
| Octal | 342 | 326 | 141 | 0 | 5 | 71 | 13 | 66 | 105 | 77 |
| Binary | 11100010 | 11010110 | 1100001 | 0 | 101 | 111001 | 1011 | 110110 | 1000101 | 111111 |
Color Harmonies of #E2D661
Complementary color
Monochromatic Colors of #E2D661
Black with #E2D661
Text Example
Text Example
White with #E2D661
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2D661; }
p { color: rgb(226,214,97); }
H1.HeaderClassName
{
color: #E2D661;
}
.AnyTagClassName
{
color: #E2D661;
}
</style>
background-color css
<style>
a { background-color: #E2D661; }
a { background-color: rgb(226,214,97); }
div.DivClassName
{
background-color: #E2D661;
}
.BgClassName
{
background-color: #E2D661;
}
</style>
border-color css
<style>
span { border-color: #E2D661; }
span { border-color: rgb(226,214,97); }
td.TdClassName
{
border-color: #E2D661;
}
.TagClassName
{
border-color: #E2D661;
}
</style>