Shades of Jonquil #E6F08F
Tints of Jonquil #E6F08F
RGB
CMYK
RGB Variations
Color information
#E6F08F (or 0xE6F08F) is known color: Jonquil. HEX triplet: E6, F0 and 8F. RGB value is (230,240,143). Sum of RGB (Red+Green+Blue) = 230+240+143=613 (81% of max value = 765). Red value is 230 (90.23% from 255 or 37.52% from 613); Green value is 240 (94.14% from 255 or 39.15% from 613); Blue value is 143 (56.25% from 255 or 23.33% from 613); Max value from RGB is 240 - color contains mainly: green. Hex color #E6F08F is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #E6F08F is #190F70. Grayscale: #E2E2E2. Windows color (decimal): -1642353 or 9433318. OLE color: 9433318.
HSL color Cylindrical-coordinate representation of color #E6F08F: hue angle of 66.19º degrees, saturation: 0.76, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #E6F08F is Cyan = 0.04, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 230 | 240 | 143 | - |
| CMYK | 0.04 | 0 | 0.40 | 0.06 |
| HSL | 66.19º | 0.76% | 0.75% | - |
| HSV(B) | 66.19º | 0.4% | 0.94% | - |
| XYZ | 68.75 | 81.13 | 38.02 | - |
| YUV | 225.95 | 81.19 | 130.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 240 | 143 | 0.04 | 0 | 0.40 | 0.06 | 66.19 | 0.76 | 0.75 |
| Hex | E6 | F0 | 8F | 4 | 0 | 28 | 6 | 42 | 4C | 4B |
| Octal | 346 | 360 | 217 | 4 | 0 | 50 | 6 | 102 | 114 | 113 |
| Binary | 11100110 | 11110000 | 10001111 | 100 | 0 | 101000 | 110 | 1000010 | 1001100 | 1001011 |
Color Harmonies of #E6F08F
Complementary color
Monochromatic Colors of #E6F08F
Black with #E6F08F
Text Example
Text Example
White with #E6F08F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6F08F; }
p { color: rgb(230,240,143); }
H1.HeaderClassName
{
color: #E6F08F;
}
.AnyTagClassName
{
color: #E6F08F;
}
</style>
background-color css
<style>
a { background-color: #E6F08F; }
a { background-color: rgb(230,240,143); }
div.DivClassName
{
background-color: #E6F08F;
}
.BgClassName
{
background-color: #E6F08F;
}
</style>
border-color css
<style>
span { border-color: #E6F08F; }
span { border-color: rgb(230,240,143); }
td.TdClassName
{
border-color: #E6F08F;
}
.TagClassName
{
border-color: #E6F08F;
}
</style>