Shades of Jonquil #EEF098
Tints of Jonquil #EEF098
RGB
CMYK
RGB Variations
Color information
#EEF098 (or 0xEEF098) is known color: Jonquil. HEX triplet: EE, F0 and 98. RGB value is (238,240,152). Sum of RGB (Red+Green+Blue) = 238+240+152=630 (83% of max value = 765). Red value is 238 (93.36% from 255 or 37.78% from 630); Green value is 240 (94.14% from 255 or 38.10% from 630); Blue value is 152 (59.77% from 255 or 24.13% from 630); Max value from RGB is 240 - color contains mainly: green. Hex color #EEF098 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EEF098 is #110F67. Grayscale: #E5E5E5. Windows color (decimal): -1118056 or 10023150. OLE color: 10023150.
HSL color Cylindrical-coordinate representation of color #EEF098: hue angle of 61.36º degrees, saturation: 0.75, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #EEF098 is Cyan = 0.01, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 238 | 240 | 152 | - |
| CMYK | 0.01 | 0 | 0.37 | 0.06 |
| HSL | 61.36º | 0.75% | 0.77% | - |
| HSV(B) | 61.36º | 0.37% | 0.94% | - |
| XYZ | 72.09 | 82.76 | 41.88 | - |
| YUV | 229.37 | 84.34 | 134.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 240 | 152 | 0.01 | 0 | 0.37 | 0.06 | 61.36 | 0.75 | 0.77 |
| Hex | EE | F0 | 98 | 1 | 0 | 25 | 6 | 3D | 4B | 4D |
| Octal | 356 | 360 | 230 | 1 | 0 | 45 | 6 | 75 | 113 | 115 |
| Binary | 11101110 | 11110000 | 10011000 | 1 | 0 | 100101 | 110 | 111101 | 1001011 | 1001101 |
Color Harmonies of #EEF098
Complementary color
Monochromatic Colors of #EEF098
Black with #EEF098
Text Example
Text Example
White with #EEF098
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEF098; }
p { color: rgb(238,240,152); }
H1.HeaderClassName
{
color: #EEF098;
}
.AnyTagClassName
{
color: #EEF098;
}
</style>
background-color css
<style>
a { background-color: #EEF098; }
a { background-color: rgb(238,240,152); }
div.DivClassName
{
background-color: #EEF098;
}
.BgClassName
{
background-color: #EEF098;
}
</style>
border-color css
<style>
span { border-color: #EEF098; }
span { border-color: rgb(238,240,152); }
td.TdClassName
{
border-color: #EEF098;
}
.TagClassName
{
border-color: #EEF098;
}
</style>