Shades of Jonquil #E6F29A
Tints of Jonquil #E6F29A
RGB
CMYK
RGB Variations
Color information
#E6F29A (or 0xE6F29A) is known color: Jonquil. HEX triplet: E6, F2 and 9A. RGB value is (230,242,154). Sum of RGB (Red+Green+Blue) = 230+242+154=626 (82% of max value = 765). Red value is 230 (90.23% from 255 or 36.74% from 626); Green value is 242 (94.92% from 255 or 38.66% from 626); Blue value is 154 (60.55% from 255 or 24.60% from 626); Max value from RGB is 242 - color contains mainly: green. Hex color #E6F29A is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #E6F29A is #190D65. Grayscale: #E4E4E4. Windows color (decimal): -1641830 or 10154726. OLE color: 10154726.
HSL color Cylindrical-coordinate representation of color #E6F29A: hue angle of 68.18º degrees, saturation: 0.77, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #E6F29A is Cyan = 0.05, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 230 | 242 | 154 | - |
| CMYK | 0.05 | 0 | 0.36 | 0.05 |
| HSL | 68.18º | 0.77% | 0.78% | - |
| HSV(B) | 68.18º | 0.36% | 0.95% | - |
| XYZ | 70.22 | 82.66 | 42.83 | - |
| YUV | 228.38 | 86.02 | 129.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 242 | 154 | 0.05 | 0 | 0.36 | 0.05 | 68.18 | 0.77 | 0.78 |
| Hex | E6 | F2 | 9A | 5 | 0 | 24 | 5 | 44 | 4D | 4E |
| Octal | 346 | 362 | 232 | 5 | 0 | 44 | 5 | 104 | 115 | 116 |
| Binary | 11100110 | 11110010 | 10011010 | 101 | 0 | 100100 | 101 | 1000100 | 1001101 | 1001110 |
Color Harmonies of #E6F29A
Complementary color
Monochromatic Colors of #E6F29A
Black with #E6F29A
Text Example
Text Example
White with #E6F29A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6F29A; }
p { color: rgb(230,242,154); }
H1.HeaderClassName
{
color: #E6F29A;
}
.AnyTagClassName
{
color: #E6F29A;
}
</style>
background-color css
<style>
a { background-color: #E6F29A; }
a { background-color: rgb(230,242,154); }
div.DivClassName
{
background-color: #E6F29A;
}
.BgClassName
{
background-color: #E6F29A;
}
</style>
border-color css
<style>
span { border-color: #E6F29A; }
span { border-color: rgb(230,242,154); }
td.TdClassName
{
border-color: #E6F29A;
}
.TagClassName
{
border-color: #E6F29A;
}
</style>