Shades of Jonquil #E2EF94
Tints of Jonquil #E2EF94
RGB
CMYK
RGB Variations
Color information
#E2EF94 (or 0xE2EF94) is known color: Jonquil. HEX triplet: E2, EF and 94. RGB value is (226,239,148). Sum of RGB (Red+Green+Blue) = 226+239+148=613 (81% of max value = 765). Red value is 226 (88.67% from 255 or 36.87% from 613); Green value is 239 (93.75% from 255 or 38.99% from 613); Blue value is 148 (58.20% from 255 or 24.14% from 613); Max value from RGB is 239 - color contains mainly: green. Hex color #E2EF94 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #E2EF94 is #1D106B. Grayscale: #E1E1E1. Windows color (decimal): -1904748 or 9760738. OLE color: 9760738.
HSL color Cylindrical-coordinate representation of color #E2EF94: hue angle of 68.57º degrees, saturation: 0.74, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #E2EF94 is Cyan = 0.05, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 226 | 239 | 148 | - |
| CMYK | 0.05 | 0 | 0.38 | 0.06 |
| HSL | 68.57º | 0.74% | 0.76% | - |
| HSV(B) | 68.57º | 0.38% | 0.94% | - |
| XYZ | 67.58 | 80.04 | 39.9 | - |
| YUV | 224.74 | 84.69 | 128.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 239 | 148 | 0.05 | 0 | 0.38 | 0.06 | 68.57 | 0.74 | 0.76 |
| Hex | E2 | EF | 94 | 5 | 0 | 26 | 6 | 45 | 4A | 4C |
| Octal | 342 | 357 | 224 | 5 | 0 | 46 | 6 | 105 | 112 | 114 |
| Binary | 11100010 | 11101111 | 10010100 | 101 | 0 | 100110 | 110 | 1000101 | 1001010 | 1001100 |
Color Harmonies of #E2EF94
Complementary color
Monochromatic Colors of #E2EF94
Black with #E2EF94
Text Example
Text Example
White with #E2EF94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2EF94; }
p { color: rgb(226,239,148); }
H1.HeaderClassName
{
color: #E2EF94;
}
.AnyTagClassName
{
color: #E2EF94;
}
</style>
background-color css
<style>
a { background-color: #E2EF94; }
a { background-color: rgb(226,239,148); }
div.DivClassName
{
background-color: #E2EF94;
}
.BgClassName
{
background-color: #E2EF94;
}
</style>
border-color css
<style>
span { border-color: #E2EF94; }
span { border-color: rgb(226,239,148); }
td.TdClassName
{
border-color: #E2EF94;
}
.TagClassName
{
border-color: #E2EF94;
}
</style>