Shades of Jonquil #E6F18D
Tints of Jonquil #E6F18D
RGB
CMYK
RGB Variations
Color information
#E6F18D (or 0xE6F18D) is known color: Jonquil. HEX triplet: E6, F1 and 8D. RGB value is (230,241,141). Sum of RGB (Red+Green+Blue) = 230+241+141=612 (81% of max value = 765). Red value is 230 (90.23% from 255 or 37.58% from 612); Green value is 241 (94.53% from 255 or 39.38% from 612); Blue value is 141 (55.47% from 255 or 23.04% from 612); Max value from RGB is 241 - color contains mainly: green. Hex color #E6F18D is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #E6F18D is #190E72. Grayscale: #E2E2E2. Windows color (decimal): -1642099 or 9302502. OLE color: 9302502.
HSL color Cylindrical-coordinate representation of color #E6F18D: hue angle of 66.6º degrees, saturation: 0.78, 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 #E6F18D is Cyan = 0.05, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 230 | 241 | 141 | - |
| CMYK | 0.05 | 0 | 0.41 | 0.05 |
| HSL | 66.6º | 0.78% | 0.75% | - |
| HSV(B) | 66.6º | 0.41% | 0.95% | - |
| XYZ | 68.9 | 81.66 | 37.33 | - |
| YUV | 226.31 | 79.86 | 130.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 241 | 141 | 0.05 | 0 | 0.41 | 0.05 | 66.6 | 0.78 | 0.75 |
| Hex | E6 | F1 | 8D | 5 | 0 | 29 | 5 | 43 | 4E | 4B |
| Octal | 346 | 361 | 215 | 5 | 0 | 51 | 5 | 103 | 116 | 113 |
| Binary | 11100110 | 11110001 | 10001101 | 101 | 0 | 101001 | 101 | 1000011 | 1001110 | 1001011 |
Color Harmonies of #E6F18D
Complementary color
Monochromatic Colors of #E6F18D
Black with #E6F18D
Text Example
Text Example
White with #E6F18D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6F18D; }
p { color: rgb(230,241,141); }
H1.HeaderClassName
{
color: #E6F18D;
}
.AnyTagClassName
{
color: #E6F18D;
}
</style>
background-color css
<style>
a { background-color: #E6F18D; }
a { background-color: rgb(230,241,141); }
div.DivClassName
{
background-color: #E6F18D;
}
.BgClassName
{
background-color: #E6F18D;
}
</style>
border-color css
<style>
span { border-color: #E6F18D; }
span { border-color: rgb(230,241,141); }
td.TdClassName
{
border-color: #E6F18D;
}
.TagClassName
{
border-color: #E6F18D;
}
</style>