Shades of Jonquil #EDEF97
Tints of Jonquil #EDEF97
RGB
CMYK
RGB Variations
Color information
#EDEF97 (or 0xEDEF97) is known color: Jonquil. HEX triplet: ED, EF and 97. RGB value is (237,239,151). Sum of RGB (Red+Green+Blue) = 237+239+151=627 (83% of max value = 765). Red value is 237 (92.97% from 255 or 37.80% from 627); Green value is 239 (93.75% from 255 or 38.12% from 627); Blue value is 151 (59.38% from 255 or 24.08% from 627); Max value from RGB is 239 - color contains mainly: green. Hex color #EDEF97 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EDEF97 is #121068. Grayscale: #E4E4E4. Windows color (decimal): -1183849 or 9957357. OLE color: 9957357.
HSL color Cylindrical-coordinate representation of color #EDEF97: hue angle of 61.36º degrees, saturation: 0.73, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #EDEF97 is Cyan = 0.01, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 237 | 239 | 151 | - |
| CMYK | 0.01 | 0 | 0.37 | 0.06 |
| HSL | 61.36º | 0.73% | 0.76% | - |
| HSV(B) | 61.36º | 0.37% | 0.94% | - |
| XYZ | 71.38 | 81.97 | 41.34 | - |
| YUV | 228.37 | 84.34 | 134.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 239 | 151 | 0.01 | 0 | 0.37 | 0.06 | 61.36 | 0.73 | 0.76 |
| Hex | ED | EF | 97 | 1 | 0 | 25 | 6 | 3D | 49 | 4C |
| Octal | 355 | 357 | 227 | 1 | 0 | 45 | 6 | 75 | 111 | 114 |
| Binary | 11101101 | 11101111 | 10010111 | 1 | 0 | 100101 | 110 | 111101 | 1001001 | 1001100 |
Color Harmonies of #EDEF97
Complementary color
Monochromatic Colors of #EDEF97
Black with #EDEF97
Text Example
Text Example
White with #EDEF97
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDEF97; }
p { color: rgb(237,239,151); }
H1.HeaderClassName
{
color: #EDEF97;
}
.AnyTagClassName
{
color: #EDEF97;
}
</style>
background-color css
<style>
a { background-color: #EDEF97; }
a { background-color: rgb(237,239,151); }
div.DivClassName
{
background-color: #EDEF97;
}
.BgClassName
{
background-color: #EDEF97;
}
</style>
border-color css
<style>
span { border-color: #EDEF97; }
span { border-color: rgb(237,239,151); }
td.TdClassName
{
border-color: #EDEF97;
}
.TagClassName
{
border-color: #EDEF97;
}
</style>