Shades of Lemon #EDE114
Tints of Lemon #EDE114
RGB
CMYK
RGB Variations
Color information
#EDE114 (or 0xEDE114) is known color: Lemon. HEX triplet: ED, E1 and 14. RGB value is (237,225,20). Sum of RGB (Red+Green+Blue) = 237+225+20=482 (63% of max value = 765). Red value is 237 (92.97% from 255 or 49.17% from 482); Green value is 225 (88.28% from 255 or 46.68% from 482); Blue value is 20 (8.20% from 255 or 4.15% from 482); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE114 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EDE114 is #121EEB. Grayscale: #CECECE. Windows color (decimal): -1187564 or 1368557. OLE color: 1368557.
HSL color Cylindrical-coordinate representation of color #EDE114: hue angle of 56.68º 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 #EDE114 is Cyan = 0, Magento = 0.05, Yellow = 0.92 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 225 | 20 | - |
| CMYK | 0 | 0.05 | 0.92 | 0.07 |
| HSL | 56.68º | 0.86% | 0.5% | - |
| HSV(B) | 56.68º | 0.92% | 0.93% | - |
| XYZ | 61.98 | 71.91 | 11.27 | - |
| YUV | 205.22 | 23.48 | 150.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 225 | 20 | 0 | 0.05 | 0.92 | 0.07 | 56.68 | 0.86 | 0.5 |
| Hex | ED | E1 | 14 | 0 | 5 | 5C | 7 | 39 | 56 | 32 |
| Octal | 355 | 341 | 24 | 0 | 5 | 134 | 7 | 71 | 126 | 62 |
| Binary | 11101101 | 11100001 | 10100 | 0 | 101 | 1011100 | 111 | 111001 | 1010110 | 110010 |
Color Harmonies of #EDE114
Complementary color
Monochromatic Colors of #EDE114
Black with #EDE114
Text Example
Text Example
White with #EDE114
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDE114; }
p { color: rgb(237,225,20); }
H1.HeaderClassName
{
color: #EDE114;
}
.AnyTagClassName
{
color: #EDE114;
}
</style>
background-color css
<style>
a { background-color: #EDE114; }
a { background-color: rgb(237,225,20); }
div.DivClassName
{
background-color: #EDE114;
}
.BgClassName
{
background-color: #EDE114;
}
</style>
border-color css
<style>
span { border-color: #EDE114; }
span { border-color: rgb(237,225,20); }
td.TdClassName
{
border-color: #EDE114;
}
.TagClassName
{
border-color: #EDE114;
}
</style>