Shades of Manz #E2ED4F
Tints of Manz #E2ED4F
RGB
CMYK
RGB Variations
Color information
#E2ED4F (or 0xE2ED4F) is known color: Manz. HEX triplet: E2, ED and 4F. RGB value is (226,237,79). Sum of RGB (Red+Green+Blue) = 226+237+79=542 (71% of max value = 765). Red value is 226 (88.67% from 255 or 41.70% from 542); Green value is 237 (92.97% from 255 or 43.73% from 542); Blue value is 79 (31.25% from 255 or 14.58% from 542); Max value from RGB is 237 - color contains mainly: green. Hex color #E2ED4F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #E2ED4F is #1D12B0. Grayscale: #D8D8D8. Windows color (decimal): -1905329 or 5238242. OLE color: 5238242.
HSL color Cylindrical-coordinate representation of color #E2ED4F: hue angle of 64.18º degrees, saturation: 0.81, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #E2ED4F is Cyan = 0.05, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 226 | 237 | 79 | - |
| CMYK | 0.05 | 0 | 0.67 | 0.07 |
| HSL | 64.18º | 0.81% | 0.62% | - |
| HSV(B) | 64.18º | 0.67% | 0.93% | - |
| XYZ | 63.06 | 77.3 | 18.99 | - |
| YUV | 215.7 | 50.86 | 135.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 237 | 79 | 0.05 | 0 | 0.67 | 0.07 | 64.18 | 0.81 | 0.62 |
| Hex | E2 | ED | 4F | 5 | 0 | 43 | 7 | 40 | 51 | 3E |
| Octal | 342 | 355 | 117 | 5 | 0 | 103 | 7 | 100 | 121 | 76 |
| Binary | 11100010 | 11101101 | 1001111 | 101 | 0 | 1000011 | 111 | 1000000 | 1010001 | 111110 |
Color Harmonies of #E2ED4F
Complementary color
Monochromatic Colors of #E2ED4F
Black with #E2ED4F
Text Example
Text Example
White with #E2ED4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2ED4F; }
p { color: rgb(226,237,79); }
H1.HeaderClassName
{
color: #E2ED4F;
}
.AnyTagClassName
{
color: #E2ED4F;
}
</style>
background-color css
<style>
a { background-color: #E2ED4F; }
a { background-color: rgb(226,237,79); }
div.DivClassName
{
background-color: #E2ED4F;
}
.BgClassName
{
background-color: #E2ED4F;
}
</style>
border-color css
<style>
span { border-color: #E2ED4F; }
span { border-color: rgb(226,237,79); }
td.TdClassName
{
border-color: #E2ED4F;
}
.TagClassName
{
border-color: #E2ED4F;
}
</style>