Shades of Lemon #EDE80E
Tints of Lemon #EDE80E
RGB
CMYK
RGB Variations
Color information
#EDE80E (or 0xEDE80E) is known color: Lemon. HEX triplet: ED, E8 and 0E. RGB value is (237,232,14). Sum of RGB (Red+Green+Blue) = 237+232+14=483 (63% of max value = 765). Red value is 237 (92.97% from 255 or 49.07% from 483); Green value is 232 (91.02% from 255 or 48.03% from 483); Blue value is 14 (5.86% from 255 or 2.90% from 483); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE80E is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EDE80E is #1217F1. Grayscale: #D1D1D1. Windows color (decimal): -1185778 or 977133. OLE color: 977133.
HSL color Cylindrical-coordinate representation of color #EDE80E: hue angle of 58.65º 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 #EDE80E is Cyan = 0, Magento = 0.02, Yellow = 0.94 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 232 | 14 | - |
| CMYK | 0 | 0.02 | 0.94 | 0.07 |
| HSL | 58.65º | 0.89% | 0.49% | - |
| HSV(B) | 58.65º | 0.94% | 0.93% | - |
| XYZ | 63.86 | 75.75 | 11.67 | - |
| YUV | 208.64 | 18.16 | 148.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 232 | 14 | 0 | 0.02 | 0.94 | 0.07 | 58.65 | 0.89 | 0.49 |
| Hex | ED | E8 | E | 0 | 2 | 5E | 7 | 3B | 59 | 31 |
| Octal | 355 | 350 | 16 | 0 | 2 | 136 | 7 | 73 | 131 | 61 |
| Binary | 11101101 | 11101000 | 1110 | 0 | 10 | 1011110 | 111 | 111011 | 1011001 | 110001 |
Color Harmonies of #EDE80E
Complementary color
Monochromatic Colors of #EDE80E
Black with #EDE80E
Text Example
Text Example
White with #EDE80E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDE80E; }
p { color: rgb(237,232,14); }
H1.HeaderClassName
{
color: #EDE80E;
}
.AnyTagClassName
{
color: #EDE80E;
}
</style>
background-color css
<style>
a { background-color: #EDE80E; }
a { background-color: rgb(237,232,14); }
div.DivClassName
{
background-color: #EDE80E;
}
.BgClassName
{
background-color: #EDE80E;
}
</style>
border-color css
<style>
span { border-color: #EDE80E; }
span { border-color: rgb(237,232,14); }
td.TdClassName
{
border-color: #EDE80E;
}
.TagClassName
{
border-color: #EDE80E;
}
</style>