Shades of Lemon #EDF91C
Tints of Lemon #EDF91C
RGB
CMYK
RGB Variations
Color information
#EDF91C (or 0xEDF91C) is known color: Lemon. HEX triplet: ED, F9 and 1C. RGB value is (237,249,28). Sum of RGB (Red+Green+Blue) = 237+249+28=514 (68% of max value = 765). Red value is 237 (92.97% from 255 or 46.11% from 514); Green value is 249 (97.66% from 255 or 48.44% from 514); Blue value is 28 (11.33% from 255 or 5.45% from 514); Max value from RGB is 249 - color contains mainly: green. Hex color #EDF91C is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EDF91C is #1206E3. Grayscale: #DDDDDD. Windows color (decimal): -1181412 or 1898989. OLE color: 1898989.
HSL color Cylindrical-coordinate representation of color #EDF91C: hue angle of 63.26º degrees, saturation: 0.95, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #EDF91C is Cyan = 0.05, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 237 | 249 | 28 | - |
| CMYK | 0.05 | 0 | 0.89 | 0.02 |
| HSL | 63.26º | 0.95% | 0.54% | - |
| HSV(B) | 63.26º | 0.89% | 0.98% | - |
| XYZ | 69.01 | 85.84 | 14.03 | - |
| YUV | 220.22 | 19.52 | 139.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 249 | 28 | 0.05 | 0 | 0.89 | 0.02 | 63.26 | 0.95 | 0.54 |
| Hex | ED | F9 | 1C | 5 | 0 | 59 | 2 | 3F | 5F | 36 |
| Octal | 355 | 371 | 34 | 5 | 0 | 131 | 2 | 77 | 137 | 66 |
| Binary | 11101101 | 11111001 | 11100 | 101 | 0 | 1011001 | 10 | 111111 | 1011111 | 110110 |
Color Harmonies of #EDF91C
Complementary color
Monochromatic Colors of #EDF91C
Black with #EDF91C
Text Example
Text Example
White with #EDF91C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDF91C; }
p { color: rgb(237,249,28); }
H1.HeaderClassName
{
color: #EDF91C;
}
.AnyTagClassName
{
color: #EDF91C;
}
</style>
background-color css
<style>
a { background-color: #EDF91C; }
a { background-color: rgb(237,249,28); }
div.DivClassName
{
background-color: #EDF91C;
}
.BgClassName
{
background-color: #EDF91C;
}
</style>
border-color css
<style>
span { border-color: #EDF91C; }
span { border-color: rgb(237,249,28); }
td.TdClassName
{
border-color: #EDF91C;
}
.TagClassName
{
border-color: #EDF91C;
}
</style>