Shades of Lemon #EDE414
Tints of Lemon #EDE414
RGB
CMYK
RGB Variations
Color information
#EDE414 (or 0xEDE414) is known color: Lemon. HEX triplet: ED, E4 and 14. RGB value is (237,228,20). Sum of RGB (Red+Green+Blue) = 237+228+20=485 (64% of max value = 765). Red value is 237 (92.97% from 255 or 48.87% from 485); Green value is 228 (89.45% from 255 or 47.01% from 485); Blue value is 20 (8.20% from 255 or 4.12% from 485); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE414 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EDE414 is #121BEB. Grayscale: #CFCFCF. Windows color (decimal): -1186796 or 1369325. OLE color: 1369325.
HSL color Cylindrical-coordinate representation of color #EDE414: hue angle of 57.51º 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 #EDE414 is Cyan = 0, Magento = 0.04, Yellow = 0.92 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 228 | 20 | - |
| CMYK | 0 | 0.04 | 0.92 | 0.07 |
| HSL | 57.51º | 0.86% | 0.5% | - |
| HSV(B) | 57.51º | 0.92% | 0.93% | - |
| XYZ | 62.79 | 73.54 | 11.55 | - |
| YUV | 206.98 | 22.48 | 149.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 228 | 20 | 0 | 0.04 | 0.92 | 0.07 | 57.51 | 0.86 | 0.5 |
| Hex | ED | E4 | 14 | 0 | 4 | 5C | 7 | 3A | 56 | 32 |
| Octal | 355 | 344 | 24 | 0 | 4 | 134 | 7 | 72 | 126 | 62 |
| Binary | 11101101 | 11100100 | 10100 | 0 | 100 | 1011100 | 111 | 111010 | 1010110 | 110010 |
Color Harmonies of #EDE414
Complementary color
Monochromatic Colors of #EDE414
Black with #EDE414
Text Example
Text Example
White with #EDE414
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDE414; }
p { color: rgb(237,228,20); }
H1.HeaderClassName
{
color: #EDE414;
}
.AnyTagClassName
{
color: #EDE414;
}
</style>
background-color css
<style>
a { background-color: #EDE414; }
a { background-color: rgb(237,228,20); }
div.DivClassName
{
background-color: #EDE414;
}
.BgClassName
{
background-color: #EDE414;
}
</style>
border-color css
<style>
span { border-color: #EDE414; }
span { border-color: rgb(237,228,20); }
td.TdClassName
{
border-color: #EDE414;
}
.TagClassName
{
border-color: #EDE414;
}
</style>