Shades of Jonquil #EDF69A
Tints of Jonquil #EDF69A
RGB
CMYK
RGB Variations
Color information
#EDF69A (or 0xEDF69A) is known color: Jonquil. HEX triplet: ED, F6 and 9A. RGB value is (237,246,154). Sum of RGB (Red+Green+Blue) = 237+246+154=637 (84% of max value = 765). Red value is 237 (92.97% from 255 or 37.21% from 637); Green value is 246 (96.48% from 255 or 38.62% from 637); Blue value is 154 (60.55% from 255 or 24.18% from 637); Max value from RGB is 246 - color contains mainly: green. Hex color #EDF69A is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EDF69A is #120965. Grayscale: #E9E9E9. Windows color (decimal): -1182054 or 10155757. OLE color: 10155757.
HSL color Cylindrical-coordinate representation of color #EDF69A: hue angle of 65.87º degrees, saturation: 0.84, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #EDF69A is Cyan = 0.04, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 237 | 246 | 154 | - |
| CMYK | 0.04 | 0 | 0.37 | 0.04 |
| HSL | 65.87º | 0.84% | 0.78% | - |
| HSV(B) | 65.87º | 0.37% | 0.96% | - |
| XYZ | 73.71 | 86.25 | 43.33 | - |
| YUV | 232.82 | 83.52 | 130.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 246 | 154 | 0.04 | 0 | 0.37 | 0.04 | 65.87 | 0.84 | 0.78 |
| Hex | ED | F6 | 9A | 4 | 0 | 25 | 4 | 42 | 54 | 4E |
| Octal | 355 | 366 | 232 | 4 | 0 | 45 | 4 | 102 | 124 | 116 |
| Binary | 11101101 | 11110110 | 10011010 | 100 | 0 | 100101 | 100 | 1000010 | 1010100 | 1001110 |
Color Harmonies of #EDF69A
Complementary color
Monochromatic Colors of #EDF69A
Black with #EDF69A
Text Example
Text Example
White with #EDF69A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDF69A; }
p { color: rgb(237,246,154); }
H1.HeaderClassName
{
color: #EDF69A;
}
.AnyTagClassName
{
color: #EDF69A;
}
</style>
background-color css
<style>
a { background-color: #EDF69A; }
a { background-color: rgb(237,246,154); }
div.DivClassName
{
background-color: #EDF69A;
}
.BgClassName
{
background-color: #EDF69A;
}
</style>
border-color css
<style>
span { border-color: #EDF69A; }
span { border-color: rgb(237,246,154); }
td.TdClassName
{
border-color: #EDF69A;
}
.TagClassName
{
border-color: #EDF69A;
}
</style>