Shades of Jonquil #EEF696
Tints of Jonquil #EEF696
RGB
CMYK
RGB Variations
Color information
#EEF696 (or 0xEEF696) is known color: Jonquil. HEX triplet: EE, F6 and 96. RGB value is (238,246,150). Sum of RGB (Red+Green+Blue) = 238+246+150=634 (83% of max value = 765). Red value is 238 (93.36% from 255 or 37.54% from 634); Green value is 246 (96.48% from 255 or 38.80% from 634); Blue value is 150 (58.98% from 255 or 23.66% from 634); Max value from RGB is 246 - color contains mainly: green. Hex color #EEF696 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EEF696 is #110969. Grayscale: #E9E9E9. Windows color (decimal): -1116522 or 9893614. OLE color: 9893614.
HSL color Cylindrical-coordinate representation of color #EEF696: hue angle of 65º degrees, saturation: 0.84, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #EEF696 is Cyan = 0.03, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 238 | 246 | 150 | - |
| CMYK | 0.03 | 0 | 0.39 | 0.04 |
| HSL | 65º | 0.84% | 0.78% | - |
| HSV(B) | 65º | 0.39% | 0.96% | - |
| XYZ | 73.72 | 86.29 | 41.62 | - |
| YUV | 232.66 | 81.35 | 131.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 246 | 150 | 0.03 | 0 | 0.39 | 0.04 | 65 | 0.84 | 0.78 |
| Hex | EE | F6 | 96 | 3 | 0 | 27 | 4 | 41 | 54 | 4E |
| Octal | 356 | 366 | 226 | 3 | 0 | 47 | 4 | 101 | 124 | 116 |
| Binary | 11101110 | 11110110 | 10010110 | 11 | 0 | 100111 | 100 | 1000001 | 1010100 | 1001110 |
Color Harmonies of #EEF696
Complementary color
Monochromatic Colors of #EEF696
Black with #EEF696
Text Example
Text Example
White with #EEF696
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEF696; }
p { color: rgb(238,246,150); }
H1.HeaderClassName
{
color: #EEF696;
}
.AnyTagClassName
{
color: #EEF696;
}
</style>
background-color css
<style>
a { background-color: #EEF696; }
a { background-color: rgb(238,246,150); }
div.DivClassName
{
background-color: #EEF696;
}
.BgClassName
{
background-color: #EEF696;
}
</style>
border-color css
<style>
span { border-color: #EEF696; }
span { border-color: rgb(238,246,150); }
td.TdClassName
{
border-color: #EEF696;
}
.TagClassName
{
border-color: #EEF696;
}
</style>