Shades of Jonquil #E1EC95
Tints of Jonquil #E1EC95
RGB
CMYK
RGB Variations
Color information
#E1EC95 (or 0xE1EC95) is known color: Jonquil. HEX triplet: E1, EC and 95. RGB value is (225,236,149). Sum of RGB (Red+Green+Blue) = 225+236+149=610 (80% of max value = 765). Red value is 225 (88.28% from 255 or 36.89% from 610); Green value is 236 (92.58% from 255 or 38.69% from 610); Blue value is 149 (58.59% from 255 or 24.43% from 610); Max value from RGB is 236 - color contains mainly: green. Hex color #E1EC95 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #E1EC95 is #1E136A. Grayscale: #DFDFDF. Windows color (decimal): -1971051 or 9825505. OLE color: 9825505.
HSL color Cylindrical-coordinate representation of color #E1EC95: hue angle of 67.59º degrees, saturation: 0.7, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #E1EC95 is Cyan = 0.05, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 225 | 236 | 149 | - |
| CMYK | 0.05 | 0 | 0.37 | 0.07 |
| HSL | 67.59º | 0.7% | 0.75% | - |
| HSV(B) | 67.59º | 0.37% | 0.93% | - |
| XYZ | 66.47 | 78.17 | 40.02 | - |
| YUV | 222.79 | 86.36 | 129.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 236 | 149 | 0.05 | 0 | 0.37 | 0.07 | 67.59 | 0.7 | 0.75 |
| Hex | E1 | EC | 95 | 5 | 0 | 25 | 7 | 44 | 46 | 4B |
| Octal | 341 | 354 | 225 | 5 | 0 | 45 | 7 | 104 | 106 | 113 |
| Binary | 11100001 | 11101100 | 10010101 | 101 | 0 | 100101 | 111 | 1000100 | 1000110 | 1001011 |
Color Harmonies of #E1EC95
Complementary color
Monochromatic Colors of #E1EC95
Black with #E1EC95
Text Example
Text Example
White with #E1EC95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1EC95; }
p { color: rgb(225,236,149); }
H1.HeaderClassName
{
color: #E1EC95;
}
.AnyTagClassName
{
color: #E1EC95;
}
</style>
background-color css
<style>
a { background-color: #E1EC95; }
a { background-color: rgb(225,236,149); }
div.DivClassName
{
background-color: #E1EC95;
}
.BgClassName
{
background-color: #E1EC95;
}
</style>
border-color css
<style>
span { border-color: #E1EC95; }
span { border-color: rgb(225,236,149); }
td.TdClassName
{
border-color: #E1EC95;
}
.TagClassName
{
border-color: #E1EC95;
}
</style>