Shades of Jonquil #E2EF8D
Tints of Jonquil #E2EF8D
RGB
CMYK
RGB Variations
Color information
#E2EF8D (or 0xE2EF8D) is known color: Jonquil. HEX triplet: E2, EF and 8D. RGB value is (226,239,141). Sum of RGB (Red+Green+Blue) = 226+239+141=606 (80% of max value = 765). Red value is 226 (88.67% from 255 or 37.29% from 606); Green value is 239 (93.75% from 255 or 39.44% from 606); Blue value is 141 (55.47% from 255 or 23.27% from 606); Max value from RGB is 239 - color contains mainly: green. Hex color #E2EF8D is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #E2EF8D is #1D1072. Grayscale: #E0E0E0. Windows color (decimal): -1904755 or 9301986. OLE color: 9301986.
HSL color Cylindrical-coordinate representation of color #E2EF8D: hue angle of 67.96º degrees, saturation: 0.75, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #E2EF8D is Cyan = 0.05, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 226 | 239 | 141 | - |
| CMYK | 0.05 | 0 | 0.41 | 0.06 |
| HSL | 67.96º | 0.75% | 0.75% | - |
| HSV(B) | 67.96º | 0.41% | 0.94% | - |
| XYZ | 67.04 | 79.82 | 37.07 | - |
| YUV | 223.94 | 81.19 | 129.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 239 | 141 | 0.05 | 0 | 0.41 | 0.06 | 67.96 | 0.75 | 0.75 |
| Hex | E2 | EF | 8D | 5 | 0 | 29 | 6 | 44 | 4B | 4B |
| Octal | 342 | 357 | 215 | 5 | 0 | 51 | 6 | 104 | 113 | 113 |
| Binary | 11100010 | 11101111 | 10001101 | 101 | 0 | 101001 | 110 | 1000100 | 1001011 | 1001011 |
Color Harmonies of #E2EF8D
Complementary color
Monochromatic Colors of #E2EF8D
Black with #E2EF8D
Text Example
Text Example
White with #E2EF8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2EF8D; }
p { color: rgb(226,239,141); }
H1.HeaderClassName
{
color: #E2EF8D;
}
.AnyTagClassName
{
color: #E2EF8D;
}
</style>
background-color css
<style>
a { background-color: #E2EF8D; }
a { background-color: rgb(226,239,141); }
div.DivClassName
{
background-color: #E2EF8D;
}
.BgClassName
{
background-color: #E2EF8D;
}
</style>
border-color css
<style>
span { border-color: #E2EF8D; }
span { border-color: rgb(226,239,141); }
td.TdClassName
{
border-color: #E2EF8D;
}
.TagClassName
{
border-color: #E2EF8D;
}
</style>