Shades of Jonquil #EAF192
Tints of Jonquil #EAF192
RGB
CMYK
RGB Variations
Color information
#EAF192 (or 0xEAF192) is known color: Jonquil. HEX triplet: EA, F1 and 92. RGB value is (234,241,146). Sum of RGB (Red+Green+Blue) = 234+241+146=621 (82% of max value = 765). Red value is 234 (91.80% from 255 or 37.68% from 621); Green value is 241 (94.53% from 255 or 38.81% from 621); Blue value is 146 (57.42% from 255 or 23.51% from 621); Max value from RGB is 241 - color contains mainly: green. Hex color #EAF192 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EAF192 is #150E6D. Grayscale: #E4E4E4. Windows color (decimal): -1379950 or 9630186. OLE color: 9630186.
HSL color Cylindrical-coordinate representation of color #EAF192: hue angle of 64.42º degrees, saturation: 0.77, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #EAF192 is Cyan = 0.03, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 234 | 241 | 146 | - |
| CMYK | 0.03 | 0 | 0.39 | 0.05 |
| HSL | 64.42º | 0.77% | 0.76% | - |
| HSV(B) | 64.42º | 0.39% | 0.95% | - |
| XYZ | 70.58 | 82.48 | 39.39 | - |
| YUV | 228.08 | 81.68 | 132.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 241 | 146 | 0.03 | 0 | 0.39 | 0.05 | 64.42 | 0.77 | 0.76 |
| Hex | EA | F1 | 92 | 3 | 0 | 27 | 5 | 40 | 4D | 4C |
| Octal | 352 | 361 | 222 | 3 | 0 | 47 | 5 | 100 | 115 | 114 |
| Binary | 11101010 | 11110001 | 10010010 | 11 | 0 | 100111 | 101 | 1000000 | 1001101 | 1001100 |
Color Harmonies of #EAF192
Complementary color
Monochromatic Colors of #EAF192
Black with #EAF192
Text Example
Text Example
White with #EAF192
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAF192; }
p { color: rgb(234,241,146); }
H1.HeaderClassName
{
color: #EAF192;
}
.AnyTagClassName
{
color: #EAF192;
}
</style>
background-color css
<style>
a { background-color: #EAF192; }
a { background-color: rgb(234,241,146); }
div.DivClassName
{
background-color: #EAF192;
}
.BgClassName
{
background-color: #EAF192;
}
</style>
border-color css
<style>
span { border-color: #EAF192; }
span { border-color: rgb(234,241,146); }
td.TdClassName
{
border-color: #EAF192;
}
.TagClassName
{
border-color: #EAF192;
}
</style>