Shades of Jonquil #E0EA95
Tints of Jonquil #E0EA95
RGB
CMYK
RGB Variations
Color information
#E0EA95 (or 0xE0EA95) is known color: Jonquil. HEX triplet: E0, EA and 95. RGB value is (224,234,149). Sum of RGB (Red+Green+Blue) = 224+234+149=607 (80% of max value = 765). Red value is 224 (87.89% from 255 or 36.90% from 607); Green value is 234 (91.80% from 255 or 38.55% from 607); Blue value is 149 (58.59% from 255 or 24.55% from 607); Max value from RGB is 234 - color contains mainly: green. Hex color #E0EA95 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #E0EA95 is #1F156A. Grayscale: #DDDDDD. Windows color (decimal): -2037099 or 9824992. OLE color: 9824992.
HSL color Cylindrical-coordinate representation of color #E0EA95: hue angle of 67.06º degrees, saturation: 0.67, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #E0EA95 is Cyan = 0.04, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 224 | 234 | 149 | - |
| CMYK | 0.04 | 0 | 0.36 | 0.08 |
| HSL | 67.06º | 0.67% | 0.75% | - |
| HSV(B) | 67.06º | 0.36% | 0.92% | - |
| XYZ | 65.59 | 76.86 | 39.81 | - |
| YUV | 221.32 | 87.19 | 129.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 234 | 149 | 0.04 | 0 | 0.36 | 0.08 | 67.06 | 0.67 | 0.75 |
| Hex | E0 | EA | 95 | 4 | 0 | 24 | 8 | 43 | 43 | 4B |
| Octal | 340 | 352 | 225 | 4 | 0 | 44 | 10 | 103 | 103 | 113 |
| Binary | 11100000 | 11101010 | 10010101 | 100 | 0 | 100100 | 1000 | 1000011 | 1000011 | 1001011 |
Color Harmonies of #E0EA95
Complementary color
Monochromatic Colors of #E0EA95
Black with #E0EA95
Text Example
Text Example
White with #E0EA95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0EA95; }
p { color: rgb(224,234,149); }
H1.HeaderClassName
{
color: #E0EA95;
}
.AnyTagClassName
{
color: #E0EA95;
}
</style>
background-color css
<style>
a { background-color: #E0EA95; }
a { background-color: rgb(224,234,149); }
div.DivClassName
{
background-color: #E0EA95;
}
.BgClassName
{
background-color: #E0EA95;
}
</style>
border-color css
<style>
span { border-color: #E0EA95; }
span { border-color: rgb(224,234,149); }
td.TdClassName
{
border-color: #E0EA95;
}
.TagClassName
{
border-color: #E0EA95;
}
</style>