Shades of Lemon #EDEC19
Tints of Lemon #EDEC19
RGB
CMYK
RGB Variations
Color information
#EDEC19 (or 0xEDEC19) is known color: Lemon. HEX triplet: ED, EC and 19. RGB value is (237,236,25). Sum of RGB (Red+Green+Blue) = 237+236+25=498 (65% of max value = 765). Red value is 237 (92.97% from 255 or 47.59% from 498); Green value is 236 (92.58% from 255 or 47.39% from 498); Blue value is 25 (10.16% from 255 or 5.02% from 498); Max value from RGB is 237 - color contains mainly: red. Hex color #EDEC19 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EDEC19 is #1213E6. Grayscale: #D5D5D5. Windows color (decimal): -1184743 or 1699053. OLE color: 1699053.
HSL color Cylindrical-coordinate representation of color #EDEC19: hue angle of 59.72º degrees, saturation: 0.85, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #EDEC19 is Cyan = 0, Magento = 0.00, Yellow = 0.89 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 236 | 25 | - |
| CMYK | 0 | 0.00 | 0.89 | 0.07 |
| HSL | 59.72º | 0.85% | 0.51% | - |
| HSV(B) | 59.72º | 0.89% | 0.93% | - |
| XYZ | 65.1 | 78.07 | 12.56 | - |
| YUV | 212.25 | 22.33 | 145.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 236 | 25 | 0 | 0.00 | 0.89 | 0.07 | 59.72 | 0.85 | 0.51 |
| Hex | ED | EC | 19 | 0 | 0 | 59 | 7 | 3C | 55 | 33 |
| Octal | 355 | 354 | 31 | 0 | 0 | 131 | 7 | 74 | 125 | 63 |
| Binary | 11101101 | 11101100 | 11001 | 0 | 0 | 1011001 | 111 | 111100 | 1010101 | 110011 |
Color Harmonies of #EDEC19
Complementary color
Monochromatic Colors of #EDEC19
Black with #EDEC19
Text Example
Text Example
White with #EDEC19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDEC19; }
p { color: rgb(237,236,25); }
H1.HeaderClassName
{
color: #EDEC19;
}
.AnyTagClassName
{
color: #EDEC19;
}
</style>
background-color css
<style>
a { background-color: #EDEC19; }
a { background-color: rgb(237,236,25); }
div.DivClassName
{
background-color: #EDEC19;
}
.BgClassName
{
background-color: #EDEC19;
}
</style>
border-color css
<style>
span { border-color: #EDEC19; }
span { border-color: rgb(237,236,25); }
td.TdClassName
{
border-color: #EDEC19;
}
.TagClassName
{
border-color: #EDEC19;
}
</style>