Shades of Jonquil #EAFA98
Tints of Jonquil #EAFA98
RGB
CMYK
RGB Variations
Color information
#EAFA98 (or 0xEAFA98) is known color: Jonquil. HEX triplet: EA, FA and 98. RGB value is (234,250,152). Sum of RGB (Red+Green+Blue) = 234+250+152=636 (84% of max value = 765). Red value is 234 (91.80% from 255 or 36.79% from 636); Green value is 250 (98.05% from 255 or 39.31% from 636); Blue value is 152 (59.77% from 255 or 23.90% from 636); Max value from RGB is 250 - color contains mainly: green. Hex color #EAFA98 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EAFA98 is #150567. Grayscale: #EAEAEA. Windows color (decimal): -1377640 or 10025706. OLE color: 10025706.
HSL color Cylindrical-coordinate representation of color #EAFA98: hue angle of 69.8º degrees, saturation: 0.91, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #EAFA98 is Cyan = 0.06, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 234 | 250 | 152 | - |
| CMYK | 0.06 | 0 | 0.39 | 0.02 |
| HSL | 69.8º | 0.91% | 0.79% | - |
| HSV(B) | 69.8º | 0.39% | 0.98% | - |
| XYZ | 73.78 | 88.13 | 42.83 | - |
| YUV | 234.04 | 81.7 | 127.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 250 | 152 | 0.06 | 0 | 0.39 | 0.02 | 69.8 | 0.91 | 0.79 |
| Hex | EA | FA | 98 | 6 | 0 | 27 | 2 | 46 | 5B | 4F |
| Octal | 352 | 372 | 230 | 6 | 0 | 47 | 2 | 106 | 133 | 117 |
| Binary | 11101010 | 11111010 | 10011000 | 110 | 0 | 100111 | 10 | 1000110 | 1011011 | 1001111 |
Color Harmonies of #EAFA98
Complementary color
Monochromatic Colors of #EAFA98
Black with #EAFA98
Text Example
Text Example
White with #EAFA98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAFA98; }
p { color: rgb(234,250,152); }
H1.HeaderClassName
{
color: #EAFA98;
}
.AnyTagClassName
{
color: #EAFA98;
}
</style>
background-color css
<style>
a { background-color: #EAFA98; }
a { background-color: rgb(234,250,152); }
div.DivClassName
{
background-color: #EAFA98;
}
.BgClassName
{
background-color: #EAFA98;
}
</style>
border-color css
<style>
span { border-color: #EAFA98; }
span { border-color: rgb(234,250,152); }
td.TdClassName
{
border-color: #EAFA98;
}
.TagClassName
{
border-color: #EAFA98;
}
</style>