Shades of Jonquil #E2EC96
Tints of Jonquil #E2EC96
RGB
CMYK
RGB Variations
Color information
#E2EC96 (or 0xE2EC96) is known color: Jonquil. HEX triplet: E2, EC and 96. RGB value is (226,236,150). Sum of RGB (Red+Green+Blue) = 226+236+150=612 (81% of max value = 765). Red value is 226 (88.67% from 255 or 36.93% from 612); Green value is 236 (92.58% from 255 or 38.56% from 612); Blue value is 150 (58.98% from 255 or 24.51% from 612); Max value from RGB is 236 - color contains mainly: green. Hex color #E2EC96 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #E2EC96 is #1D1369. Grayscale: #DFDFDF. Windows color (decimal): -1905514 or 9891042. OLE color: 9891042.
HSL color Cylindrical-coordinate representation of color #E2EC96: hue angle of 66.98º degrees, saturation: 0.69, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #E2EC96 is Cyan = 0.04, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 226 | 236 | 150 | - |
| CMYK | 0.04 | 0 | 0.36 | 0.07 |
| HSL | 66.98º | 0.69% | 0.76% | - |
| HSV(B) | 66.98º | 0.36% | 0.93% | - |
| XYZ | 66.86 | 78.36 | 40.46 | - |
| YUV | 223.21 | 86.69 | 129.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 236 | 150 | 0.04 | 0 | 0.36 | 0.07 | 66.98 | 0.69 | 0.76 |
| Hex | E2 | EC | 96 | 4 | 0 | 24 | 7 | 43 | 45 | 4C |
| Octal | 342 | 354 | 226 | 4 | 0 | 44 | 7 | 103 | 105 | 114 |
| Binary | 11100010 | 11101100 | 10010110 | 100 | 0 | 100100 | 111 | 1000011 | 1000101 | 1001100 |
Color Harmonies of #E2EC96
Complementary color
Monochromatic Colors of #E2EC96
Black with #E2EC96
Text Example
Text Example
White with #E2EC96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2EC96; }
p { color: rgb(226,236,150); }
H1.HeaderClassName
{
color: #E2EC96;
}
.AnyTagClassName
{
color: #E2EC96;
}
</style>
background-color css
<style>
a { background-color: #E2EC96; }
a { background-color: rgb(226,236,150); }
div.DivClassName
{
background-color: #E2EC96;
}
.BgClassName
{
background-color: #E2EC96;
}
</style>
border-color css
<style>
span { border-color: #E2EC96; }
span { border-color: rgb(226,236,150); }
td.TdClassName
{
border-color: #E2EC96;
}
.TagClassName
{
border-color: #E2EC96;
}
</style>