Shades of Jonquil #EDF29A
Tints of Jonquil #EDF29A
RGB
CMYK
RGB Variations
Color information
#EDF29A (or 0xEDF29A) is known color: Jonquil. HEX triplet: ED, F2 and 9A. RGB value is (237,242,154). Sum of RGB (Red+Green+Blue) = 237+242+154=633 (83% of max value = 765). Red value is 237 (92.97% from 255 or 37.44% from 633); Green value is 242 (94.92% from 255 or 38.23% from 633); Blue value is 154 (60.55% from 255 or 24.33% from 633); Max value from RGB is 242 - color contains mainly: green. Hex color #EDF29A is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EDF29A is #120D65. Grayscale: #E6E6E6. Windows color (decimal): -1183078 or 10154733. OLE color: 10154733.
HSL color Cylindrical-coordinate representation of color #EDF29A: hue angle of 63.41º degrees, saturation: 0.77, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #EDF29A is Cyan = 0.02, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 237 | 242 | 154 | - |
| CMYK | 0.02 | 0 | 0.36 | 0.05 |
| HSL | 63.41º | 0.77% | 0.78% | - |
| HSV(B) | 63.41º | 0.36% | 0.95% | - |
| XYZ | 72.51 | 83.84 | 42.93 | - |
| YUV | 230.47 | 84.84 | 132.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 242 | 154 | 0.02 | 0 | 0.36 | 0.05 | 63.41 | 0.77 | 0.78 |
| Hex | ED | F2 | 9A | 2 | 0 | 24 | 5 | 3F | 4D | 4E |
| Octal | 355 | 362 | 232 | 2 | 0 | 44 | 5 | 77 | 115 | 116 |
| Binary | 11101101 | 11110010 | 10011010 | 10 | 0 | 100100 | 101 | 111111 | 1001101 | 1001110 |
Color Harmonies of #EDF29A
Complementary color
Monochromatic Colors of #EDF29A
Black with #EDF29A
Text Example
Text Example
White with #EDF29A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDF29A; }
p { color: rgb(237,242,154); }
H1.HeaderClassName
{
color: #EDF29A;
}
.AnyTagClassName
{
color: #EDF29A;
}
</style>
background-color css
<style>
a { background-color: #EDF29A; }
a { background-color: rgb(237,242,154); }
div.DivClassName
{
background-color: #EDF29A;
}
.BgClassName
{
background-color: #EDF29A;
}
</style>
border-color css
<style>
span { border-color: #EDF29A; }
span { border-color: rgb(237,242,154); }
td.TdClassName
{
border-color: #EDF29A;
}
.TagClassName
{
border-color: #EDF29A;
}
</style>