Shades of Lemon #EDF316
Tints of Lemon #EDF316
RGB
CMYK
RGB Variations
Color information
#EDF316 (or 0xEDF316) is known color: Lemon. HEX triplet: ED, F3 and 16. RGB value is (237,243,22). Sum of RGB (Red+Green+Blue) = 237+243+22=502 (66% of max value = 765). Red value is 237 (92.97% from 255 or 47.21% from 502); Green value is 243 (95.31% from 255 or 48.41% from 502); Blue value is 22 (8.98% from 255 or 4.38% from 502); Max value from RGB is 243 - color contains mainly: green. Hex color #EDF316 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EDF316 is #120CE9. Grayscale: #D8D8D8. Windows color (decimal): -1182954 or 1504237. OLE color: 1504237.
HSL color Cylindrical-coordinate representation of color #EDF316: hue angle of 61.63º degrees, saturation: 0.9, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #EDF316 is Cyan = 0.02, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 237 | 243 | 22 | - |
| CMYK | 0.02 | 0 | 0.91 | 0.05 |
| HSL | 61.63º | 0.9% | 0.52% | - |
| HSV(B) | 61.63º | 0.91% | 0.95% | - |
| XYZ | 67.12 | 82.16 | 13.08 | - |
| YUV | 216.01 | 18.51 | 142.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 243 | 22 | 0.02 | 0 | 0.91 | 0.05 | 61.63 | 0.9 | 0.52 |
| Hex | ED | F3 | 16 | 2 | 0 | 5B | 5 | 3E | 5A | 34 |
| Octal | 355 | 363 | 26 | 2 | 0 | 133 | 5 | 76 | 132 | 64 |
| Binary | 11101101 | 11110011 | 10110 | 10 | 0 | 1011011 | 101 | 111110 | 1011010 | 110100 |
Color Harmonies of #EDF316
Complementary color
Monochromatic Colors of #EDF316
Black with #EDF316
Text Example
Text Example
White with #EDF316
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDF316; }
p { color: rgb(237,243,22); }
H1.HeaderClassName
{
color: #EDF316;
}
.AnyTagClassName
{
color: #EDF316;
}
</style>
background-color css
<style>
a { background-color: #EDF316; }
a { background-color: rgb(237,243,22); }
div.DivClassName
{
background-color: #EDF316;
}
.BgClassName
{
background-color: #EDF316;
}
</style>
border-color css
<style>
span { border-color: #EDF316; }
span { border-color: rgb(237,243,22); }
td.TdClassName
{
border-color: #EDF316;
}
.TagClassName
{
border-color: #EDF316;
}
</style>