Shades of Jonquil #EDEF9B
Tints of Jonquil #EDEF9B
RGB
CMYK
RGB Variations
Color information
#EDEF9B (or 0xEDEF9B) is known color: Jonquil. HEX triplet: ED, EF and 9B. RGB value is (237,239,155). Sum of RGB (Red+Green+Blue) = 237+239+155=631 (83% of max value = 765). Red value is 237 (92.97% from 255 or 37.56% from 631); Green value is 239 (93.75% from 255 or 37.88% from 631); Blue value is 155 (60.94% from 255 or 24.56% from 631); Max value from RGB is 239 - color contains mainly: green. Hex color #EDEF9B is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EDEF9B is #121064. Grayscale: #E5E5E5. Windows color (decimal): -1183845 or 10219501. OLE color: 10219501.
HSL color Cylindrical-coordinate representation of color #EDEF9B: hue angle of 61.43º degrees, saturation: 0.72, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #EDEF9B is Cyan = 0.01, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 237 | 239 | 155 | - |
| CMYK | 0.01 | 0 | 0.35 | 0.06 |
| HSL | 61.43º | 0.72% | 0.77% | - |
| HSV(B) | 61.43º | 0.35% | 0.94% | - |
| XYZ | 71.71 | 82.1 | 43.08 | - |
| YUV | 228.83 | 86.34 | 133.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 239 | 155 | 0.01 | 0 | 0.35 | 0.06 | 61.43 | 0.72 | 0.77 |
| Hex | ED | EF | 9B | 1 | 0 | 23 | 6 | 3D | 48 | 4D |
| Octal | 355 | 357 | 233 | 1 | 0 | 43 | 6 | 75 | 110 | 115 |
| Binary | 11101101 | 11101111 | 10011011 | 1 | 0 | 100011 | 110 | 111101 | 1001000 | 1001101 |
Color Harmonies of #EDEF9B
Complementary color
Monochromatic Colors of #EDEF9B
Black with #EDEF9B
Text Example
Text Example
White with #EDEF9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDEF9B; }
p { color: rgb(237,239,155); }
H1.HeaderClassName
{
color: #EDEF9B;
}
.AnyTagClassName
{
color: #EDEF9B;
}
</style>
background-color css
<style>
a { background-color: #EDEF9B; }
a { background-color: rgb(237,239,155); }
div.DivClassName
{
background-color: #EDEF9B;
}
.BgClassName
{
background-color: #EDEF9B;
}
</style>
border-color css
<style>
span { border-color: #EDEF9B; }
span { border-color: rgb(237,239,155); }
td.TdClassName
{
border-color: #EDEF9B;
}
.TagClassName
{
border-color: #EDEF9B;
}
</style>