Shades of Jonquil #EAEF8F
Tints of Jonquil #EAEF8F
RGB
CMYK
RGB Variations
Color information
#EAEF8F (or 0xEAEF8F) is known color: Jonquil. HEX triplet: EA, EF and 8F. RGB value is (234,239,143). Sum of RGB (Red+Green+Blue) = 234+239+143=616 (81% of max value = 765). Red value is 234 (91.80% from 255 or 37.99% from 616); Green value is 239 (93.75% from 255 or 38.80% from 616); Blue value is 143 (56.25% from 255 or 23.21% from 616); Max value from RGB is 239 - color contains mainly: green. Hex color #EAEF8F is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EAEF8F is #151070. Grayscale: #E2E2E2. Windows color (decimal): -1380465 or 9433066. OLE color: 9433066.
HSL color Cylindrical-coordinate representation of color #EAEF8F: hue angle of 63.12º degrees, saturation: 0.75, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #EAEF8F is Cyan = 0.02, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 234 | 239 | 143 | - |
| CMYK | 0.02 | 0 | 0.40 | 0.06 |
| HSL | 63.13º | 0.75% | 0.75% | - |
| HSV(B) | 63.13º | 0.4% | 0.94% | - |
| XYZ | 69.76 | 81.21 | 37.98 | - |
| YUV | 226.56 | 80.84 | 133.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 239 | 143 | 0.02 | 0 | 0.40 | 0.06 | 63.13 | 0.75 | 0.75 |
| Hex | EA | EF | 8F | 2 | 0 | 28 | 6 | 3F | 4B | 4B |
| Octal | 352 | 357 | 217 | 2 | 0 | 50 | 6 | 77 | 113 | 113 |
| Binary | 11101010 | 11101111 | 10001111 | 10 | 0 | 101000 | 110 | 111111 | 1001011 | 1001011 |
Color Harmonies of #EAEF8F
Complementary color
Monochromatic Colors of #EAEF8F
Black with #EAEF8F
Text Example
Text Example
White with #EAEF8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAEF8F; }
p { color: rgb(234,239,143); }
H1.HeaderClassName
{
color: #EAEF8F;
}
.AnyTagClassName
{
color: #EAEF8F;
}
</style>
background-color css
<style>
a { background-color: #EAEF8F; }
a { background-color: rgb(234,239,143); }
div.DivClassName
{
background-color: #EAEF8F;
}
.BgClassName
{
background-color: #EAEF8F;
}
</style>
border-color css
<style>
span { border-color: #EAEF8F; }
span { border-color: rgb(234,239,143); }
td.TdClassName
{
border-color: #EAEF8F;
}
.TagClassName
{
border-color: #EAEF8F;
}
</style>