Shades of Manz #E2D462
Tints of Manz #E2D462
RGB
CMYK
RGB Variations
Color information
#E2D462 (or 0xE2D462) is known color: Manz. HEX triplet: E2, D4 and 62. RGB value is (226,212,98). Sum of RGB (Red+Green+Blue) = 226+212+98=536 (70% of max value = 765). Red value is 226 (88.67% from 255 or 42.16% from 536); Green value is 212 (83.20% from 255 or 39.55% from 536); Blue value is 98 (38.67% from 255 or 18.28% from 536); Max value from RGB is 226 - color contains mainly: red. Hex color #E2D462 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E2D462 is #1D2B9D. Grayscale: #CBCBCB. Windows color (decimal): -1911710 or 6477026. OLE color: 6477026.
HSL color Cylindrical-coordinate representation of color #E2D462: hue angle of 53.44º degrees, saturation: 0.69, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #E2D462 is Cyan = 0, Magento = 0.06, Yellow = 0.57 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 212 | 98 | - |
| CMYK | 0 | 0.06 | 0.57 | 0.11 |
| HSL | 53.44º | 0.69% | 0.64% | - |
| HSV(B) | 53.44º | 0.57% | 0.89% | - |
| XYZ | 57.11 | 64.14 | 20.92 | - |
| YUV | 203.19 | 68.64 | 144.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 212 | 98 | 0 | 0.06 | 0.57 | 0.11 | 53.44 | 0.69 | 0.64 |
| Hex | E2 | D4 | 62 | 0 | 6 | 39 | B | 35 | 45 | 40 |
| Octal | 342 | 324 | 142 | 0 | 6 | 71 | 13 | 65 | 105 | 100 |
| Binary | 11100010 | 11010100 | 1100010 | 0 | 110 | 111001 | 1011 | 110101 | 1000101 | 1000000 |
Color Harmonies of #E2D462
Complementary color
Monochromatic Colors of #E2D462
Black with #E2D462
Text Example
Text Example
White with #E2D462
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2D462; }
p { color: rgb(226,212,98); }
H1.HeaderClassName
{
color: #E2D462;
}
.AnyTagClassName
{
color: #E2D462;
}
</style>
background-color css
<style>
a { background-color: #E2D462; }
a { background-color: rgb(226,212,98); }
div.DivClassName
{
background-color: #E2D462;
}
.BgClassName
{
background-color: #E2D462;
}
</style>
border-color css
<style>
span { border-color: #E2D462; }
span { border-color: rgb(226,212,98); }
td.TdClassName
{
border-color: #E2D462;
}
.TagClassName
{
border-color: #E2D462;
}
</style>