Shades of Manz #E2DD61
Tints of Manz #E2DD61
RGB
CMYK
RGB Variations
Color information
#E2DD61 (or 0xE2DD61) is known color: Manz. HEX triplet: E2, DD and 61. RGB value is (226,221,97). Sum of RGB (Red+Green+Blue) = 226+221+97=544 (72% of max value = 765). Red value is 226 (88.67% from 255 or 41.54% from 544); Green value is 221 (86.72% from 255 or 40.62% from 544); Blue value is 97 (38.28% from 255 or 17.83% from 544); Max value from RGB is 226 - color contains mainly: red. Hex color #E2DD61 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E2DD61 is #1D229E. Grayscale: #D0D0D0. Windows color (decimal): -1909407 or 6413794. OLE color: 6413794.
HSL color Cylindrical-coordinate representation of color #E2DD61: hue angle of 57.67º 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 #E2DD61 is Cyan = 0, Magento = 0.02, Yellow = 0.57 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 221 | 97 | - |
| CMYK | 0 | 0.02 | 0.57 | 0.11 |
| HSL | 57.67º | 0.69% | 0.63% | - |
| HSV(B) | 57.67º | 0.57% | 0.89% | - |
| XYZ | 59.38 | 68.74 | 21.45 | - |
| YUV | 208.36 | 65.16 | 140.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 221 | 97 | 0 | 0.02 | 0.57 | 0.11 | 57.67 | 0.69 | 0.63 |
| Hex | E2 | DD | 61 | 0 | 2 | 39 | B | 3A | 45 | 3F |
| Octal | 342 | 335 | 141 | 0 | 2 | 71 | 13 | 72 | 105 | 77 |
| Binary | 11100010 | 11011101 | 1100001 | 0 | 10 | 111001 | 1011 | 111010 | 1000101 | 111111 |
Color Harmonies of #E2DD61
Complementary color
Monochromatic Colors of #E2DD61
Black with #E2DD61
Text Example
Text Example
White with #E2DD61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2DD61; }
p { color: rgb(226,221,97); }
H1.HeaderClassName
{
color: #E2DD61;
}
.AnyTagClassName
{
color: #E2DD61;
}
</style>
background-color css
<style>
a { background-color: #E2DD61; }
a { background-color: rgb(226,221,97); }
div.DivClassName
{
background-color: #E2DD61;
}
.BgClassName
{
background-color: #E2DD61;
}
</style>
border-color css
<style>
span { border-color: #E2DD61; }
span { border-color: rgb(226,221,97); }
td.TdClassName
{
border-color: #E2DD61;
}
.TagClassName
{
border-color: #E2DD61;
}
</style>