Shades of Lemon #EDEF16
Tints of Lemon #EDEF16
RGB
CMYK
RGB Variations
Color information
#EDEF16 (or 0xEDEF16) is known color: Lemon. HEX triplet: ED, EF and 16. RGB value is (237,239,22). Sum of RGB (Red+Green+Blue) = 237+239+22=498 (65% of max value = 765). Red value is 237 (92.97% from 255 or 47.59% from 498); Green value is 239 (93.75% from 255 or 47.99% from 498); Blue value is 22 (8.98% from 255 or 4.42% from 498); Max value from RGB is 239 - color contains mainly: green. Hex color #EDEF16 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EDEF16 is #1210E9. Grayscale: #D6D6D6. Windows color (decimal): -1183978 or 1503213. OLE color: 1503213.
HSL color Cylindrical-coordinate representation of color #EDEF16: hue angle of 60.55º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #EDEF16 is Cyan = 0.01, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 237 | 239 | 22 | - |
| CMYK | 0.01 | 0 | 0.91 | 0.06 |
| HSL | 60.55º | 0.87% | 0.51% | - |
| HSV(B) | 60.55º | 0.91% | 0.94% | - |
| XYZ | 65.94 | 79.8 | 12.69 | - |
| YUV | 213.66 | 19.84 | 144.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 239 | 22 | 0.01 | 0 | 0.91 | 0.06 | 60.55 | 0.87 | 0.51 |
| Hex | ED | EF | 16 | 1 | 0 | 5B | 6 | 3D | 57 | 33 |
| Octal | 355 | 357 | 26 | 1 | 0 | 133 | 6 | 75 | 127 | 63 |
| Binary | 11101101 | 11101111 | 10110 | 1 | 0 | 1011011 | 110 | 111101 | 1010111 | 110011 |
Color Harmonies of #EDEF16
Complementary color
Monochromatic Colors of #EDEF16
Black with #EDEF16
Text Example
Text Example
White with #EDEF16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDEF16; }
p { color: rgb(237,239,22); }
H1.HeaderClassName
{
color: #EDEF16;
}
.AnyTagClassName
{
color: #EDEF16;
}
</style>
background-color css
<style>
a { background-color: #EDEF16; }
a { background-color: rgb(237,239,22); }
div.DivClassName
{
background-color: #EDEF16;
}
.BgClassName
{
background-color: #EDEF16;
}
</style>
border-color css
<style>
span { border-color: #EDEF16; }
span { border-color: rgb(237,239,22); }
td.TdClassName
{
border-color: #EDEF16;
}
.TagClassName
{
border-color: #EDEF16;
}
</style>