Shades of Manz #E2DF51
Tints of Manz #E2DF51
RGB
CMYK
RGB Variations
Color information
#E2DF51 (or 0xE2DF51) is known color: Manz. HEX triplet: E2, DF and 51. RGB value is (226,223,81). Sum of RGB (Red+Green+Blue) = 226+223+81=530 (70% of max value = 765). Red value is 226 (88.67% from 255 or 42.64% from 530); Green value is 223 (87.5% from 255 or 42.08% from 530); Blue value is 81 (32.03% from 255 or 15.28% from 530); Max value from RGB is 226 - color contains mainly: red. Hex color #E2DF51 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E2DF51 is #1D20AE. Grayscale: #D0D0D0. Windows color (decimal): -1908911 or 5365730. OLE color: 5365730.
HSL color Cylindrical-coordinate representation of color #E2DF51: hue angle of 58.76º 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 #E2DF51 is Cyan = 0, Magento = 0.01, Yellow = 0.64 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 223 | 81 | - |
| CMYK | 0 | 0.01 | 0.64 | 0.11 |
| HSL | 58.76º | 0.71% | 0.6% | - |
| HSV(B) | 58.76º | 0.64% | 0.89% | - |
| XYZ | 59.24 | 69.54 | 18.08 | - |
| YUV | 207.71 | 56.49 | 141.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 223 | 81 | 0 | 0.01 | 0.64 | 0.11 | 58.76 | 0.71 | 0.6 |
| Hex | E2 | DF | 51 | 0 | 1 | 40 | B | 3B | 47 | 3C |
| Octal | 342 | 337 | 121 | 0 | 1 | 100 | 13 | 73 | 107 | 74 |
| Binary | 11100010 | 11011111 | 1010001 | 0 | 1 | 1000000 | 1011 | 111011 | 1000111 | 111100 |
Color Harmonies of #E2DF51
Complementary color
Monochromatic Colors of #E2DF51
Black with #E2DF51
Text Example
Text Example
White with #E2DF51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2DF51; }
p { color: rgb(226,223,81); }
H1.HeaderClassName
{
color: #E2DF51;
}
.AnyTagClassName
{
color: #E2DF51;
}
</style>
background-color css
<style>
a { background-color: #E2DF51; }
a { background-color: rgb(226,223,81); }
div.DivClassName
{
background-color: #E2DF51;
}
.BgClassName
{
background-color: #E2DF51;
}
</style>
border-color css
<style>
span { border-color: #E2DF51; }
span { border-color: rgb(226,223,81); }
td.TdClassName
{
border-color: #E2DF51;
}
.TagClassName
{
border-color: #E2DF51;
}
</style>