Shades of Lemon #EDF513
Tints of Lemon #EDF513
RGB
CMYK
RGB Variations
Color information
#EDF513 (or 0xEDF513) is known color: Lemon. HEX triplet: ED, F5 and 13. RGB value is (237,245,19). Sum of RGB (Red+Green+Blue) = 237+245+19=501 (66% of max value = 765). Red value is 237 (92.97% from 255 or 47.31% from 501); Green value is 245 (96.09% from 255 or 48.90% from 501); Blue value is 19 (7.81% from 255 or 3.79% from 501); Max value from RGB is 245 - color contains mainly: green. Hex color #EDF513 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EDF513 is #120AEC. Grayscale: #D9D9D9. Windows color (decimal): -1182445 or 1308141. OLE color: 1308141.
HSL color Cylindrical-coordinate representation of color #EDF513: hue angle of 62.12º degrees, saturation: 0.92, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #EDF513 is Cyan = 0.03, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 237 | 245 | 19 | - |
| CMYK | 0.03 | 0 | 0.92 | 0.04 |
| HSL | 62.12º | 0.92% | 0.52% | - |
| HSV(B) | 62.12º | 0.92% | 0.96% | - |
| XYZ | 67.7 | 83.36 | 13.14 | - |
| YUV | 216.84 | 16.35 | 142.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 245 | 19 | 0.03 | 0 | 0.92 | 0.04 | 62.12 | 0.92 | 0.52 |
| Hex | ED | F5 | 13 | 3 | 0 | 5C | 4 | 3E | 5C | 34 |
| Octal | 355 | 365 | 23 | 3 | 0 | 134 | 4 | 76 | 134 | 64 |
| Binary | 11101101 | 11110101 | 10011 | 11 | 0 | 1011100 | 100 | 111110 | 1011100 | 110100 |
Color Harmonies of #EDF513
Complementary color
Monochromatic Colors of #EDF513
Black with #EDF513
Text Example
Text Example
White with #EDF513
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDF513; }
p { color: rgb(237,245,19); }
H1.HeaderClassName
{
color: #EDF513;
}
.AnyTagClassName
{
color: #EDF513;
}
</style>
background-color css
<style>
a { background-color: #EDF513; }
a { background-color: rgb(237,245,19); }
div.DivClassName
{
background-color: #EDF513;
}
.BgClassName
{
background-color: #EDF513;
}
</style>
border-color css
<style>
span { border-color: #EDF513; }
span { border-color: rgb(237,245,19); }
td.TdClassName
{
border-color: #EDF513;
}
.TagClassName
{
border-color: #EDF513;
}
</style>