Shades of Jonquil #EDF09A
Tints of Jonquil #EDF09A
RGB
CMYK
RGB Variations
Color information
#EDF09A (or 0xEDF09A) is known color: Jonquil. HEX triplet: ED, F0 and 9A. RGB value is (237,240,154). Sum of RGB (Red+Green+Blue) = 237+240+154=631 (83% of max value = 765). Red value is 237 (92.97% from 255 or 37.56% from 631); Green value is 240 (94.14% from 255 or 38.03% from 631); Blue value is 154 (60.55% from 255 or 24.41% from 631); Max value from RGB is 240 - color contains mainly: green. Hex color #EDF09A is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EDF09A is #120F65. Grayscale: #E5E5E5. Windows color (decimal): -1183590 or 10154221. OLE color: 10154221.
HSL color Cylindrical-coordinate representation of color #EDF09A: hue angle of 62.09º degrees, saturation: 0.74, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #EDF09A is Cyan = 0.01, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 237 | 240 | 154 | - |
| CMYK | 0.01 | 0 | 0.36 | 0.06 |
| HSL | 62.09º | 0.74% | 0.77% | - |
| HSV(B) | 62.09º | 0.36% | 0.94% | - |
| XYZ | 71.92 | 82.66 | 42.74 | - |
| YUV | 229.3 | 85.51 | 133.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 240 | 154 | 0.01 | 0 | 0.36 | 0.06 | 62.09 | 0.74 | 0.77 |
| Hex | ED | F0 | 9A | 1 | 0 | 24 | 6 | 3E | 4A | 4D |
| Octal | 355 | 360 | 232 | 1 | 0 | 44 | 6 | 76 | 112 | 115 |
| Binary | 11101101 | 11110000 | 10011010 | 1 | 0 | 100100 | 110 | 111110 | 1001010 | 1001101 |
Color Harmonies of #EDF09A
Complementary color
Monochromatic Colors of #EDF09A
Black with #EDF09A
Text Example
Text Example
White with #EDF09A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDF09A; }
p { color: rgb(237,240,154); }
H1.HeaderClassName
{
color: #EDF09A;
}
.AnyTagClassName
{
color: #EDF09A;
}
</style>
background-color css
<style>
a { background-color: #EDF09A; }
a { background-color: rgb(237,240,154); }
div.DivClassName
{
background-color: #EDF09A;
}
.BgClassName
{
background-color: #EDF09A;
}
</style>
border-color css
<style>
span { border-color: #EDF09A; }
span { border-color: rgb(237,240,154); }
td.TdClassName
{
border-color: #EDF09A;
}
.TagClassName
{
border-color: #EDF09A;
}
</style>