Shades of Manz #E2D651
Tints of Manz #E2D651
RGB
CMYK
RGB Variations
Color information
#E2D651 (or 0xE2D651) is known color: Manz. HEX triplet: E2, D6 and 51. RGB value is (226,214,81). Sum of RGB (Red+Green+Blue) = 226+214+81=521 (69% of max value = 765). Red value is 226 (88.67% from 255 or 43.38% from 521); Green value is 214 (83.98% from 255 or 41.07% from 521); Blue value is 81 (32.03% from 255 or 15.55% from 521); Max value from RGB is 226 - color contains mainly: red. Hex color #E2D651 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E2D651 is #1D29AE. Grayscale: #CACACA. Windows color (decimal): -1911215 or 5363426. OLE color: 5363426.
HSL color Cylindrical-coordinate representation of color #E2D651: hue angle of 55.03º degrees, saturation: 0.71, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #E2D651 is Cyan = 0, Magento = 0.05, Yellow = 0.64 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 214 | 81 | - |
| CMYK | 0 | 0.05 | 0.64 | 0.11 |
| HSL | 55.03º | 0.71% | 0.6% | - |
| HSV(B) | 55.03º | 0.64% | 0.89% | - |
| XYZ | 56.9 | 64.86 | 17.3 | - |
| YUV | 202.43 | 59.48 | 144.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 214 | 81 | 0 | 0.05 | 0.64 | 0.11 | 55.03 | 0.71 | 0.6 |
| Hex | E2 | D6 | 51 | 0 | 5 | 40 | B | 37 | 47 | 3C |
| Octal | 342 | 326 | 121 | 0 | 5 | 100 | 13 | 67 | 107 | 74 |
| Binary | 11100010 | 11010110 | 1010001 | 0 | 101 | 1000000 | 1011 | 110111 | 1000111 | 111100 |
Color Harmonies of #E2D651
Complementary color
Monochromatic Colors of #E2D651
Black with #E2D651
Text Example
Text Example
White with #E2D651
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2D651; }
p { color: rgb(226,214,81); }
H1.HeaderClassName
{
color: #E2D651;
}
.AnyTagClassName
{
color: #E2D651;
}
</style>
background-color css
<style>
a { background-color: #E2D651; }
a { background-color: rgb(226,214,81); }
div.DivClassName
{
background-color: #E2D651;
}
.BgClassName
{
background-color: #E2D651;
}
</style>
border-color css
<style>
span { border-color: #E2D651; }
span { border-color: rgb(226,214,81); }
td.TdClassName
{
border-color: #E2D651;
}
.TagClassName
{
border-color: #E2D651;
}
</style>