Shades of Manz #E2E14D
Tints of Manz #E2E14D
RGB
CMYK
RGB Variations
Color information
#E2E14D (or 0xE2E14D) is known color: Manz. HEX triplet: E2, E1 and 4D. RGB value is (226,225,77). Sum of RGB (Red+Green+Blue) = 226+225+77=528 (69% of max value = 765). Red value is 226 (88.67% from 255 or 42.80% from 528); Green value is 225 (88.28% from 255 or 42.61% from 528); Blue value is 77 (30.47% from 255 or 14.58% from 528); Max value from RGB is 226 - color contains mainly: red. Hex color #E2E14D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E2E14D is #1D1EB2. Grayscale: #D1D1D1. Windows color (decimal): -1908403 or 5104098. OLE color: 5104098.
HSL color Cylindrical-coordinate representation of color #E2E14D: hue angle of 59.6º 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 #E2E14D is Cyan = 0, Magento = 0.00, Yellow = 0.66 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 225 | 77 | - |
| CMYK | 0 | 0.00 | 0.66 | 0.11 |
| HSL | 59.6º | 0.72% | 0.59% | - |
| HSV(B) | 59.6º | 0.66% | 0.89% | - |
| XYZ | 59.63 | 70.55 | 17.5 | - |
| YUV | 208.43 | 53.83 | 140.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 225 | 77 | 0 | 0.00 | 0.66 | 0.11 | 59.6 | 0.72 | 0.59 |
| Hex | E2 | E1 | 4D | 0 | 0 | 42 | B | 3C | 48 | 3B |
| Octal | 342 | 341 | 115 | 0 | 0 | 102 | 13 | 74 | 110 | 73 |
| Binary | 11100010 | 11100001 | 1001101 | 0 | 0 | 1000010 | 1011 | 111100 | 1001000 | 111011 |
Color Harmonies of #E2E14D
Complementary color
Monochromatic Colors of #E2E14D
Black with #E2E14D
Text Example
Text Example
White with #E2E14D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2E14D; }
p { color: rgb(226,225,77); }
H1.HeaderClassName
{
color: #E2E14D;
}
.AnyTagClassName
{
color: #E2E14D;
}
</style>
background-color css
<style>
a { background-color: #E2E14D; }
a { background-color: rgb(226,225,77); }
div.DivClassName
{
background-color: #E2E14D;
}
.BgClassName
{
background-color: #E2E14D;
}
</style>
border-color css
<style>
span { border-color: #E2E14D; }
span { border-color: rgb(226,225,77); }
td.TdClassName
{
border-color: #E2E14D;
}
.TagClassName
{
border-color: #E2E14D;
}
</style>