Shades of Jonquil #E8F08D
Tints of Jonquil #E8F08D
RGB
CMYK
RGB Variations
Color information
#E8F08D (or 0xE8F08D) is known color: Jonquil. HEX triplet: E8, F0 and 8D. RGB value is (232,240,141). Sum of RGB (Red+Green+Blue) = 232+240+141=613 (81% of max value = 765). Red value is 232 (91.02% from 255 or 37.85% from 613); Green value is 240 (94.14% from 255 or 39.15% from 613); Blue value is 141 (55.47% from 255 or 23.00% from 613); Max value from RGB is 240 - color contains mainly: green. Hex color #E8F08D is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #E8F08D is #170F72. Grayscale: #E2E2E2. Windows color (decimal): -1511283 or 9302248. OLE color: 9302248.
HSL color Cylindrical-coordinate representation of color #E8F08D: hue angle of 64.85º degrees, saturation: 0.77, 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 #E8F08D is Cyan = 0.03, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 232 | 240 | 141 | - |
| CMYK | 0.03 | 0 | 0.41 | 0.06 |
| HSL | 64.85º | 0.77% | 0.75% | - |
| HSV(B) | 64.85º | 0.41% | 0.94% | - |
| XYZ | 69.25 | 81.4 | 37.26 | - |
| YUV | 226.32 | 79.85 | 132.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 240 | 141 | 0.03 | 0 | 0.41 | 0.06 | 64.85 | 0.77 | 0.75 |
| Hex | E8 | F0 | 8D | 3 | 0 | 29 | 6 | 41 | 4D | 4B |
| Octal | 350 | 360 | 215 | 3 | 0 | 51 | 6 | 101 | 115 | 113 |
| Binary | 11101000 | 11110000 | 10001101 | 11 | 0 | 101001 | 110 | 1000001 | 1001101 | 1001011 |
Color Harmonies of #E8F08D
Complementary color
Monochromatic Colors of #E8F08D
Black with #E8F08D
Text Example
Text Example
White with #E8F08D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8F08D; }
p { color: rgb(232,240,141); }
H1.HeaderClassName
{
color: #E8F08D;
}
.AnyTagClassName
{
color: #E8F08D;
}
</style>
background-color css
<style>
a { background-color: #E8F08D; }
a { background-color: rgb(232,240,141); }
div.DivClassName
{
background-color: #E8F08D;
}
.BgClassName
{
background-color: #E8F08D;
}
</style>
border-color css
<style>
span { border-color: #E8F08D; }
span { border-color: rgb(232,240,141); }
td.TdClassName
{
border-color: #E8F08D;
}
.TagClassName
{
border-color: #E8F08D;
}
</style>