Shades of Jonquil #EDF99A
Tints of Jonquil #EDF99A
RGB
CMYK
RGB Variations
Color information
#EDF99A (or 0xEDF99A) is known color: Jonquil. HEX triplet: ED, F9 and 9A. RGB value is (237,249,154). Sum of RGB (Red+Green+Blue) = 237+249+154=640 (84% of max value = 765). Red value is 237 (92.97% from 255 or 37.03% from 640); Green value is 249 (97.66% from 255 or 38.91% from 640); Blue value is 154 (60.55% from 255 or 24.06% from 640); Max value from RGB is 249 - color contains mainly: green. Hex color #EDF99A is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EDF99A is #120665. Grayscale: #EAEAEA. Windows color (decimal): -1181286 or 10156525. OLE color: 10156525.
HSL color Cylindrical-coordinate representation of color #EDF99A: hue angle of 67.58º degrees, saturation: 0.89, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #EDF99A is Cyan = 0.05, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.02.
Color convert
RGB | 237 | 249 | 154 | - |
CMYK | 0.05 | 0 | 0.38 | 0.02 |
HSL | 67.58º | 0.89% | 0.79% | - |
HSV(B) | 67.58º | 0.38% | 0.98% | - |
XYZ | 74.63 | 88.09 | 43.64 | - |
YUV | 234.58 | 82.52 | 129.72 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 237 | 249 | 154 | 0.05 | 0 | 0.38 | 0.02 | 67.58 | 0.89 | 0.79 |
Hex | ED | F9 | 9A | 5 | 0 | 26 | 2 | 44 | 59 | 4F |
Octal | 355 | 371 | 232 | 5 | 0 | 46 | 2 | 104 | 131 | 117 |
Binary | 11101101 | 11111001 | 10011010 | 101 | 0 | 100110 | 10 | 1000100 | 1011001 | 1001111 |
Color Harmonies of #EDF99A
Complementary color
Monochromatic Colors of #EDF99A
Black with #EDF99A
Text Example
Text Example
White with #EDF99A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDF99A; }
p { color: rgb(237,249,154); }
H1.HeaderClassName
{
color: #EDF99A;
}
.AnyTagClassName
{
color: #EDF99A;
}
</style>
background-color css
<style>
a { background-color: #EDF99A; }
a { background-color: rgb(237,249,154); }
div.DivClassName
{
background-color: #EDF99A;
}
.BgClassName
{
background-color: #EDF99A;
}
</style>
border-color css
<style>
span { border-color: #EDF99A; }
span { border-color: rgb(237,249,154); }
td.TdClassName
{
border-color: #EDF99A;
}
.TagClassName
{
border-color: #EDF99A;
}
</style>