Shades of Jonquil #EEF694
Tints of Jonquil #EEF694
RGB
CMYK
RGB Variations
Color information
#EEF694 (or 0xEEF694) is known color: Jonquil. HEX triplet: EE, F6 and 94. RGB value is (238,246,148). Sum of RGB (Red+Green+Blue) = 238+246+148=632 (83% of max value = 765). Red value is 238 (93.36% from 255 or 37.66% from 632); Green value is 246 (96.48% from 255 or 38.92% from 632); Blue value is 148 (58.20% from 255 or 23.42% from 632); Max value from RGB is 246 - color contains mainly: green. Hex color #EEF694 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EEF694 is #11096B. Grayscale: #E8E8E8. Windows color (decimal): -1116524 or 9762542. OLE color: 9762542.
HSL color Cylindrical-coordinate representation of color #EEF694: hue angle of 64.9º degrees, saturation: 0.84, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #EEF694 is Cyan = 0.03, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 238 | 246 | 148 | - |
| CMYK | 0.03 | 0 | 0.40 | 0.04 |
| HSL | 64.9º | 0.84% | 0.77% | - |
| HSV(B) | 64.9º | 0.4% | 0.96% | - |
| XYZ | 73.56 | 86.23 | 40.78 | - |
| YUV | 232.44 | 80.35 | 131.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 246 | 148 | 0.03 | 0 | 0.40 | 0.04 | 64.9 | 0.84 | 0.77 |
| Hex | EE | F6 | 94 | 3 | 0 | 28 | 4 | 41 | 54 | 4D |
| Octal | 356 | 366 | 224 | 3 | 0 | 50 | 4 | 101 | 124 | 115 |
| Binary | 11101110 | 11110110 | 10010100 | 11 | 0 | 101000 | 100 | 1000001 | 1010100 | 1001101 |
Color Harmonies of #EEF694
Complementary color
Monochromatic Colors of #EEF694
Black with #EEF694
Text Example
Text Example
White with #EEF694
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEF694; }
p { color: rgb(238,246,148); }
H1.HeaderClassName
{
color: #EEF694;
}
.AnyTagClassName
{
color: #EEF694;
}
</style>
background-color css
<style>
a { background-color: #EEF694; }
a { background-color: rgb(238,246,148); }
div.DivClassName
{
background-color: #EEF694;
}
.BgClassName
{
background-color: #EEF694;
}
</style>
border-color css
<style>
span { border-color: #EEF694; }
span { border-color: rgb(238,246,148); }
td.TdClassName
{
border-color: #EEF694;
}
.TagClassName
{
border-color: #EEF694;
}
</style>