Shades of Jonquil #EEF495
Tints of Jonquil #EEF495
RGB
CMYK
RGB Variations
Color information
#EEF495 (or 0xEEF495) is known color: Jonquil. HEX triplet: EE, F4 and 95. RGB value is (238,244,149). Sum of RGB (Red+Green+Blue) = 238+244+149=631 (83% of max value = 765). Red value is 238 (93.36% from 255 or 37.72% from 631); Green value is 244 (95.70% from 255 or 38.67% from 631); Blue value is 149 (58.59% from 255 or 23.61% from 631); Max value from RGB is 244 - color contains mainly: green. Hex color #EEF495 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EEF495 is #110B6A. Grayscale: #E7E7E7. Windows color (decimal): -1117035 or 9827566. OLE color: 9827566.
HSL color Cylindrical-coordinate representation of color #EEF495: hue angle of 63.79º degrees, saturation: 0.81, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #EEF495 is Cyan = 0.02, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 238 | 244 | 149 | - |
| CMYK | 0.02 | 0 | 0.39 | 0.04 |
| HSL | 63.79º | 0.81% | 0.77% | - |
| HSV(B) | 63.79º | 0.39% | 0.96% | - |
| XYZ | 73.04 | 85.05 | 41 | - |
| YUV | 231.38 | 81.51 | 132.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 244 | 149 | 0.02 | 0 | 0.39 | 0.04 | 63.79 | 0.81 | 0.77 |
| Hex | EE | F4 | 95 | 2 | 0 | 27 | 4 | 40 | 51 | 4D |
| Octal | 356 | 364 | 225 | 2 | 0 | 47 | 4 | 100 | 121 | 115 |
| Binary | 11101110 | 11110100 | 10010101 | 10 | 0 | 100111 | 100 | 1000000 | 1010001 | 1001101 |
Color Harmonies of #EEF495
Complementary color
Monochromatic Colors of #EEF495
Black with #EEF495
Text Example
Text Example
White with #EEF495
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEF495; }
p { color: rgb(238,244,149); }
H1.HeaderClassName
{
color: #EEF495;
}
.AnyTagClassName
{
color: #EEF495;
}
</style>
background-color css
<style>
a { background-color: #EEF495; }
a { background-color: rgb(238,244,149); }
div.DivClassName
{
background-color: #EEF495;
}
.BgClassName
{
background-color: #EEF495;
}
</style>
border-color css
<style>
span { border-color: #EEF495; }
span { border-color: rgb(238,244,149); }
td.TdClassName
{
border-color: #EEF495;
}
.TagClassName
{
border-color: #EEF495;
}
</style>