Shades of Jonquil #EAF096
Tints of Jonquil #EAF096
RGB
CMYK
RGB Variations
Color information
#EAF096 (or 0xEAF096) is known color: Jonquil. HEX triplet: EA, F0 and 96. RGB value is (234,240,150). Sum of RGB (Red+Green+Blue) = 234+240+150=624 (82% of max value = 765). Red value is 234 (91.80% from 255 or 37.5% from 624); Green value is 240 (94.14% from 255 or 38.46% from 624); Blue value is 150 (58.98% from 255 or 24.04% from 624); Max value from RGB is 240 - color contains mainly: green. Hex color #EAF096 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EAF096 is #150F69. Grayscale: #E4E4E4. Windows color (decimal): -1380202 or 9892074. OLE color: 9892074.
HSL color Cylindrical-coordinate representation of color #EAF096: hue angle of 64º degrees, saturation: 0.75, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #EAF096 is Cyan = 0.02, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 234 | 240 | 150 | - |
| CMYK | 0.02 | 0 | 0.37 | 0.06 |
| HSL | 64º | 0.75% | 0.76% | - |
| HSV(B) | 64º | 0.38% | 0.94% | - |
| XYZ | 70.6 | 82.01 | 40.96 | - |
| YUV | 227.95 | 84.01 | 132.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 240 | 150 | 0.02 | 0 | 0.37 | 0.06 | 64 | 0.75 | 0.76 |
| Hex | EA | F0 | 96 | 2 | 0 | 25 | 6 | 40 | 4B | 4C |
| Octal | 352 | 360 | 226 | 2 | 0 | 45 | 6 | 100 | 113 | 114 |
| Binary | 11101010 | 11110000 | 10010110 | 10 | 0 | 100101 | 110 | 1000000 | 1001011 | 1001100 |
Color Harmonies of #EAF096
Complementary color
Monochromatic Colors of #EAF096
Black with #EAF096
Text Example
Text Example
White with #EAF096
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAF096; }
p { color: rgb(234,240,150); }
H1.HeaderClassName
{
color: #EAF096;
}
.AnyTagClassName
{
color: #EAF096;
}
</style>
background-color css
<style>
a { background-color: #EAF096; }
a { background-color: rgb(234,240,150); }
div.DivClassName
{
background-color: #EAF096;
}
.BgClassName
{
background-color: #EAF096;
}
</style>
border-color css
<style>
span { border-color: #EAF096; }
span { border-color: rgb(234,240,150); }
td.TdClassName
{
border-color: #EAF096;
}
.TagClassName
{
border-color: #EAF096;
}
</style>