Shades of Jonquil #E1F29B
Tints of Jonquil #E1F29B
RGB
CMYK
RGB Variations
Color information
#E1F29B (or 0xE1F29B) is known color: Jonquil. HEX triplet: E1, F2 and 9B. RGB value is (225,242,155). Sum of RGB (Red+Green+Blue) = 225+242+155=622 (82% of max value = 765). Red value is 225 (88.28% from 255 or 36.17% from 622); Green value is 242 (94.92% from 255 or 38.91% from 622); Blue value is 155 (60.94% from 255 or 24.92% from 622); Max value from RGB is 242 - color contains mainly: green. Hex color #E1F29B is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #E1F29B is #1E0D64. Grayscale: #E3E3E3. Windows color (decimal): -1969509 or 10220257. OLE color: 10220257.
HSL color Cylindrical-coordinate representation of color #E1F29B: hue angle of 71.72º 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 #E1F29B is Cyan = 0.07, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 225 | 242 | 155 | - |
| CMYK | 0.07 | 0 | 0.36 | 0.05 |
| HSL | 71.72º | 0.77% | 0.78% | - |
| HSV(B) | 71.72º | 0.36% | 0.95% | - |
| XYZ | 68.72 | 81.88 | 43.19 | - |
| YUV | 227 | 87.37 | 126.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 242 | 155 | 0.07 | 0 | 0.36 | 0.05 | 71.72 | 0.77 | 0.78 |
| Hex | E1 | F2 | 9B | 7 | 0 | 24 | 5 | 48 | 4D | 4E |
| Octal | 341 | 362 | 233 | 7 | 0 | 44 | 5 | 110 | 115 | 116 |
| Binary | 11100001 | 11110010 | 10011011 | 111 | 0 | 100100 | 101 | 1001000 | 1001101 | 1001110 |
Color Harmonies of #E1F29B
Complementary color
Monochromatic Colors of #E1F29B
Black with #E1F29B
Text Example
Text Example
White with #E1F29B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1F29B; }
p { color: rgb(225,242,155); }
H1.HeaderClassName
{
color: #E1F29B;
}
.AnyTagClassName
{
color: #E1F29B;
}
</style>
background-color css
<style>
a { background-color: #E1F29B; }
a { background-color: rgb(225,242,155); }
div.DivClassName
{
background-color: #E1F29B;
}
.BgClassName
{
background-color: #E1F29B;
}
</style>
border-color css
<style>
span { border-color: #E1F29B; }
span { border-color: rgb(225,242,155); }
td.TdClassName
{
border-color: #E1F29B;
}
.TagClassName
{
border-color: #E1F29B;
}
</style>