Shades of Jonquil #EDF18E
Tints of Jonquil #EDF18E
RGB
CMYK
RGB Variations
Color information
#EDF18E (or 0xEDF18E) is known color: Jonquil. HEX triplet: ED, F1 and 8E. RGB value is (237,241,142). Sum of RGB (Red+Green+Blue) = 237+241+142=620 (82% of max value = 765). Red value is 237 (92.97% from 255 or 38.23% from 620); Green value is 241 (94.53% from 255 or 38.87% from 620); Blue value is 142 (55.86% from 255 or 22.90% from 620); Max value from RGB is 241 - color contains mainly: green. Hex color #EDF18E is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EDF18E is #120E71. Grayscale: #E4E4E4. Windows color (decimal): -1183346 or 9368045. OLE color: 9368045.
HSL color Cylindrical-coordinate representation of color #EDF18E: hue angle of 62.42º degrees, saturation: 0.78, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #EDF18E is Cyan = 0.02, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 237 | 241 | 142 | - |
| CMYK | 0.02 | 0 | 0.41 | 0.05 |
| HSL | 62.42º | 0.78% | 0.75% | - |
| HSV(B) | 62.42º | 0.41% | 0.95% | - |
| XYZ | 71.26 | 82.87 | 37.83 | - |
| YUV | 228.52 | 79.17 | 134.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 241 | 142 | 0.02 | 0 | 0.41 | 0.05 | 62.42 | 0.78 | 0.75 |
| Hex | ED | F1 | 8E | 2 | 0 | 29 | 5 | 3E | 4E | 4B |
| Octal | 355 | 361 | 216 | 2 | 0 | 51 | 5 | 76 | 116 | 113 |
| Binary | 11101101 | 11110001 | 10001110 | 10 | 0 | 101001 | 101 | 111110 | 1001110 | 1001011 |
Color Harmonies of #EDF18E
Complementary color
Monochromatic Colors of #EDF18E
Black with #EDF18E
Text Example
Text Example
White with #EDF18E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDF18E; }
p { color: rgb(237,241,142); }
H1.HeaderClassName
{
color: #EDF18E;
}
.AnyTagClassName
{
color: #EDF18E;
}
</style>
background-color css
<style>
a { background-color: #EDF18E; }
a { background-color: rgb(237,241,142); }
div.DivClassName
{
background-color: #EDF18E;
}
.BgClassName
{
background-color: #EDF18E;
}
</style>
border-color css
<style>
span { border-color: #EDF18E; }
span { border-color: rgb(237,241,142); }
td.TdClassName
{
border-color: #EDF18E;
}
.TagClassName
{
border-color: #EDF18E;
}
</style>