Shades of Jonquil #EAF296
Tints of Jonquil #EAF296
RGB
CMYK
RGB Variations
Color information
#EAF296 (or 0xEAF296) is known color: Jonquil. HEX triplet: EA, F2 and 96. RGB value is (234,242,150). Sum of RGB (Red+Green+Blue) = 234+242+150=626 (82% of max value = 765). Red value is 234 (91.80% from 255 or 37.38% from 626); Green value is 242 (94.92% from 255 or 38.66% from 626); Blue value is 150 (58.98% from 255 or 23.96% from 626); Max value from RGB is 242 - color contains mainly: green. Hex color #EAF296 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EAF296 is #150D69. Grayscale: #E5E5E5. Windows color (decimal): -1379690 or 9892586. OLE color: 9892586.
HSL color Cylindrical-coordinate representation of color #EAF296: hue angle of 65.22º degrees, saturation: 0.78, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #EAF296 is Cyan = 0.03, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 234 | 242 | 150 | - |
| CMYK | 0.03 | 0 | 0.38 | 0.05 |
| HSL | 65.22º | 0.78% | 0.77% | - |
| HSV(B) | 65.22º | 0.38% | 0.95% | - |
| XYZ | 71.19 | 83.2 | 41.16 | - |
| YUV | 229.12 | 83.35 | 131.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 242 | 150 | 0.03 | 0 | 0.38 | 0.05 | 65.22 | 0.78 | 0.77 |
| Hex | EA | F2 | 96 | 3 | 0 | 26 | 5 | 41 | 4E | 4D |
| Octal | 352 | 362 | 226 | 3 | 0 | 46 | 5 | 101 | 116 | 115 |
| Binary | 11101010 | 11110010 | 10010110 | 11 | 0 | 100110 | 101 | 1000001 | 1001110 | 1001101 |
Color Harmonies of #EAF296
Complementary color
Monochromatic Colors of #EAF296
Black with #EAF296
Text Example
Text Example
White with #EAF296
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAF296; }
p { color: rgb(234,242,150); }
H1.HeaderClassName
{
color: #EAF296;
}
.AnyTagClassName
{
color: #EAF296;
}
</style>
background-color css
<style>
a { background-color: #EAF296; }
a { background-color: rgb(234,242,150); }
div.DivClassName
{
background-color: #EAF296;
}
.BgClassName
{
background-color: #EAF296;
}
</style>
border-color css
<style>
span { border-color: #EAF296; }
span { border-color: rgb(234,242,150); }
td.TdClassName
{
border-color: #EAF296;
}
.TagClassName
{
border-color: #EAF296;
}
</style>