Shades of Jonquil #E6F698
Tints of Jonquil #E6F698
RGB
CMYK
RGB Variations
Color information
#E6F698 (or 0xE6F698) is known color: Jonquil. HEX triplet: E6, F6 and 98. RGB value is (230,246,152). Sum of RGB (Red+Green+Blue) = 230+246+152=628 (83% of max value = 765). Red value is 230 (90.23% from 255 or 36.62% from 628); Green value is 246 (96.48% from 255 or 39.17% from 628); Blue value is 152 (59.77% from 255 or 24.20% from 628); Max value from RGB is 246 - color contains mainly: green. Hex color #E6F698 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #E6F698 is #190967. Grayscale: #E6E6E6. Windows color (decimal): -1640808 or 10024678. OLE color: 10024678.
HSL color Cylindrical-coordinate representation of color #E6F698: hue angle of 70.21º degrees, saturation: 0.84, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #E6F698 is Cyan = 0.07, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 230 | 246 | 152 | - |
| CMYK | 0.07 | 0 | 0.38 | 0.04 |
| HSL | 70.21º | 0.84% | 0.78% | - |
| HSV(B) | 70.21º | 0.38% | 0.96% | - |
| XYZ | 71.26 | 85 | 42.36 | - |
| YUV | 230.5 | 83.7 | 127.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 246 | 152 | 0.07 | 0 | 0.38 | 0.04 | 70.21 | 0.84 | 0.78 |
| Hex | E6 | F6 | 98 | 7 | 0 | 26 | 4 | 46 | 54 | 4E |
| Octal | 346 | 366 | 230 | 7 | 0 | 46 | 4 | 106 | 124 | 116 |
| Binary | 11100110 | 11110110 | 10011000 | 111 | 0 | 100110 | 100 | 1000110 | 1010100 | 1001110 |
Color Harmonies of #E6F698
Complementary color
Monochromatic Colors of #E6F698
Black with #E6F698
Text Example
Text Example
White with #E6F698
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6F698; }
p { color: rgb(230,246,152); }
H1.HeaderClassName
{
color: #E6F698;
}
.AnyTagClassName
{
color: #E6F698;
}
</style>
background-color css
<style>
a { background-color: #E6F698; }
a { background-color: rgb(230,246,152); }
div.DivClassName
{
background-color: #E6F698;
}
.BgClassName
{
background-color: #E6F698;
}
</style>
border-color css
<style>
span { border-color: #E6F698; }
span { border-color: rgb(230,246,152); }
td.TdClassName
{
border-color: #E6F698;
}
.TagClassName
{
border-color: #E6F698;
}
</style>