Shades of Lemon #EDEC14
Tints of Lemon #EDEC14
RGB
CMYK
RGB Variations
Color information
#EDEC14 (or 0xEDEC14) is known color: Lemon. HEX triplet: ED, EC and 14. RGB value is (237,236,20). Sum of RGB (Red+Green+Blue) = 237+236+20=493 (65% of max value = 765). Red value is 237 (92.97% from 255 or 48.07% from 493); Green value is 236 (92.58% from 255 or 47.87% from 493); Blue value is 20 (8.20% from 255 or 4.06% from 493); Max value from RGB is 237 - color contains mainly: red. Hex color #EDEC14 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EDEC14 is #1213EB. Grayscale: #D4D4D4. Windows color (decimal): -1184748 or 1371373. OLE color: 1371373.
HSL color Cylindrical-coordinate representation of color #EDEC14: hue angle of 59.72º degrees, saturation: 0.86, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #EDEC14 is Cyan = 0, Magento = 0.00, Yellow = 0.92 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 236 | 20 | - |
| CMYK | 0 | 0.00 | 0.92 | 0.07 |
| HSL | 59.72º | 0.86% | 0.5% | - |
| HSV(B) | 59.72º | 0.92% | 0.93% | - |
| XYZ | 65.05 | 78.05 | 12.3 | - |
| YUV | 211.68 | 19.83 | 146.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 236 | 20 | 0 | 0.00 | 0.92 | 0.07 | 59.72 | 0.86 | 0.5 |
| Hex | ED | EC | 14 | 0 | 0 | 5C | 7 | 3C | 56 | 32 |
| Octal | 355 | 354 | 24 | 0 | 0 | 134 | 7 | 74 | 126 | 62 |
| Binary | 11101101 | 11101100 | 10100 | 0 | 0 | 1011100 | 111 | 111100 | 1010110 | 110010 |
Color Harmonies of #EDEC14
Complementary color
Monochromatic Colors of #EDEC14
Black with #EDEC14
Text Example
Text Example
White with #EDEC14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDEC14; }
p { color: rgb(237,236,20); }
H1.HeaderClassName
{
color: #EDEC14;
}
.AnyTagClassName
{
color: #EDEC14;
}
</style>
background-color css
<style>
a { background-color: #EDEC14; }
a { background-color: rgb(237,236,20); }
div.DivClassName
{
background-color: #EDEC14;
}
.BgClassName
{
background-color: #EDEC14;
}
</style>
border-color css
<style>
span { border-color: #EDEC14; }
span { border-color: rgb(237,236,20); }
td.TdClassName
{
border-color: #EDEC14;
}
.TagClassName
{
border-color: #EDEC14;
}
</style>