Shades of Jonquil #E0E995
Tints of Jonquil #E0E995
RGB
CMYK
RGB Variations
Color information
#E0E995 (or 0xE0E995) is known color: Jonquil. HEX triplet: E0, E9 and 95. RGB value is (224,233,149). Sum of RGB (Red+Green+Blue) = 224+233+149=606 (80% of max value = 765). Red value is 224 (87.89% from 255 or 36.96% from 606); Green value is 233 (91.41% from 255 or 38.45% from 606); Blue value is 149 (58.59% from 255 or 24.59% from 606); Max value from RGB is 233 - color contains mainly: green. Hex color #E0E995 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #E0E995 is #1F166A. Grayscale: #DDDDDD. Windows color (decimal): -2037355 or 9824736. OLE color: 9824736.
HSL color Cylindrical-coordinate representation of color #E0E995: hue angle of 66.43º degrees, saturation: 0.66, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #E0E995 is Cyan = 0.04, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 224 | 233 | 149 | - |
| CMYK | 0.04 | 0 | 0.36 | 0.09 |
| HSL | 66.43º | 0.66% | 0.75% | - |
| HSV(B) | 66.43º | 0.36% | 0.91% | - |
| XYZ | 65.3 | 76.3 | 39.72 | - |
| YUV | 220.73 | 87.52 | 130.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 233 | 149 | 0.04 | 0 | 0.36 | 0.09 | 66.43 | 0.66 | 0.75 |
| Hex | E0 | E9 | 95 | 4 | 0 | 24 | 9 | 42 | 42 | 4B |
| Octal | 340 | 351 | 225 | 4 | 0 | 44 | 11 | 102 | 102 | 113 |
| Binary | 11100000 | 11101001 | 10010101 | 100 | 0 | 100100 | 1001 | 1000010 | 1000010 | 1001011 |
Color Harmonies of #E0E995
Complementary color
Monochromatic Colors of #E0E995
Black with #E0E995
Text Example
Text Example
White with #E0E995
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0E995; }
p { color: rgb(224,233,149); }
H1.HeaderClassName
{
color: #E0E995;
}
.AnyTagClassName
{
color: #E0E995;
}
</style>
background-color css
<style>
a { background-color: #E0E995; }
a { background-color: rgb(224,233,149); }
div.DivClassName
{
background-color: #E0E995;
}
.BgClassName
{
background-color: #E0E995;
}
</style>
border-color css
<style>
span { border-color: #E0E995; }
span { border-color: rgb(224,233,149); }
td.TdClassName
{
border-color: #E0E995;
}
.TagClassName
{
border-color: #E0E995;
}
</style>