Shades of Jonquil #EAFA9B
Tints of Jonquil #EAFA9B
RGB
CMYK
RGB Variations
Color information
#EAFA9B (or 0xEAFA9B) is known color: Jonquil. HEX triplet: EA, FA and 9B. RGB value is (234,250,155). Sum of RGB (Red+Green+Blue) = 234+250+155=639 (84% of max value = 765). Red value is 234 (91.80% from 255 or 36.62% from 639); Green value is 250 (98.05% from 255 or 39.12% from 639); Blue value is 155 (60.94% from 255 or 24.26% from 639); Max value from RGB is 250 - color contains mainly: green. Hex color #EAFA9B is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EAFA9B is #150564. Grayscale: #EAEAEA. Windows color (decimal): -1377637 or 10222314. OLE color: 10222314.
HSL color Cylindrical-coordinate representation of color #EAFA9B: hue angle of 70.11º degrees, saturation: 0.9, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #EAFA9B is Cyan = 0.06, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 234 | 250 | 155 | - |
| CMYK | 0.06 | 0 | 0.38 | 0.02 |
| HSL | 70.11º | 0.9% | 0.79% | - |
| HSV(B) | 70.11º | 0.38% | 0.98% | - |
| XYZ | 74.03 | 88.23 | 44.14 | - |
| YUV | 234.39 | 83.2 | 127.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 250 | 155 | 0.06 | 0 | 0.38 | 0.02 | 70.11 | 0.9 | 0.79 |
| Hex | EA | FA | 9B | 6 | 0 | 26 | 2 | 46 | 5A | 4F |
| Octal | 352 | 372 | 233 | 6 | 0 | 46 | 2 | 106 | 132 | 117 |
| Binary | 11101010 | 11111010 | 10011011 | 110 | 0 | 100110 | 10 | 1000110 | 1011010 | 1001111 |
Color Harmonies of #EAFA9B
Complementary color
Monochromatic Colors of #EAFA9B
Black with #EAFA9B
Text Example
Text Example
White with #EAFA9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAFA9B; }
p { color: rgb(234,250,155); }
H1.HeaderClassName
{
color: #EAFA9B;
}
.AnyTagClassName
{
color: #EAFA9B;
}
</style>
background-color css
<style>
a { background-color: #EAFA9B; }
a { background-color: rgb(234,250,155); }
div.DivClassName
{
background-color: #EAFA9B;
}
.BgClassName
{
background-color: #EAFA9B;
}
</style>
border-color css
<style>
span { border-color: #EAFA9B; }
span { border-color: rgb(234,250,155); }
td.TdClassName
{
border-color: #EAFA9B;
}
.TagClassName
{
border-color: #EAFA9B;
}
</style>