Shades of Lemon #EDF915
Tints of Lemon #EDF915
RGB
CMYK
RGB Variations
Color information
#EDF915 (or 0xEDF915) is known color: Lemon. HEX triplet: ED, F9 and 15. RGB value is (237,249,21). Sum of RGB (Red+Green+Blue) = 237+249+21=507 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.75% from 507); Green value is 249 (97.66% from 255 or 49.11% from 507); Blue value is 21 (8.59% from 255 or 4.14% from 507); Max value from RGB is 249 - color contains mainly: green. Hex color #EDF915 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EDF915 is #1206EA. Grayscale: #DCDCDC. Windows color (decimal): -1181419 or 1440237. OLE color: 1440237.
HSL color Cylindrical-coordinate representation of color #EDF915: hue angle of 63.16º degrees, saturation: 0.95, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #EDF915 is Cyan = 0.05, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 237 | 249 | 21 | - |
| CMYK | 0.05 | 0 | 0.92 | 0.02 |
| HSL | 63.16º | 0.95% | 0.53% | - |
| HSV(B) | 63.16º | 0.92% | 0.98% | - |
| XYZ | 68.94 | 85.81 | 13.64 | - |
| YUV | 219.42 | 16.02 | 140.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 249 | 21 | 0.05 | 0 | 0.92 | 0.02 | 63.16 | 0.95 | 0.53 |
| Hex | ED | F9 | 15 | 5 | 0 | 5C | 2 | 3F | 5F | 35 |
| Octal | 355 | 371 | 25 | 5 | 0 | 134 | 2 | 77 | 137 | 65 |
| Binary | 11101101 | 11111001 | 10101 | 101 | 0 | 1011100 | 10 | 111111 | 1011111 | 110101 |
Color Harmonies of #EDF915
Complementary color
Monochromatic Colors of #EDF915
Black with #EDF915
Text Example
Text Example
White with #EDF915
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDF915; }
p { color: rgb(237,249,21); }
H1.HeaderClassName
{
color: #EDF915;
}
.AnyTagClassName
{
color: #EDF915;
}
</style>
background-color css
<style>
a { background-color: #EDF915; }
a { background-color: rgb(237,249,21); }
div.DivClassName
{
background-color: #EDF915;
}
.BgClassName
{
background-color: #EDF915;
}
</style>
border-color css
<style>
span { border-color: #EDF915; }
span { border-color: rgb(237,249,21); }
td.TdClassName
{
border-color: #EDF915;
}
.TagClassName
{
border-color: #EDF915;
}
</style>