Shades of Lemon #EDF11D
Tints of Lemon #EDF11D
RGB
CMYK
RGB Variations
Color information
#EDF11D (or 0xEDF11D) is known color: Lemon. HEX triplet: ED, F1 and 1D. RGB value is (237,241,29). Sum of RGB (Red+Green+Blue) = 237+241+29=507 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.75% from 507); Green value is 241 (94.53% from 255 or 47.53% from 507); Blue value is 29 (11.72% from 255 or 5.72% from 507); Max value from RGB is 241 - color contains mainly: green. Hex color #EDF11D is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EDF11D is #120EE2. Grayscale: #D8D8D8. Windows color (decimal): -1183459 or 1962477. OLE color: 1962477.
HSL color Cylindrical-coordinate representation of color #EDF11D: hue angle of 61.13º degrees, saturation: 0.88, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #EDF11D is Cyan = 0.02, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 237 | 241 | 29 | - |
| CMYK | 0.02 | 0 | 0.88 | 0.05 |
| HSL | 61.13º | 0.88% | 0.53% | - |
| HSV(B) | 61.13º | 0.88% | 0.95% | - |
| XYZ | 66.6 | 81 | 13.29 | - |
| YUV | 215.64 | 22.67 | 143.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 241 | 29 | 0.02 | 0 | 0.88 | 0.05 | 61.13 | 0.88 | 0.53 |
| Hex | ED | F1 | 1D | 2 | 0 | 58 | 5 | 3D | 58 | 35 |
| Octal | 355 | 361 | 35 | 2 | 0 | 130 | 5 | 75 | 130 | 65 |
| Binary | 11101101 | 11110001 | 11101 | 10 | 0 | 1011000 | 101 | 111101 | 1011000 | 110101 |
Color Harmonies of #EDF11D
Complementary color
Monochromatic Colors of #EDF11D
Black with #EDF11D
Text Example
Text Example
White with #EDF11D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDF11D; }
p { color: rgb(237,241,29); }
H1.HeaderClassName
{
color: #EDF11D;
}
.AnyTagClassName
{
color: #EDF11D;
}
</style>
background-color css
<style>
a { background-color: #EDF11D; }
a { background-color: rgb(237,241,29); }
div.DivClassName
{
background-color: #EDF11D;
}
.BgClassName
{
background-color: #EDF11D;
}
</style>
border-color css
<style>
span { border-color: #EDF11D; }
span { border-color: rgb(237,241,29); }
td.TdClassName
{
border-color: #EDF11D;
}
.TagClassName
{
border-color: #EDF11D;
}
</style>