Shades of Jonquil #EDEF8C
Tints of Jonquil #EDEF8C
RGB
CMYK
RGB Variations
Color information
#EDEF8C (or 0xEDEF8C) is known color: Jonquil. HEX triplet: ED, EF and 8C. RGB value is (237,239,140). Sum of RGB (Red+Green+Blue) = 237+239+140=616 (81% of max value = 765). Red value is 237 (92.97% from 255 or 38.47% from 616); Green value is 239 (93.75% from 255 or 38.80% from 616); Blue value is 140 (55.08% from 255 or 22.73% from 616); Max value from RGB is 239 - color contains mainly: green. Hex color #EDEF8C is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EDEF8C is #121073. Grayscale: #E3E3E3. Windows color (decimal): -1183860 or 9236461. OLE color: 9236461.
HSL color Cylindrical-coordinate representation of color #EDEF8C: hue angle of 61.21º degrees, saturation: 0.76, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #EDEF8C is Cyan = 0.01, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 237 | 239 | 140 | - |
| CMYK | 0.01 | 0 | 0.41 | 0.06 |
| HSL | 61.21º | 0.76% | 0.74% | - |
| HSV(B) | 61.21º | 0.41% | 0.94% | - |
| XYZ | 70.53 | 81.63 | 36.85 | - |
| YUV | 227.12 | 78.84 | 135.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 239 | 140 | 0.01 | 0 | 0.41 | 0.06 | 61.21 | 0.76 | 0.74 |
| Hex | ED | EF | 8C | 1 | 0 | 29 | 6 | 3D | 4C | 4A |
| Octal | 355 | 357 | 214 | 1 | 0 | 51 | 6 | 75 | 114 | 112 |
| Binary | 11101101 | 11101111 | 10001100 | 1 | 0 | 101001 | 110 | 111101 | 1001100 | 1001010 |
Color Harmonies of #EDEF8C
Complementary color
Monochromatic Colors of #EDEF8C
Black with #EDEF8C
Text Example
Text Example
White with #EDEF8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDEF8C; }
p { color: rgb(237,239,140); }
H1.HeaderClassName
{
color: #EDEF8C;
}
.AnyTagClassName
{
color: #EDEF8C;
}
</style>
background-color css
<style>
a { background-color: #EDEF8C; }
a { background-color: rgb(237,239,140); }
div.DivClassName
{
background-color: #EDEF8C;
}
.BgClassName
{
background-color: #EDEF8C;
}
</style>
border-color css
<style>
span { border-color: #EDEF8C; }
span { border-color: rgb(237,239,140); }
td.TdClassName
{
border-color: #EDEF8C;
}
.TagClassName
{
border-color: #EDEF8C;
}
</style>