Shades of Jonquil #E0EE95
Tints of Jonquil #E0EE95
RGB
CMYK
RGB Variations
Color information
#E0EE95 (or 0xE0EE95) is known color: Jonquil. HEX triplet: E0, EE and 95. RGB value is (224,238,149). Sum of RGB (Red+Green+Blue) = 224+238+149=611 (80% of max value = 765). Red value is 224 (87.89% from 255 or 36.66% from 611); Green value is 238 (93.36% from 255 or 38.95% from 611); Blue value is 149 (58.59% from 255 or 24.39% from 611); Max value from RGB is 238 - color contains mainly: green. Hex color #E0EE95 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #E0EE95 is #1F116A. Grayscale: #E0E0E0. Windows color (decimal): -2036075 or 9826016. OLE color: 9826016.
HSL color Cylindrical-coordinate representation of color #E0EE95: hue angle of 69.44º 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 #E0EE95 is Cyan = 0.06, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 224 | 238 | 149 | - |
| CMYK | 0.06 | 0 | 0.37 | 0.07 |
| HSL | 69.44º | 0.72% | 0.76% | - |
| HSV(B) | 69.44º | 0.37% | 0.93% | - |
| XYZ | 66.74 | 79.17 | 40.2 | - |
| YUV | 223.67 | 85.86 | 128.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 238 | 149 | 0.06 | 0 | 0.37 | 0.07 | 69.44 | 0.72 | 0.76 |
| Hex | E0 | EE | 95 | 6 | 0 | 25 | 7 | 45 | 48 | 4C |
| Octal | 340 | 356 | 225 | 6 | 0 | 45 | 7 | 105 | 110 | 114 |
| Binary | 11100000 | 11101110 | 10010101 | 110 | 0 | 100101 | 111 | 1000101 | 1001000 | 1001100 |
Color Harmonies of #E0EE95
Complementary color
Monochromatic Colors of #E0EE95
Black with #E0EE95
Text Example
Text Example
White with #E0EE95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0EE95; }
p { color: rgb(224,238,149); }
H1.HeaderClassName
{
color: #E0EE95;
}
.AnyTagClassName
{
color: #E0EE95;
}
</style>
background-color css
<style>
a { background-color: #E0EE95; }
a { background-color: rgb(224,238,149); }
div.DivClassName
{
background-color: #E0EE95;
}
.BgClassName
{
background-color: #E0EE95;
}
</style>
border-color css
<style>
span { border-color: #E0EE95; }
span { border-color: rgb(224,238,149); }
td.TdClassName
{
border-color: #E0EE95;
}
.TagClassName
{
border-color: #E0EE95;
}
</style>