Shades of Manz #E2DC61
Tints of Manz #E2DC61
RGB
CMYK
RGB Variations
Color information
#E2DC61 (or 0xE2DC61) is known color: Manz. HEX triplet: E2, DC and 61. RGB value is (226,220,97). Sum of RGB (Red+Green+Blue) = 226+220+97=543 (71% of max value = 765). Red value is 226 (88.67% from 255 or 41.62% from 543); Green value is 220 (86.33% from 255 or 40.52% from 543); Blue value is 97 (38.28% from 255 or 17.86% from 543); Max value from RGB is 226 - color contains mainly: red. Hex color #E2DC61 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E2DC61 is #1D239E. Grayscale: #D0D0D0. Windows color (decimal): -1909663 or 6413538. OLE color: 6413538.
HSL color Cylindrical-coordinate representation of color #E2DC61: hue angle of 57.21º 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 #E2DC61 is Cyan = 0, Magento = 0.03, Yellow = 0.57 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 220 | 97 | - |
| CMYK | 0 | 0.03 | 0.57 | 0.11 |
| HSL | 57.21º | 0.69% | 0.63% | - |
| HSV(B) | 57.21º | 0.57% | 0.89% | - |
| XYZ | 59.11 | 68.22 | 21.36 | - |
| YUV | 207.77 | 65.49 | 141 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 220 | 97 | 0 | 0.03 | 0.57 | 0.11 | 57.21 | 0.69 | 0.63 |
| Hex | E2 | DC | 61 | 0 | 3 | 39 | B | 39 | 45 | 3F |
| Octal | 342 | 334 | 141 | 0 | 3 | 71 | 13 | 71 | 105 | 77 |
| Binary | 11100010 | 11011100 | 1100001 | 0 | 11 | 111001 | 1011 | 111001 | 1000101 | 111111 |
Color Harmonies of #E2DC61
Complementary color
Monochromatic Colors of #E2DC61
Black with #E2DC61
Text Example
Text Example
White with #E2DC61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2DC61; }
p { color: rgb(226,220,97); }
H1.HeaderClassName
{
color: #E2DC61;
}
.AnyTagClassName
{
color: #E2DC61;
}
</style>
background-color css
<style>
a { background-color: #E2DC61; }
a { background-color: rgb(226,220,97); }
div.DivClassName
{
background-color: #E2DC61;
}
.BgClassName
{
background-color: #E2DC61;
}
</style>
border-color css
<style>
span { border-color: #E2DC61; }
span { border-color: rgb(226,220,97); }
td.TdClassName
{
border-color: #E2DC61;
}
.TagClassName
{
border-color: #E2DC61;
}
</style>