Shades of Jonquil #E0ED8A
Tints of Jonquil #E0ED8A
RGB
CMYK
RGB Variations
Color information
#E0ED8A (or 0xE0ED8A) is known color: Jonquil. HEX triplet: E0, ED and 8A. RGB value is (224,237,138). Sum of RGB (Red+Green+Blue) = 224+237+138=599 (79% of max value = 765). Red value is 224 (87.89% from 255 or 37.40% from 599); Green value is 237 (92.97% from 255 or 39.57% from 599); Blue value is 138 (54.30% from 255 or 23.04% from 599); Max value from RGB is 237 - color contains mainly: green. Hex color #E0ED8A is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #E0ED8A is #1F1275. Grayscale: #DEDEDE. Windows color (decimal): -2036342 or 9104864. OLE color: 9104864.
HSL color Cylindrical-coordinate representation of color #E0ED8A: hue angle of 67.88º degrees, saturation: 0.73, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #E0ED8A is Cyan = 0.05, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 224 | 237 | 138 | - |
| CMYK | 0.05 | 0 | 0.42 | 0.07 |
| HSL | 67.88º | 0.73% | 0.74% | - |
| HSV(B) | 67.88º | 0.42% | 0.93% | - |
| XYZ | 65.61 | 78.25 | 35.69 | - |
| YUV | 221.83 | 80.69 | 129.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 237 | 138 | 0.05 | 0 | 0.42 | 0.07 | 67.88 | 0.73 | 0.74 |
| Hex | E0 | ED | 8A | 5 | 0 | 2A | 7 | 44 | 49 | 4A |
| Octal | 340 | 355 | 212 | 5 | 0 | 52 | 7 | 104 | 111 | 112 |
| Binary | 11100000 | 11101101 | 10001010 | 101 | 0 | 101010 | 111 | 1000100 | 1001001 | 1001010 |
Color Harmonies of #E0ED8A
Complementary color
Monochromatic Colors of #E0ED8A
Black with #E0ED8A
Text Example
Text Example
White with #E0ED8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0ED8A; }
p { color: rgb(224,237,138); }
H1.HeaderClassName
{
color: #E0ED8A;
}
.AnyTagClassName
{
color: #E0ED8A;
}
</style>
background-color css
<style>
a { background-color: #E0ED8A; }
a { background-color: rgb(224,237,138); }
div.DivClassName
{
background-color: #E0ED8A;
}
.BgClassName
{
background-color: #E0ED8A;
}
</style>
border-color css
<style>
span { border-color: #E0ED8A; }
span { border-color: rgb(224,237,138); }
td.TdClassName
{
border-color: #E0ED8A;
}
.TagClassName
{
border-color: #E0ED8A;
}
</style>