Shades of Manz #E2DF49
Tints of Manz #E2DF49
RGB
CMYK
RGB Variations
Color information
#E2DF49 (or 0xE2DF49) is known color: Manz. HEX triplet: E2, DF and 49. RGB value is (226,223,73). Sum of RGB (Red+Green+Blue) = 226+223+73=522 (69% of max value = 765). Red value is 226 (88.67% from 255 or 43.30% from 522); Green value is 223 (87.5% from 255 or 42.72% from 522); Blue value is 73 (28.91% from 255 or 13.98% from 522); Max value from RGB is 226 - color contains mainly: red. Hex color #E2DF49 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E2DF49 is #1D20B6. Grayscale: #CFCFCF. Windows color (decimal): -1908919 or 4841442. OLE color: 4841442.
HSL color Cylindrical-coordinate representation of color #E2DF49: hue angle of 58.82º degrees, saturation: 0.73, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #E2DF49 is Cyan = 0, Magento = 0.01, Yellow = 0.68 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 223 | 73 | - |
| CMYK | 0 | 0.01 | 0.68 | 0.11 |
| HSL | 58.82º | 0.73% | 0.59% | - |
| HSV(B) | 58.82º | 0.68% | 0.89% | - |
| XYZ | 58.95 | 69.43 | 16.6 | - |
| YUV | 206.8 | 52.49 | 141.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 223 | 73 | 0 | 0.01 | 0.68 | 0.11 | 58.82 | 0.73 | 0.59 |
| Hex | E2 | DF | 49 | 0 | 1 | 44 | B | 3B | 49 | 3B |
| Octal | 342 | 337 | 111 | 0 | 1 | 104 | 13 | 73 | 111 | 73 |
| Binary | 11100010 | 11011111 | 1001001 | 0 | 1 | 1000100 | 1011 | 111011 | 1001001 | 111011 |
Color Harmonies of #E2DF49
Complementary color
Monochromatic Colors of #E2DF49
Black with #E2DF49
Text Example
Text Example
White with #E2DF49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2DF49; }
p { color: rgb(226,223,73); }
H1.HeaderClassName
{
color: #E2DF49;
}
.AnyTagClassName
{
color: #E2DF49;
}
</style>
background-color css
<style>
a { background-color: #E2DF49; }
a { background-color: rgb(226,223,73); }
div.DivClassName
{
background-color: #E2DF49;
}
.BgClassName
{
background-color: #E2DF49;
}
</style>
border-color css
<style>
span { border-color: #E2DF49; }
span { border-color: rgb(226,223,73); }
td.TdClassName
{
border-color: #E2DF49;
}
.TagClassName
{
border-color: #E2DF49;
}
</style>