Shades of Jonquil #E2EE95
Tints of Jonquil #E2EE95
RGB
CMYK
RGB Variations
Color information
#E2EE95 (or 0xE2EE95) is known color: Jonquil. HEX triplet: E2, EE and 95. RGB value is (226,238,149). Sum of RGB (Red+Green+Blue) = 226+238+149=613 (81% of max value = 765). Red value is 226 (88.67% from 255 or 36.87% from 613); Green value is 238 (93.36% from 255 or 38.83% from 613); Blue value is 149 (58.59% from 255 or 24.31% from 613); Max value from RGB is 238 - color contains mainly: green. Hex color #E2EE95 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #E2EE95 is #1D116A. Grayscale: #E0E0E0. Windows color (decimal): -1905003 or 9826018. OLE color: 9826018.
HSL color Cylindrical-coordinate representation of color #E2EE95: hue angle of 68.09º degrees, saturation: 0.72, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #E2EE95 is Cyan = 0.05, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 226 | 238 | 149 | - |
| CMYK | 0.05 | 0 | 0.37 | 0.07 |
| HSL | 68.09º | 0.72% | 0.76% | - |
| HSV(B) | 68.09º | 0.37% | 0.93% | - |
| XYZ | 67.36 | 79.49 | 40.23 | - |
| YUV | 224.27 | 85.52 | 129.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 238 | 149 | 0.05 | 0 | 0.37 | 0.07 | 68.09 | 0.72 | 0.76 |
| Hex | E2 | EE | 95 | 5 | 0 | 25 | 7 | 44 | 48 | 4C |
| Octal | 342 | 356 | 225 | 5 | 0 | 45 | 7 | 104 | 110 | 114 |
| Binary | 11100010 | 11101110 | 10010101 | 101 | 0 | 100101 | 111 | 1000100 | 1001000 | 1001100 |
Color Harmonies of #E2EE95
Complementary color
Monochromatic Colors of #E2EE95
Black with #E2EE95
Text Example
Text Example
White with #E2EE95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2EE95; }
p { color: rgb(226,238,149); }
H1.HeaderClassName
{
color: #E2EE95;
}
.AnyTagClassName
{
color: #E2EE95;
}
</style>
background-color css
<style>
a { background-color: #E2EE95; }
a { background-color: rgb(226,238,149); }
div.DivClassName
{
background-color: #E2EE95;
}
.BgClassName
{
background-color: #E2EE95;
}
</style>
border-color css
<style>
span { border-color: #E2EE95; }
span { border-color: rgb(226,238,149); }
td.TdClassName
{
border-color: #E2EE95;
}
.TagClassName
{
border-color: #E2EE95;
}
</style>