Shades of Jonquil #E8F29A
Tints of Jonquil #E8F29A
RGB
CMYK
RGB Variations
Color information
#E8F29A (or 0xE8F29A) is known color: Jonquil. HEX triplet: E8, F2 and 9A. RGB value is (232,242,154). Sum of RGB (Red+Green+Blue) = 232+242+154=628 (83% of max value = 765). Red value is 232 (91.02% from 255 or 36.94% from 628); Green value is 242 (94.92% from 255 or 38.54% from 628); Blue value is 154 (60.55% from 255 or 24.52% from 628); Max value from RGB is 242 - color contains mainly: green. Hex color #E8F29A is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #E8F29A is #170D65. Grayscale: #E5E5E5. Windows color (decimal): -1510758 or 10154728. OLE color: 10154728.
HSL color Cylindrical-coordinate representation of color #E8F29A: hue angle of 66.82º degrees, saturation: 0.77, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #E8F29A is Cyan = 0.04, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 232 | 242 | 154 | - |
| CMYK | 0.04 | 0 | 0.36 | 0.05 |
| HSL | 66.82º | 0.77% | 0.78% | - |
| HSV(B) | 66.82º | 0.36% | 0.95% | - |
| XYZ | 70.86 | 82.99 | 42.86 | - |
| YUV | 228.98 | 85.69 | 130.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 242 | 154 | 0.04 | 0 | 0.36 | 0.05 | 66.82 | 0.77 | 0.78 |
| Hex | E8 | F2 | 9A | 4 | 0 | 24 | 5 | 43 | 4D | 4E |
| Octal | 350 | 362 | 232 | 4 | 0 | 44 | 5 | 103 | 115 | 116 |
| Binary | 11101000 | 11110010 | 10011010 | 100 | 0 | 100100 | 101 | 1000011 | 1001101 | 1001110 |
Color Harmonies of #E8F29A
Complementary color
Monochromatic Colors of #E8F29A
Black with #E8F29A
Text Example
Text Example
White with #E8F29A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8F29A; }
p { color: rgb(232,242,154); }
H1.HeaderClassName
{
color: #E8F29A;
}
.AnyTagClassName
{
color: #E8F29A;
}
</style>
background-color css
<style>
a { background-color: #E8F29A; }
a { background-color: rgb(232,242,154); }
div.DivClassName
{
background-color: #E8F29A;
}
.BgClassName
{
background-color: #E8F29A;
}
</style>
border-color css
<style>
span { border-color: #E8F29A; }
span { border-color: rgb(232,242,154); }
td.TdClassName
{
border-color: #E8F29A;
}
.TagClassName
{
border-color: #E8F29A;
}
</style>