Shades of Manz #E2E04D
Tints of Manz #E2E04D
RGB
CMYK
RGB Variations
Color information
#E2E04D (or 0xE2E04D) is known color: Manz. HEX triplet: E2, E0 and 4D. RGB value is (226,224,77). Sum of RGB (Red+Green+Blue) = 226+224+77=527 (69% of max value = 765). Red value is 226 (88.67% from 255 or 42.88% from 527); Green value is 224 (87.89% from 255 or 42.50% from 527); Blue value is 77 (30.47% from 255 or 14.61% from 527); Max value from RGB is 226 - color contains mainly: red. Hex color #E2E04D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E2E04D is #1D1FB2. Grayscale: #D0D0D0. Windows color (decimal): -1908659 or 5103842. OLE color: 5103842.
HSL color Cylindrical-coordinate representation of color #E2E04D: hue angle of 59.19º degrees, saturation: 0.72, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #E2E04D is Cyan = 0, Magento = 0.01, Yellow = 0.66 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 224 | 77 | - |
| CMYK | 0 | 0.01 | 0.66 | 0.11 |
| HSL | 59.19º | 0.72% | 0.59% | - |
| HSV(B) | 59.19º | 0.66% | 0.89% | - |
| XYZ | 59.36 | 70.02 | 17.41 | - |
| YUV | 207.84 | 54.16 | 140.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 224 | 77 | 0 | 0.01 | 0.66 | 0.11 | 59.19 | 0.72 | 0.59 |
| Hex | E2 | E0 | 4D | 0 | 1 | 42 | B | 3B | 48 | 3B |
| Octal | 342 | 340 | 115 | 0 | 1 | 102 | 13 | 73 | 110 | 73 |
| Binary | 11100010 | 11100000 | 1001101 | 0 | 1 | 1000010 | 1011 | 111011 | 1001000 | 111011 |
Color Harmonies of #E2E04D
Complementary color
Monochromatic Colors of #E2E04D
Black with #E2E04D
Text Example
Text Example
White with #E2E04D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2E04D; }
p { color: rgb(226,224,77); }
H1.HeaderClassName
{
color: #E2E04D;
}
.AnyTagClassName
{
color: #E2E04D;
}
</style>
background-color css
<style>
a { background-color: #E2E04D; }
a { background-color: rgb(226,224,77); }
div.DivClassName
{
background-color: #E2E04D;
}
.BgClassName
{
background-color: #E2E04D;
}
</style>
border-color css
<style>
span { border-color: #E2E04D; }
span { border-color: rgb(226,224,77); }
td.TdClassName
{
border-color: #E2E04D;
}
.TagClassName
{
border-color: #E2E04D;
}
</style>