Shades of Manz #E2E14F
Tints of Manz #E2E14F
RGB
CMYK
RGB Variations
Color information
#E2E14F (or 0xE2E14F) is known color: Manz. HEX triplet: E2, E1 and 4F. RGB value is (226,225,79). Sum of RGB (Red+Green+Blue) = 226+225+79=530 (70% of max value = 765). Red value is 226 (88.67% from 255 or 42.64% from 530); Green value is 225 (88.28% from 255 or 42.45% from 530); Blue value is 79 (31.25% from 255 or 14.91% from 530); Max value from RGB is 226 - color contains mainly: red. Hex color #E2E14F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E2E14F is #1D1EB0. Grayscale: #D1D1D1. Windows color (decimal): -1908401 or 5235170. OLE color: 5235170.
HSL color Cylindrical-coordinate representation of color #E2E14F: hue angle of 59.59º 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 #E2E14F is Cyan = 0, Magento = 0.00, Yellow = 0.65 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 225 | 79 | - |
| CMYK | 0 | 0.00 | 0.65 | 0.11 |
| HSL | 59.59º | 0.72% | 0.6% | - |
| HSV(B) | 59.59º | 0.65% | 0.89% | - |
| XYZ | 59.7 | 70.58 | 17.87 | - |
| YUV | 208.66 | 54.83 | 140.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 225 | 79 | 0 | 0.00 | 0.65 | 0.11 | 59.59 | 0.72 | 0.6 |
| Hex | E2 | E1 | 4F | 0 | 0 | 41 | B | 3C | 48 | 3C |
| Octal | 342 | 341 | 117 | 0 | 0 | 101 | 13 | 74 | 110 | 74 |
| Binary | 11100010 | 11100001 | 1001111 | 0 | 0 | 1000001 | 1011 | 111100 | 1001000 | 111100 |
Color Harmonies of #E2E14F
Complementary color
Monochromatic Colors of #E2E14F
Black with #E2E14F
Text Example
Text Example
White with #E2E14F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2E14F; }
p { color: rgb(226,225,79); }
H1.HeaderClassName
{
color: #E2E14F;
}
.AnyTagClassName
{
color: #E2E14F;
}
</style>
background-color css
<style>
a { background-color: #E2E14F; }
a { background-color: rgb(226,225,79); }
div.DivClassName
{
background-color: #E2E14F;
}
.BgClassName
{
background-color: #E2E14F;
}
</style>
border-color css
<style>
span { border-color: #E2E14F; }
span { border-color: rgb(226,225,79); }
td.TdClassName
{
border-color: #E2E14F;
}
.TagClassName
{
border-color: #E2E14F;
}
</style>