Shades of Manz #E2DC5A
Tints of Manz #E2DC5A
RGB
CMYK
RGB Variations
Color information
#E2DC5A (or 0xE2DC5A) is known color: Manz. HEX triplet: E2, DC and 5A. RGB value is (226,220,90). Sum of RGB (Red+Green+Blue) = 226+220+90=536 (70% of max value = 765). Red value is 226 (88.67% from 255 or 42.16% from 536); Green value is 220 (86.33% from 255 or 41.04% from 536); Blue value is 90 (35.55% from 255 or 16.79% from 536); Max value from RGB is 226 - color contains mainly: red. Hex color #E2DC5A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E2DC5A is #1D23A5. Grayscale: #CFCFCF. Windows color (decimal): -1909670 or 5954786. OLE color: 5954786.
HSL color Cylindrical-coordinate representation of color #E2DC5A: hue angle of 57.35º degrees, saturation: 0.7, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #E2DC5A is Cyan = 0, Magento = 0.03, Yellow = 0.60 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 220 | 90 | - |
| CMYK | 0 | 0.03 | 0.60 | 0.11 |
| HSL | 57.35º | 0.7% | 0.62% | - |
| HSV(B) | 57.35º | 0.6% | 0.89% | - |
| XYZ | 58.8 | 68.09 | 19.72 | - |
| YUV | 206.97 | 61.99 | 141.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 220 | 90 | 0 | 0.03 | 0.60 | 0.11 | 57.35 | 0.7 | 0.62 |
| Hex | E2 | DC | 5A | 0 | 3 | 3C | B | 39 | 46 | 3E |
| Octal | 342 | 334 | 132 | 0 | 3 | 74 | 13 | 71 | 106 | 76 |
| Binary | 11100010 | 11011100 | 1011010 | 0 | 11 | 111100 | 1011 | 111001 | 1000110 | 111110 |
Color Harmonies of #E2DC5A
Complementary color
Monochromatic Colors of #E2DC5A
Black with #E2DC5A
Text Example
Text Example
White with #E2DC5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2DC5A; }
p { color: rgb(226,220,90); }
H1.HeaderClassName
{
color: #E2DC5A;
}
.AnyTagClassName
{
color: #E2DC5A;
}
</style>
background-color css
<style>
a { background-color: #E2DC5A; }
a { background-color: rgb(226,220,90); }
div.DivClassName
{
background-color: #E2DC5A;
}
.BgClassName
{
background-color: #E2DC5A;
}
</style>
border-color css
<style>
span { border-color: #E2DC5A; }
span { border-color: rgb(226,220,90); }
td.TdClassName
{
border-color: #E2DC5A;
}
.TagClassName
{
border-color: #E2DC5A;
}
</style>