Shades of Lemon #EDFB1A
Tints of Lemon #EDFB1A
RGB
CMYK
RGB Variations
Color information
#EDFB1A (or 0xEDFB1A) is known color: Lemon. HEX triplet: ED, FB and 1A. RGB value is (237,251,26). Sum of RGB (Red+Green+Blue) = 237+251+26=514 (68% of max value = 765). Red value is 237 (92.97% from 255 or 46.11% from 514); Green value is 251 (98.44% from 255 or 48.83% from 514); Blue value is 26 (10.55% from 255 or 5.06% from 514); Max value from RGB is 251 - color contains mainly: green. Hex color #EDFB1A is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EDFB1A is #1204E5. Grayscale: #DEDEDE. Windows color (decimal): -1180902 or 1768429. OLE color: 1768429.
HSL color Cylindrical-coordinate representation of color #EDFB1A: hue angle of 63.73º degrees, saturation: 0.97, 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 #EDFB1A is Cyan = 0.06, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 237 | 251 | 26 | - |
| CMYK | 0.06 | 0 | 0.90 | 0.02 |
| HSL | 63.73º | 0.97% | 0.54% | - |
| HSV(B) | 63.73º | 0.9% | 0.98% | - |
| XYZ | 69.61 | 87.07 | 14.12 | - |
| YUV | 221.16 | 17.86 | 139.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 251 | 26 | 0.06 | 0 | 0.90 | 0.02 | 63.73 | 0.97 | 0.54 |
| Hex | ED | FB | 1A | 6 | 0 | 5A | 2 | 40 | 61 | 36 |
| Octal | 355 | 373 | 32 | 6 | 0 | 132 | 2 | 100 | 141 | 66 |
| Binary | 11101101 | 11111011 | 11010 | 110 | 0 | 1011010 | 10 | 1000000 | 1100001 | 110110 |
Color Harmonies of #EDFB1A
Complementary color
Monochromatic Colors of #EDFB1A
Black with #EDFB1A
Text Example
Text Example
White with #EDFB1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDFB1A; }
p { color: rgb(237,251,26); }
H1.HeaderClassName
{
color: #EDFB1A;
}
.AnyTagClassName
{
color: #EDFB1A;
}
</style>
background-color css
<style>
a { background-color: #EDFB1A; }
a { background-color: rgb(237,251,26); }
div.DivClassName
{
background-color: #EDFB1A;
}
.BgClassName
{
background-color: #EDFB1A;
}
</style>
border-color css
<style>
span { border-color: #EDFB1A; }
span { border-color: rgb(237,251,26); }
td.TdClassName
{
border-color: #EDFB1A;
}
.TagClassName
{
border-color: #EDFB1A;
}
</style>