Shades of Manz #E2E04F
Tints of Manz #E2E04F
RGB
CMYK
RGB Variations
Color information
#E2E04F (or 0xE2E04F) is known color: Manz. HEX triplet: E2, E0 and 4F. RGB value is (226,224,79). Sum of RGB (Red+Green+Blue) = 226+224+79=529 (70% of max value = 765). Red value is 226 (88.67% from 255 or 42.72% from 529); Green value is 224 (87.89% from 255 or 42.34% from 529); Blue value is 79 (31.25% from 255 or 14.93% from 529); Max value from RGB is 226 - color contains mainly: red. Hex color #E2E04F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E2E04F is #1D1FB0. Grayscale: #D0D0D0. Windows color (decimal): -1908657 or 5234914. OLE color: 5234914.
HSL color Cylindrical-coordinate representation of color #E2E04F: hue angle of 59.18º degrees, saturation: 0.72, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #E2E04F is Cyan = 0, Magento = 0.01, Yellow = 0.65 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 224 | 79 | - |
| CMYK | 0 | 0.01 | 0.65 | 0.11 |
| HSL | 59.18º | 0.72% | 0.6% | - |
| HSV(B) | 59.18º | 0.65% | 0.89% | - |
| XYZ | 59.43 | 70.04 | 17.78 | - |
| YUV | 208.07 | 55.16 | 140.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 224 | 79 | 0 | 0.01 | 0.65 | 0.11 | 59.18 | 0.72 | 0.6 |
| Hex | E2 | E0 | 4F | 0 | 1 | 41 | B | 3B | 48 | 3C |
| Octal | 342 | 340 | 117 | 0 | 1 | 101 | 13 | 73 | 110 | 74 |
| Binary | 11100010 | 11100000 | 1001111 | 0 | 1 | 1000001 | 1011 | 111011 | 1001000 | 111100 |
Color Harmonies of #E2E04F
Complementary color
Monochromatic Colors of #E2E04F
Black with #E2E04F
Text Example
Text Example
White with #E2E04F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2E04F; }
p { color: rgb(226,224,79); }
H1.HeaderClassName
{
color: #E2E04F;
}
.AnyTagClassName
{
color: #E2E04F;
}
</style>
background-color css
<style>
a { background-color: #E2E04F; }
a { background-color: rgb(226,224,79); }
div.DivClassName
{
background-color: #E2E04F;
}
.BgClassName
{
background-color: #E2E04F;
}
</style>
border-color css
<style>
span { border-color: #E2E04F; }
span { border-color: rgb(226,224,79); }
td.TdClassName
{
border-color: #E2E04F;
}
.TagClassName
{
border-color: #E2E04F;
}
</style>