Shades of Manz #E2DA63
Tints of Manz #E2DA63
RGB
CMYK
RGB Variations
Color information
#E2DA63 (or 0xE2DA63) is known color: Manz. HEX triplet: E2, DA and 63. RGB value is (226,218,99). Sum of RGB (Red+Green+Blue) = 226+218+99=543 (71% of max value = 765). Red value is 226 (88.67% from 255 or 41.62% from 543); Green value is 218 (85.55% from 255 or 40.15% from 543); Blue value is 99 (39.06% from 255 or 18.23% from 543); Max value from RGB is 226 - color contains mainly: red. Hex color #E2DA63 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E2DA63 is #1D259C. Grayscale: #CFCFCF. Windows color (decimal): -1910173 or 6544098. OLE color: 6544098.
HSL color Cylindrical-coordinate representation of color #E2DA63: hue angle of 56.22º 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 #E2DA63 is Cyan = 0, Magento = 0.04, Yellow = 0.56 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 218 | 99 | - |
| CMYK | 0 | 0.04 | 0.56 | 0.11 |
| HSL | 56.22º | 0.69% | 0.64% | - |
| HSV(B) | 56.22º | 0.56% | 0.89% | - |
| XYZ | 58.69 | 67.21 | 21.68 | - |
| YUV | 206.83 | 67.15 | 141.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 218 | 99 | 0 | 0.04 | 0.56 | 0.11 | 56.22 | 0.69 | 0.64 |
| Hex | E2 | DA | 63 | 0 | 4 | 38 | B | 38 | 45 | 40 |
| Octal | 342 | 332 | 143 | 0 | 4 | 70 | 13 | 70 | 105 | 100 |
| Binary | 11100010 | 11011010 | 1100011 | 0 | 100 | 111000 | 1011 | 111000 | 1000101 | 1000000 |
Color Harmonies of #E2DA63
Complementary color
Monochromatic Colors of #E2DA63
Black with #E2DA63
Text Example
Text Example
White with #E2DA63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2DA63; }
p { color: rgb(226,218,99); }
H1.HeaderClassName
{
color: #E2DA63;
}
.AnyTagClassName
{
color: #E2DA63;
}
</style>
background-color css
<style>
a { background-color: #E2DA63; }
a { background-color: rgb(226,218,99); }
div.DivClassName
{
background-color: #E2DA63;
}
.BgClassName
{
background-color: #E2DA63;
}
</style>
border-color css
<style>
span { border-color: #E2DA63; }
span { border-color: rgb(226,218,99); }
td.TdClassName
{
border-color: #E2DA63;
}
.TagClassName
{
border-color: #E2DA63;
}
</style>