Shades of Manz #E2DD63
Tints of Manz #E2DD63
RGB
CMYK
RGB Variations
Color information
#E2DD63 (or 0xE2DD63) is known color: Manz. HEX triplet: E2, DD and 63. RGB value is (226,221,99). Sum of RGB (Red+Green+Blue) = 226+221+99=546 (72% of max value = 765). Red value is 226 (88.67% from 255 or 41.39% from 546); Green value is 221 (86.72% from 255 or 40.48% from 546); Blue value is 99 (39.06% from 255 or 18.13% from 546); Max value from RGB is 226 - color contains mainly: red. Hex color #E2DD63 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E2DD63 is #1D229C. Grayscale: #D1D1D1. Windows color (decimal): -1909405 or 6544866. OLE color: 6544866.
HSL color Cylindrical-coordinate representation of color #E2DD63: hue angle of 57.64º degrees, saturation: 0.69, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #E2DD63 is Cyan = 0, Magento = 0.02, Yellow = 0.56 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 221 | 99 | - |
| CMYK | 0 | 0.02 | 0.56 | 0.11 |
| HSL | 57.64º | 0.69% | 0.64% | - |
| HSV(B) | 57.64º | 0.56% | 0.89% | - |
| XYZ | 59.47 | 68.78 | 21.95 | - |
| YUV | 208.59 | 66.16 | 140.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 221 | 99 | 0 | 0.02 | 0.56 | 0.11 | 57.64 | 0.69 | 0.64 |
| Hex | E2 | DD | 63 | 0 | 2 | 38 | B | 3A | 45 | 40 |
| Octal | 342 | 335 | 143 | 0 | 2 | 70 | 13 | 72 | 105 | 100 |
| Binary | 11100010 | 11011101 | 1100011 | 0 | 10 | 111000 | 1011 | 111010 | 1000101 | 1000000 |
Color Harmonies of #E2DD63
Complementary color
Monochromatic Colors of #E2DD63
Black with #E2DD63
Text Example
Text Example
White with #E2DD63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2DD63; }
p { color: rgb(226,221,99); }
H1.HeaderClassName
{
color: #E2DD63;
}
.AnyTagClassName
{
color: #E2DD63;
}
</style>
background-color css
<style>
a { background-color: #E2DD63; }
a { background-color: rgb(226,221,99); }
div.DivClassName
{
background-color: #E2DD63;
}
.BgClassName
{
background-color: #E2DD63;
}
</style>
border-color css
<style>
span { border-color: #E2DD63; }
span { border-color: rgb(226,221,99); }
td.TdClassName
{
border-color: #E2DD63;
}
.TagClassName
{
border-color: #E2DD63;
}
</style>