Shades of Lemon #EDF515
Tints of Lemon #EDF515
RGB
CMYK
RGB Variations
Color information
#EDF515 (or 0xEDF515) is known color: Lemon. HEX triplet: ED, F5 and 15. RGB value is (237,245,21). Sum of RGB (Red+Green+Blue) = 237+245+21=503 (66% of max value = 765). Red value is 237 (92.97% from 255 or 47.12% from 503); Green value is 245 (96.09% from 255 or 48.71% from 503); Blue value is 21 (8.59% from 255 or 4.17% from 503); Max value from RGB is 245 - color contains mainly: green. Hex color #EDF515 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EDF515 is #120AEA. Grayscale: #D9D9D9. Windows color (decimal): -1182443 or 1439213. OLE color: 1439213.
HSL color Cylindrical-coordinate representation of color #EDF515: hue angle of 62.14º degrees, saturation: 0.92, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #EDF515 is Cyan = 0.03, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 237 | 245 | 21 | - |
| CMYK | 0.03 | 0 | 0.91 | 0.04 |
| HSL | 62.14º | 0.92% | 0.52% | - |
| HSV(B) | 62.14º | 0.91% | 0.96% | - |
| XYZ | 67.71 | 83.36 | 13.23 | - |
| YUV | 217.07 | 17.35 | 142.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 245 | 21 | 0.03 | 0 | 0.91 | 0.04 | 62.14 | 0.92 | 0.52 |
| Hex | ED | F5 | 15 | 3 | 0 | 5B | 4 | 3E | 5C | 34 |
| Octal | 355 | 365 | 25 | 3 | 0 | 133 | 4 | 76 | 134 | 64 |
| Binary | 11101101 | 11110101 | 10101 | 11 | 0 | 1011011 | 100 | 111110 | 1011100 | 110100 |
Color Harmonies of #EDF515
Complementary color
Monochromatic Colors of #EDF515
Black with #EDF515
Text Example
Text Example
White with #EDF515
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDF515; }
p { color: rgb(237,245,21); }
H1.HeaderClassName
{
color: #EDF515;
}
.AnyTagClassName
{
color: #EDF515;
}
</style>
background-color css
<style>
a { background-color: #EDF515; }
a { background-color: rgb(237,245,21); }
div.DivClassName
{
background-color: #EDF515;
}
.BgClassName
{
background-color: #EDF515;
}
</style>
border-color css
<style>
span { border-color: #EDF515; }
span { border-color: rgb(237,245,21); }
td.TdClassName
{
border-color: #EDF515;
}
.TagClassName
{
border-color: #EDF515;
}
</style>