Shades of Lemon #EDF311
Tints of Lemon #EDF311
RGB
CMYK
RGB Variations
Color information
#EDF311 (or 0xEDF311) is known color: Lemon. HEX triplet: ED, F3 and 11. RGB value is (237,243,17). Sum of RGB (Red+Green+Blue) = 237+243+17=497 (65% of max value = 765). Red value is 237 (92.97% from 255 or 47.69% from 497); Green value is 243 (95.31% from 255 or 48.89% from 497); Blue value is 17 (7.03% from 255 or 3.42% from 497); Max value from RGB is 243 - color contains mainly: green. Hex color #EDF311 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EDF311 is #120CEE. Grayscale: #D8D8D8. Windows color (decimal): -1182959 or 1176557. OLE color: 1176557.
HSL color Cylindrical-coordinate representation of color #EDF311: hue angle of 61.59º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #EDF311 is Cyan = 0.02, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 237 | 243 | 17 | - |
| CMYK | 0.02 | 0 | 0.93 | 0.05 |
| HSL | 61.59º | 0.9% | 0.51% | - |
| HSV(B) | 61.59º | 0.93% | 0.95% | - |
| XYZ | 67.08 | 82.15 | 12.85 | - |
| YUV | 215.44 | 16.01 | 143.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 243 | 17 | 0.02 | 0 | 0.93 | 0.05 | 61.59 | 0.9 | 0.51 |
| Hex | ED | F3 | 11 | 2 | 0 | 5D | 5 | 3E | 5A | 33 |
| Octal | 355 | 363 | 21 | 2 | 0 | 135 | 5 | 76 | 132 | 63 |
| Binary | 11101101 | 11110011 | 10001 | 10 | 0 | 1011101 | 101 | 111110 | 1011010 | 110011 |
Color Harmonies of #EDF311
Complementary color
Monochromatic Colors of #EDF311
Black with #EDF311
Text Example
Text Example
White with #EDF311
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDF311; }
p { color: rgb(237,243,17); }
H1.HeaderClassName
{
color: #EDF311;
}
.AnyTagClassName
{
color: #EDF311;
}
</style>
background-color css
<style>
a { background-color: #EDF311; }
a { background-color: rgb(237,243,17); }
div.DivClassName
{
background-color: #EDF311;
}
.BgClassName
{
background-color: #EDF311;
}
</style>
border-color css
<style>
span { border-color: #EDF311; }
span { border-color: rgb(237,243,17); }
td.TdClassName
{
border-color: #EDF311;
}
.TagClassName
{
border-color: #EDF311;
}
</style>