Shades of Jonquil #E0EA8E
Tints of Jonquil #E0EA8E
RGB
CMYK
RGB Variations
Color information
#E0EA8E (or 0xE0EA8E) is known color: Jonquil. HEX triplet: E0, EA and 8E. RGB value is (224,234,142). Sum of RGB (Red+Green+Blue) = 224+234+142=600 (79% of max value = 765). Red value is 224 (87.89% from 255 or 37.33% from 600); Green value is 234 (91.80% from 255 or 39% from 600); Blue value is 142 (55.86% from 255 or 23.67% from 600); Max value from RGB is 234 - color contains mainly: green. Hex color #E0EA8E is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #E0EA8E is #1F1571. Grayscale: #DCDCDC. Windows color (decimal): -2037106 or 9366240. OLE color: 9366240.
HSL color Cylindrical-coordinate representation of color #E0EA8E: hue angle of 66.52º degrees, saturation: 0.69, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #E0EA8E is Cyan = 0.04, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 224 | 234 | 142 | - |
| CMYK | 0.04 | 0 | 0.39 | 0.08 |
| HSL | 66.52º | 0.69% | 0.74% | - |
| HSV(B) | 66.52º | 0.39% | 0.92% | - |
| XYZ | 65.05 | 76.65 | 36.96 | - |
| YUV | 220.52 | 83.69 | 130.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 234 | 142 | 0.04 | 0 | 0.39 | 0.08 | 66.52 | 0.69 | 0.74 |
| Hex | E0 | EA | 8E | 4 | 0 | 27 | 8 | 43 | 45 | 4A |
| Octal | 340 | 352 | 216 | 4 | 0 | 47 | 10 | 103 | 105 | 112 |
| Binary | 11100000 | 11101010 | 10001110 | 100 | 0 | 100111 | 1000 | 1000011 | 1000101 | 1001010 |
Color Harmonies of #E0EA8E
Complementary color
Monochromatic Colors of #E0EA8E
Black with #E0EA8E
Text Example
Text Example
White with #E0EA8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0EA8E; }
p { color: rgb(224,234,142); }
H1.HeaderClassName
{
color: #E0EA8E;
}
.AnyTagClassName
{
color: #E0EA8E;
}
</style>
background-color css
<style>
a { background-color: #E0EA8E; }
a { background-color: rgb(224,234,142); }
div.DivClassName
{
background-color: #E0EA8E;
}
.BgClassName
{
background-color: #E0EA8E;
}
</style>
border-color css
<style>
span { border-color: #E0EA8E; }
span { border-color: rgb(224,234,142); }
td.TdClassName
{
border-color: #E0EA8E;
}
.TagClassName
{
border-color: #E0EA8E;
}
</style>