Shades of Lemon #EDEF19
Tints of Lemon #EDEF19
RGB
CMYK
RGB Variations
Color information
#EDEF19 (or 0xEDEF19) is known color: Lemon. HEX triplet: ED, EF and 19. RGB value is (237,239,25). Sum of RGB (Red+Green+Blue) = 237+239+25=501 (66% of max value = 765). Red value is 237 (92.97% from 255 or 47.31% from 501); Green value is 239 (93.75% from 255 or 47.70% from 501); Blue value is 25 (10.16% from 255 or 4.99% from 501); Max value from RGB is 239 - color contains mainly: green. Hex color #EDEF19 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EDEF19 is #1210E6. Grayscale: #D6D6D6. Windows color (decimal): -1183975 or 1699821. OLE color: 1699821.
HSL color Cylindrical-coordinate representation of color #EDEF19: 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 #EDEF19 is Cyan = 0.01, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 237 | 239 | 25 | - |
| 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.97 | 79.81 | 12.85 | - |
| YUV | 214.01 | 21.34 | 144.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 239 | 25 | 0.01 | 0 | 0.90 | 0.06 | 60.56 | 0.87 | 0.52 |
| Hex | ED | EF | 19 | 1 | 0 | 5A | 6 | 3D | 57 | 34 |
| Octal | 355 | 357 | 31 | 1 | 0 | 132 | 6 | 75 | 127 | 64 |
| Binary | 11101101 | 11101111 | 11001 | 1 | 0 | 1011010 | 110 | 111101 | 1010111 | 110100 |
Color Harmonies of #EDEF19
Complementary color
Monochromatic Colors of #EDEF19
Black with #EDEF19
Text Example
Text Example
White with #EDEF19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDEF19; }
p { color: rgb(237,239,25); }
H1.HeaderClassName
{
color: #EDEF19;
}
.AnyTagClassName
{
color: #EDEF19;
}
</style>
background-color css
<style>
a { background-color: #EDEF19; }
a { background-color: rgb(237,239,25); }
div.DivClassName
{
background-color: #EDEF19;
}
.BgClassName
{
background-color: #EDEF19;
}
</style>
border-color css
<style>
span { border-color: #EDEF19; }
span { border-color: rgb(237,239,25); }
td.TdClassName
{
border-color: #EDEF19;
}
.TagClassName
{
border-color: #EDEF19;
}
</style>