Shades of Lemon #EDEF15
Tints of Lemon #EDEF15
RGB
CMYK
RGB Variations
Color information
#EDEF15 (or 0xEDEF15) is known color: Lemon. HEX triplet: ED, EF and 15. RGB value is (237,239,21). Sum of RGB (Red+Green+Blue) = 237+239+21=497 (65% of max value = 765). Red value is 237 (92.97% from 255 or 47.69% from 497); Green value is 239 (93.75% from 255 or 48.09% from 497); Blue value is 21 (8.59% from 255 or 4.23% from 497); Max value from RGB is 239 - color contains mainly: green. Hex color #EDEF15 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EDEF15 is #1210EA. Grayscale: #D6D6D6. Windows color (decimal): -1183979 or 1437677. OLE color: 1437677.
HSL color Cylindrical-coordinate representation of color #EDEF15: 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 #EDEF15 is Cyan = 0.01, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 237 | 239 | 21 | - |
| 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.93 | 79.79 | 12.64 | - |
| YUV | 213.55 | 19.34 | 144.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 239 | 21 | 0.01 | 0 | 0.91 | 0.06 | 60.55 | 0.87 | 0.51 |
| Hex | ED | EF | 15 | 1 | 0 | 5B | 6 | 3D | 57 | 33 |
| Octal | 355 | 357 | 25 | 1 | 0 | 133 | 6 | 75 | 127 | 63 |
| Binary | 11101101 | 11101111 | 10101 | 1 | 0 | 1011011 | 110 | 111101 | 1010111 | 110011 |
Color Harmonies of #EDEF15
Complementary color
Monochromatic Colors of #EDEF15
Black with #EDEF15
Text Example
Text Example
White with #EDEF15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDEF15; }
p { color: rgb(237,239,21); }
H1.HeaderClassName
{
color: #EDEF15;
}
.AnyTagClassName
{
color: #EDEF15;
}
</style>
background-color css
<style>
a { background-color: #EDEF15; }
a { background-color: rgb(237,239,21); }
div.DivClassName
{
background-color: #EDEF15;
}
.BgClassName
{
background-color: #EDEF15;
}
</style>
border-color css
<style>
span { border-color: #EDEF15; }
span { border-color: rgb(237,239,21); }
td.TdClassName
{
border-color: #EDEF15;
}
.TagClassName
{
border-color: #EDEF15;
}
</style>