Shades of Jonquil #EDEE8D
Tints of Jonquil #EDEE8D
RGB
CMYK
RGB Variations
Color information
#EDEE8D (or 0xEDEE8D) is known color: Jonquil. HEX triplet: ED, EE and 8D. RGB value is (237,238,141). Sum of RGB (Red+Green+Blue) = 237+238+141=616 (81% of max value = 765). Red value is 237 (92.97% from 255 or 38.47% from 616); Green value is 238 (93.36% from 255 or 38.64% from 616); Blue value is 141 (55.47% from 255 or 22.89% from 616); Max value from RGB is 238 - color contains mainly: green. Hex color #EDEE8D is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EDEE8D is #121172. Grayscale: #E3E3E3. Windows color (decimal): -1184115 or 9301741. OLE color: 9301741.
HSL color Cylindrical-coordinate representation of color #EDEE8D: hue angle of 60.62º degrees, saturation: 0.74, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #EDEE8D is Cyan = 0.00, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 238 | 141 | - |
| CMYK | 0.00 | 0 | 0.41 | 0.07 |
| HSL | 60.62º | 0.74% | 0.74% | - |
| HSV(B) | 60.62º | 0.41% | 0.93% | - |
| XYZ | 70.31 | 81.08 | 37.14 | - |
| YUV | 226.64 | 79.67 | 135.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 238 | 141 | 0.00 | 0 | 0.41 | 0.07 | 60.62 | 0.74 | 0.74 |
| Hex | ED | EE | 8D | 0 | 0 | 29 | 7 | 3D | 4A | 4A |
| Octal | 355 | 356 | 215 | 0 | 0 | 51 | 7 | 75 | 112 | 112 |
| Binary | 11101101 | 11101110 | 10001101 | 0 | 0 | 101001 | 111 | 111101 | 1001010 | 1001010 |
Color Harmonies of #EDEE8D
Complementary color
Monochromatic Colors of #EDEE8D
Black with #EDEE8D
Text Example
Text Example
White with #EDEE8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDEE8D; }
p { color: rgb(237,238,141); }
H1.HeaderClassName
{
color: #EDEE8D;
}
.AnyTagClassName
{
color: #EDEE8D;
}
</style>
background-color css
<style>
a { background-color: #EDEE8D; }
a { background-color: rgb(237,238,141); }
div.DivClassName
{
background-color: #EDEE8D;
}
.BgClassName
{
background-color: #EDEE8D;
}
</style>
border-color css
<style>
span { border-color: #EDEE8D; }
span { border-color: rgb(237,238,141); }
td.TdClassName
{
border-color: #EDEE8D;
}
.TagClassName
{
border-color: #EDEE8D;
}
</style>