Shades of Lemon #EDEF18
Tints of Lemon #EDEF18
RGB
CMYK
RGB Variations
Color information
#EDEF18 (or 0xEDEF18) is known color: Lemon. HEX triplet: ED, EF and 18. RGB value is (237,239,24). Sum of RGB (Red+Green+Blue) = 237+239+24=500 (66% of max value = 765). Red value is 237 (92.97% from 255 or 47.4% from 500); Green value is 239 (93.75% from 255 or 47.8% from 500); Blue value is 24 (9.77% from 255 or 4.8% from 500); Max value from RGB is 239 - color contains mainly: green. Hex color #EDEF18 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EDEF18 is #1210E7. Grayscale: #D6D6D6. Windows color (decimal): -1183976 or 1634285. OLE color: 1634285.
HSL color Cylindrical-coordinate representation of color #EDEF18: hue angle of 60.56º degrees, saturation: 0.87, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #EDEF18 is Cyan = 0.01, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 237 | 239 | 24 | - |
| CMYK | 0.01 | 0 | 0.90 | 0.06 |
| HSL | 60.56º | 0.87% | 0.52% | - |
| HSV(B) | 60.56º | 0.9% | 0.94% | - |
| XYZ | 65.96 | 79.8 | 12.79 | - |
| YUV | 213.89 | 20.84 | 144.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 239 | 24 | 0.01 | 0 | 0.90 | 0.06 | 60.56 | 0.87 | 0.52 |
| Hex | ED | EF | 18 | 1 | 0 | 5A | 6 | 3D | 57 | 34 |
| Octal | 355 | 357 | 30 | 1 | 0 | 132 | 6 | 75 | 127 | 64 |
| Binary | 11101101 | 11101111 | 11000 | 1 | 0 | 1011010 | 110 | 111101 | 1010111 | 110100 |
Color Harmonies of #EDEF18
Complementary color
Monochromatic Colors of #EDEF18
Black with #EDEF18
Text Example
Text Example
White with #EDEF18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDEF18; }
p { color: rgb(237,239,24); }
H1.HeaderClassName
{
color: #EDEF18;
}
.AnyTagClassName
{
color: #EDEF18;
}
</style>
background-color css
<style>
a { background-color: #EDEF18; }
a { background-color: rgb(237,239,24); }
div.DivClassName
{
background-color: #EDEF18;
}
.BgClassName
{
background-color: #EDEF18;
}
</style>
border-color css
<style>
span { border-color: #EDEF18; }
span { border-color: rgb(237,239,24); }
td.TdClassName
{
border-color: #EDEF18;
}
.TagClassName
{
border-color: #EDEF18;
}
</style>