Shades of Lemon #EDF91A
Tints of Lemon #EDF91A
RGB
CMYK
RGB Variations
Color information
#EDF91A (or 0xEDF91A) is known color: Lemon. HEX triplet: ED, F9 and 1A. RGB value is (237,249,26). Sum of RGB (Red+Green+Blue) = 237+249+26=512 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.29% from 512); Green value is 249 (97.66% from 255 or 48.63% from 512); Blue value is 26 (10.55% from 255 or 5.08% from 512); Max value from RGB is 249 - color contains mainly: green. Hex color #EDF91A is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EDF91A is #1206E5. Grayscale: #DCDCDC. Windows color (decimal): -1181414 or 1767917. OLE color: 1767917.
HSL color Cylindrical-coordinate representation of color #EDF91A: hue angle of 63.23º degrees, saturation: 0.95, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #EDF91A is Cyan = 0.05, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 237 | 249 | 26 | - |
| CMYK | 0.05 | 0 | 0.90 | 0.02 |
| HSL | 63.23º | 0.95% | 0.54% | - |
| HSV(B) | 63.23º | 0.9% | 0.98% | - |
| XYZ | 68.99 | 85.83 | 13.91 | - |
| YUV | 219.99 | 18.52 | 140.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 249 | 26 | 0.05 | 0 | 0.90 | 0.02 | 63.23 | 0.95 | 0.54 |
| Hex | ED | F9 | 1A | 5 | 0 | 5A | 2 | 3F | 5F | 36 |
| Octal | 355 | 371 | 32 | 5 | 0 | 132 | 2 | 77 | 137 | 66 |
| Binary | 11101101 | 11111001 | 11010 | 101 | 0 | 1011010 | 10 | 111111 | 1011111 | 110110 |
Color Harmonies of #EDF91A
Complementary color
Monochromatic Colors of #EDF91A
Black with #EDF91A
Text Example
Text Example
White with #EDF91A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDF91A; }
p { color: rgb(237,249,26); }
H1.HeaderClassName
{
color: #EDF91A;
}
.AnyTagClassName
{
color: #EDF91A;
}
</style>
background-color css
<style>
a { background-color: #EDF91A; }
a { background-color: rgb(237,249,26); }
div.DivClassName
{
background-color: #EDF91A;
}
.BgClassName
{
background-color: #EDF91A;
}
</style>
border-color css
<style>
span { border-color: #EDF91A; }
span { border-color: rgb(237,249,26); }
td.TdClassName
{
border-color: #EDF91A;
}
.TagClassName
{
border-color: #EDF91A;
}
</style>