Shades of Lemon #EDF313
Tints of Lemon #EDF313
RGB
CMYK
RGB Variations
Color information
#EDF313 (or 0xEDF313) is known color: Lemon. HEX triplet: ED, F3 and 13. RGB value is (237,243,19). Sum of RGB (Red+Green+Blue) = 237+243+19=499 (66% of max value = 765). Red value is 237 (92.97% from 255 or 47.49% from 499); Green value is 243 (95.31% from 255 or 48.70% from 499); Blue value is 19 (7.81% from 255 or 3.81% from 499); Max value from RGB is 243 - color contains mainly: green. Hex color #EDF313 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EDF313 is #120CEC. Grayscale: #D8D8D8. Windows color (decimal): -1182957 or 1307629. OLE color: 1307629.
HSL color Cylindrical-coordinate representation of color #EDF313: hue angle of 61.61º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #EDF313 is Cyan = 0.02, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 237 | 243 | 19 | - |
| CMYK | 0.02 | 0 | 0.92 | 0.05 |
| HSL | 61.61º | 0.9% | 0.51% | - |
| HSV(B) | 61.61º | 0.92% | 0.95% | - |
| XYZ | 67.09 | 82.15 | 12.94 | - |
| YUV | 215.67 | 17.01 | 143.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 243 | 19 | 0.02 | 0 | 0.92 | 0.05 | 61.61 | 0.9 | 0.51 |
| Hex | ED | F3 | 13 | 2 | 0 | 5C | 5 | 3E | 5A | 33 |
| Octal | 355 | 363 | 23 | 2 | 0 | 134 | 5 | 76 | 132 | 63 |
| Binary | 11101101 | 11110011 | 10011 | 10 | 0 | 1011100 | 101 | 111110 | 1011010 | 110011 |
Color Harmonies of #EDF313
Complementary color
Monochromatic Colors of #EDF313
Black with #EDF313
Text Example
Text Example
White with #EDF313
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDF313; }
p { color: rgb(237,243,19); }
H1.HeaderClassName
{
color: #EDF313;
}
.AnyTagClassName
{
color: #EDF313;
}
</style>
background-color css
<style>
a { background-color: #EDF313; }
a { background-color: rgb(237,243,19); }
div.DivClassName
{
background-color: #EDF313;
}
.BgClassName
{
background-color: #EDF313;
}
</style>
border-color css
<style>
span { border-color: #EDF313; }
span { border-color: rgb(237,243,19); }
td.TdClassName
{
border-color: #EDF313;
}
.TagClassName
{
border-color: #EDF313;
}
</style>