Shades of Lemon #EDF61D
Tints of Lemon #EDF61D
RGB
CMYK
RGB Variations
Color information
#EDF61D (or 0xEDF61D) is known color: Lemon. HEX triplet: ED, F6 and 1D. RGB value is (237,246,29). Sum of RGB (Red+Green+Blue) = 237+246+29=512 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.29% from 512); Green value is 246 (96.48% from 255 or 48.05% from 512); Blue value is 29 (11.72% from 255 or 5.66% from 512); Max value from RGB is 246 - color contains mainly: green. Hex color #EDF61D is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EDF61D is #1209E2. Grayscale: #DBDBDB. Windows color (decimal): -1182179 or 1963757. OLE color: 1963757.
HSL color Cylindrical-coordinate representation of color #EDF61D: hue angle of 62.49º degrees, saturation: 0.92, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #EDF61D is Cyan = 0.04, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 237 | 246 | 29 | - |
| CMYK | 0.04 | 0 | 0.88 | 0.04 |
| HSL | 62.49º | 0.92% | 0.54% | - |
| HSV(B) | 62.49º | 0.88% | 0.96% | - |
| XYZ | 68.1 | 84 | 13.79 | - |
| YUV | 218.57 | 21.02 | 141.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 246 | 29 | 0.04 | 0 | 0.88 | 0.04 | 62.49 | 0.92 | 0.54 |
| Hex | ED | F6 | 1D | 4 | 0 | 58 | 4 | 3E | 5C | 36 |
| Octal | 355 | 366 | 35 | 4 | 0 | 130 | 4 | 76 | 134 | 66 |
| Binary | 11101101 | 11110110 | 11101 | 100 | 0 | 1011000 | 100 | 111110 | 1011100 | 110110 |
Color Harmonies of #EDF61D
Complementary color
Monochromatic Colors of #EDF61D
Black with #EDF61D
Text Example
Text Example
White with #EDF61D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDF61D; }
p { color: rgb(237,246,29); }
H1.HeaderClassName
{
color: #EDF61D;
}
.AnyTagClassName
{
color: #EDF61D;
}
</style>
background-color css
<style>
a { background-color: #EDF61D; }
a { background-color: rgb(237,246,29); }
div.DivClassName
{
background-color: #EDF61D;
}
.BgClassName
{
background-color: #EDF61D;
}
</style>
border-color css
<style>
span { border-color: #EDF61D; }
span { border-color: rgb(237,246,29); }
td.TdClassName
{
border-color: #EDF61D;
}
.TagClassName
{
border-color: #EDF61D;
}
</style>