Shades of Manz #E2D662
Tints of Manz #E2D662
RGB
CMYK
RGB Variations
Color information
#E2D662 (or 0xE2D662) is known color: Manz. HEX triplet: E2, D6 and 62. RGB value is (226,214,98). Sum of RGB (Red+Green+Blue) = 226+214+98=538 (71% of max value = 765). Red value is 226 (88.67% from 255 or 42.01% from 538); Green value is 214 (83.98% from 255 or 39.78% from 538); Blue value is 98 (38.67% from 255 or 18.22% from 538); Max value from RGB is 226 - color contains mainly: red. Hex color #E2D662 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E2D662 is #1D299D. Grayscale: #CCCCCC. Windows color (decimal): -1911198 or 6477538. OLE color: 6477538.
HSL color Cylindrical-coordinate representation of color #E2D662: hue angle of 54.38º 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 #E2D662 is Cyan = 0, Magento = 0.05, Yellow = 0.57 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 214 | 98 | - |
| CMYK | 0 | 0.05 | 0.57 | 0.11 |
| HSL | 54.38º | 0.69% | 0.64% | - |
| HSV(B) | 54.38º | 0.57% | 0.89% | - |
| XYZ | 57.62 | 65.14 | 21.09 | - |
| YUV | 204.36 | 67.98 | 143.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 214 | 98 | 0 | 0.05 | 0.57 | 0.11 | 54.38 | 0.69 | 0.64 |
| Hex | E2 | D6 | 62 | 0 | 5 | 39 | B | 36 | 45 | 40 |
| Octal | 342 | 326 | 142 | 0 | 5 | 71 | 13 | 66 | 105 | 100 |
| Binary | 11100010 | 11010110 | 1100010 | 0 | 101 | 111001 | 1011 | 110110 | 1000101 | 1000000 |
Color Harmonies of #E2D662
Complementary color
Monochromatic Colors of #E2D662
Black with #E2D662
Text Example
Text Example
White with #E2D662
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2D662; }
p { color: rgb(226,214,98); }
H1.HeaderClassName
{
color: #E2D662;
}
.AnyTagClassName
{
color: #E2D662;
}
</style>
background-color css
<style>
a { background-color: #E2D662; }
a { background-color: rgb(226,214,98); }
div.DivClassName
{
background-color: #E2D662;
}
.BgClassName
{
background-color: #E2D662;
}
</style>
border-color css
<style>
span { border-color: #E2D662; }
span { border-color: rgb(226,214,98); }
td.TdClassName
{
border-color: #E2D662;
}
.TagClassName
{
border-color: #E2D662;
}
</style>