Shades of Lemon #EDE40E
Tints of Lemon #EDE40E
RGB
CMYK
RGB Variations
Color information
#EDE40E (or 0xEDE40E) is known color: Lemon. HEX triplet: ED, E4 and 0E. RGB value is (237,228,14). Sum of RGB (Red+Green+Blue) = 237+228+14=479 (63% of max value = 765). Red value is 237 (92.97% from 255 or 49.48% from 479); Green value is 228 (89.45% from 255 or 47.60% from 479); Blue value is 14 (5.86% from 255 or 2.92% from 479); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE40E is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EDE40E is #121BF1. Grayscale: #CFCFCF. Windows color (decimal): -1186802 or 976109. OLE color: 976109.
HSL color Cylindrical-coordinate representation of color #EDE40E: hue angle of 57.58º degrees, saturation: 0.89, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #EDE40E is Cyan = 0, Magento = 0.04, Yellow = 0.94 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 228 | 14 | - |
| CMYK | 0 | 0.04 | 0.94 | 0.07 |
| HSL | 57.58º | 0.89% | 0.49% | - |
| HSV(B) | 57.58º | 0.94% | 0.93% | - |
| XYZ | 62.75 | 73.52 | 11.3 | - |
| YUV | 206.3 | 19.48 | 149.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 228 | 14 | 0 | 0.04 | 0.94 | 0.07 | 57.58 | 0.89 | 0.49 |
| Hex | ED | E4 | E | 0 | 4 | 5E | 7 | 3A | 59 | 31 |
| Octal | 355 | 344 | 16 | 0 | 4 | 136 | 7 | 72 | 131 | 61 |
| Binary | 11101101 | 11100100 | 1110 | 0 | 100 | 1011110 | 111 | 111010 | 1011001 | 110001 |
Color Harmonies of #EDE40E
Complementary color
Monochromatic Colors of #EDE40E
Black with #EDE40E
Text Example
Text Example
White with #EDE40E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDE40E; }
p { color: rgb(237,228,14); }
H1.HeaderClassName
{
color: #EDE40E;
}
.AnyTagClassName
{
color: #EDE40E;
}
</style>
background-color css
<style>
a { background-color: #EDE40E; }
a { background-color: rgb(237,228,14); }
div.DivClassName
{
background-color: #EDE40E;
}
.BgClassName
{
background-color: #EDE40E;
}
</style>
border-color css
<style>
span { border-color: #EDE40E; }
span { border-color: rgb(237,228,14); }
td.TdClassName
{
border-color: #EDE40E;
}
.TagClassName
{
border-color: #EDE40E;
}
</style>