Shades of Jonquil #E1F69A
Tints of Jonquil #E1F69A
RGB
CMYK
RGB Variations
Color information
#E1F69A (or 0xE1F69A) is known color: Jonquil. HEX triplet: E1, F6 and 9A. RGB value is (225,246,154). Sum of RGB (Red+Green+Blue) = 225+246+154=625 (82% of max value = 765). Red value is 225 (88.28% from 255 or 36% from 625); Green value is 246 (96.48% from 255 or 39.36% from 625); Blue value is 154 (60.55% from 255 or 24.64% from 625); Max value from RGB is 246 - color contains mainly: green. Hex color #E1F69A is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #E1F69A is #1E0965. Grayscale: #E5E5E5. Windows color (decimal): -1968486 or 10155745. OLE color: 10155745.
HSL color Cylindrical-coordinate representation of color #E1F69A: hue angle of 73.7º degrees, saturation: 0.84, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #E1F69A is Cyan = 0.09, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 225 | 246 | 154 | - |
| CMYK | 0.09 | 0 | 0.37 | 0.04 |
| HSL | 73.7º | 0.84% | 0.78% | - |
| HSV(B) | 73.7º | 0.37% | 0.96% | - |
| XYZ | 69.84 | 84.25 | 43.15 | - |
| YUV | 229.23 | 85.54 | 124.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 246 | 154 | 0.09 | 0 | 0.37 | 0.04 | 73.7 | 0.84 | 0.78 |
| Hex | E1 | F6 | 9A | 9 | 0 | 25 | 4 | 4A | 54 | 4E |
| Octal | 341 | 366 | 232 | 11 | 0 | 45 | 4 | 112 | 124 | 116 |
| Binary | 11100001 | 11110110 | 10011010 | 1001 | 0 | 100101 | 100 | 1001010 | 1010100 | 1001110 |
Color Harmonies of #E1F69A
Complementary color
Monochromatic Colors of #E1F69A
Black with #E1F69A
Text Example
Text Example
White with #E1F69A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1F69A; }
p { color: rgb(225,246,154); }
H1.HeaderClassName
{
color: #E1F69A;
}
.AnyTagClassName
{
color: #E1F69A;
}
</style>
background-color css
<style>
a { background-color: #E1F69A; }
a { background-color: rgb(225,246,154); }
div.DivClassName
{
background-color: #E1F69A;
}
.BgClassName
{
background-color: #E1F69A;
}
</style>
border-color css
<style>
span { border-color: #E1F69A; }
span { border-color: rgb(225,246,154); }
td.TdClassName
{
border-color: #E1F69A;
}
.TagClassName
{
border-color: #E1F69A;
}
</style>