Shades of Lemon #EDEC18
Tints of Lemon #EDEC18
RGB
CMYK
RGB Variations
Color information
#EDEC18 (or 0xEDEC18) is known color: Lemon. HEX triplet: ED, EC and 18. RGB value is (237,236,24). Sum of RGB (Red+Green+Blue) = 237+236+24=497 (65% of max value = 765). Red value is 237 (92.97% from 255 or 47.69% from 497); Green value is 236 (92.58% from 255 or 47.48% from 497); Blue value is 24 (9.77% from 255 or 4.83% from 497); Max value from RGB is 237 - color contains mainly: red. Hex color #EDEC18 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EDEC18 is #1213E7. Grayscale: #D4D4D4. Windows color (decimal): -1184744 or 1633517. OLE color: 1633517.
HSL color Cylindrical-coordinate representation of color #EDEC18: hue angle of 59.72º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #EDEC18 is Cyan = 0, Magento = 0.00, Yellow = 0.90 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 236 | 24 | - |
| CMYK | 0 | 0.00 | 0.90 | 0.07 |
| HSL | 59.72º | 0.86% | 0.51% | - |
| HSV(B) | 59.72º | 0.9% | 0.93% | - |
| XYZ | 65.09 | 78.06 | 12.5 | - |
| YUV | 212.13 | 21.83 | 145.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 236 | 24 | 0 | 0.00 | 0.90 | 0.07 | 59.72 | 0.86 | 0.51 |
| Hex | ED | EC | 18 | 0 | 0 | 5A | 7 | 3C | 56 | 33 |
| Octal | 355 | 354 | 30 | 0 | 0 | 132 | 7 | 74 | 126 | 63 |
| Binary | 11101101 | 11101100 | 11000 | 0 | 0 | 1011010 | 111 | 111100 | 1010110 | 110011 |
Color Harmonies of #EDEC18
Complementary color
Monochromatic Colors of #EDEC18
Black with #EDEC18
Text Example
Text Example
White with #EDEC18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDEC18; }
p { color: rgb(237,236,24); }
H1.HeaderClassName
{
color: #EDEC18;
}
.AnyTagClassName
{
color: #EDEC18;
}
</style>
background-color css
<style>
a { background-color: #EDEC18; }
a { background-color: rgb(237,236,24); }
div.DivClassName
{
background-color: #EDEC18;
}
.BgClassName
{
background-color: #EDEC18;
}
</style>
border-color css
<style>
span { border-color: #EDEC18; }
span { border-color: rgb(237,236,24); }
td.TdClassName
{
border-color: #EDEC18;
}
.TagClassName
{
border-color: #EDEC18;
}
</style>