Shades of Jonquil #E8F28F
Tints of Jonquil #E8F28F
RGB
CMYK
RGB Variations
Color information
#E8F28F (or 0xE8F28F) is known color: Jonquil. HEX triplet: E8, F2 and 8F. RGB value is (232,242,143). Sum of RGB (Red+Green+Blue) = 232+242+143=617 (81% of max value = 765). Red value is 232 (91.02% from 255 or 37.60% from 617); Green value is 242 (94.92% from 255 or 39.22% from 617); Blue value is 143 (56.25% from 255 or 23.18% from 617); Max value from RGB is 242 - color contains mainly: green. Hex color #E8F28F is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #E8F28F is #170D70. Grayscale: #E4E4E4. Windows color (decimal): -1510769 or 9433832. OLE color: 9433832.
HSL color Cylindrical-coordinate representation of color #E8F28F: hue angle of 66.06º degrees, saturation: 0.79, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #E8F28F is Cyan = 0.04, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 232 | 242 | 143 | - |
| CMYK | 0.04 | 0 | 0.41 | 0.05 |
| HSL | 66.06º | 0.79% | 0.75% | - |
| HSV(B) | 66.06º | 0.41% | 0.95% | - |
| XYZ | 69.99 | 82.64 | 38.25 | - |
| YUV | 227.72 | 80.19 | 131.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 242 | 143 | 0.04 | 0 | 0.41 | 0.05 | 66.06 | 0.79 | 0.75 |
| Hex | E8 | F2 | 8F | 4 | 0 | 29 | 5 | 42 | 4F | 4B |
| Octal | 350 | 362 | 217 | 4 | 0 | 51 | 5 | 102 | 117 | 113 |
| Binary | 11101000 | 11110010 | 10001111 | 100 | 0 | 101001 | 101 | 1000010 | 1001111 | 1001011 |
Color Harmonies of #E8F28F
Complementary color
Monochromatic Colors of #E8F28F
Black with #E8F28F
Text Example
Text Example
White with #E8F28F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8F28F; }
p { color: rgb(232,242,143); }
H1.HeaderClassName
{
color: #E8F28F;
}
.AnyTagClassName
{
color: #E8F28F;
}
</style>
background-color css
<style>
a { background-color: #E8F28F; }
a { background-color: rgb(232,242,143); }
div.DivClassName
{
background-color: #E8F28F;
}
.BgClassName
{
background-color: #E8F28F;
}
</style>
border-color css
<style>
span { border-color: #E8F28F; }
span { border-color: rgb(232,242,143); }
td.TdClassName
{
border-color: #E8F28F;
}
.TagClassName
{
border-color: #E8F28F;
}
</style>