Shades of Lemon #EDF01C
Tints of Lemon #EDF01C
RGB
CMYK
RGB Variations
Color information
#EDF01C (or 0xEDF01C) is known color: Lemon. HEX triplet: ED, F0 and 1C. RGB value is (237,240,28). Sum of RGB (Red+Green+Blue) = 237+240+28=505 (66% of max value = 765). Red value is 237 (92.97% from 255 or 46.93% from 505); Green value is 240 (94.14% from 255 or 47.52% from 505); Blue value is 28 (11.33% from 255 or 5.54% from 505); Max value from RGB is 240 - color contains mainly: green. Hex color #EDF01C is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EDF01C is #120FE3. Grayscale: #D7D7D7. Windows color (decimal): -1183716 or 1896685. OLE color: 1896685.
HSL color Cylindrical-coordinate representation of color #EDF01C: hue angle of 60.85º degrees, saturation: 0.88, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #EDF01C is Cyan = 0.01, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 237 | 240 | 28 | - |
| CMYK | 0.01 | 0 | 0.88 | 0.06 |
| HSL | 60.85º | 0.88% | 0.53% | - |
| HSV(B) | 60.85º | 0.88% | 0.94% | - |
| XYZ | 66.29 | 80.41 | 13.12 | - |
| YUV | 214.94 | 22.51 | 143.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 240 | 28 | 0.01 | 0 | 0.88 | 0.06 | 60.85 | 0.88 | 0.53 |
| Hex | ED | F0 | 1C | 1 | 0 | 58 | 6 | 3D | 58 | 35 |
| Octal | 355 | 360 | 34 | 1 | 0 | 130 | 6 | 75 | 130 | 65 |
| Binary | 11101101 | 11110000 | 11100 | 1 | 0 | 1011000 | 110 | 111101 | 1011000 | 110101 |
Color Harmonies of #EDF01C
Complementary color
Monochromatic Colors of #EDF01C
Black with #EDF01C
Text Example
Text Example
White with #EDF01C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDF01C; }
p { color: rgb(237,240,28); }
H1.HeaderClassName
{
color: #EDF01C;
}
.AnyTagClassName
{
color: #EDF01C;
}
</style>
background-color css
<style>
a { background-color: #EDF01C; }
a { background-color: rgb(237,240,28); }
div.DivClassName
{
background-color: #EDF01C;
}
.BgClassName
{
background-color: #EDF01C;
}
</style>
border-color css
<style>
span { border-color: #EDF01C; }
span { border-color: rgb(237,240,28); }
td.TdClassName
{
border-color: #EDF01C;
}
.TagClassName
{
border-color: #EDF01C;
}
</style>