Shades of Lemon #EDE516
Tints of Lemon #EDE516
RGB
CMYK
RGB Variations
Color information
#EDE516 (or 0xEDE516) is known color: Lemon. HEX triplet: ED, E5 and 16. RGB value is (237,229,22). Sum of RGB (Red+Green+Blue) = 237+229+22=488 (64% of max value = 765). Red value is 237 (92.97% from 255 or 48.57% from 488); Green value is 229 (89.84% from 255 or 46.93% from 488); Blue value is 22 (8.98% from 255 or 4.51% from 488); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE516 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EDE516 is #121AE9. Grayscale: #D0D0D0. Windows color (decimal): -1186538 or 1500653. OLE color: 1500653.
HSL color Cylindrical-coordinate representation of color #EDE516: hue angle of 57.77º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #EDE516 is Cyan = 0, Magento = 0.03, Yellow = 0.91 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 229 | 22 | - |
| CMYK | 0 | 0.03 | 0.91 | 0.07 |
| HSL | 57.77º | 0.86% | 0.51% | - |
| HSV(B) | 57.77º | 0.91% | 0.93% | - |
| XYZ | 63.09 | 74.1 | 11.74 | - |
| YUV | 207.79 | 23.15 | 148.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 229 | 22 | 0 | 0.03 | 0.91 | 0.07 | 57.77 | 0.86 | 0.51 |
| Hex | ED | E5 | 16 | 0 | 3 | 5B | 7 | 3A | 56 | 33 |
| Octal | 355 | 345 | 26 | 0 | 3 | 133 | 7 | 72 | 126 | 63 |
| Binary | 11101101 | 11100101 | 10110 | 0 | 11 | 1011011 | 111 | 111010 | 1010110 | 110011 |
Color Harmonies of #EDE516
Complementary color
Monochromatic Colors of #EDE516
Black with #EDE516
Text Example
Text Example
White with #EDE516
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDE516; }
p { color: rgb(237,229,22); }
H1.HeaderClassName
{
color: #EDE516;
}
.AnyTagClassName
{
color: #EDE516;
}
</style>
background-color css
<style>
a { background-color: #EDE516; }
a { background-color: rgb(237,229,22); }
div.DivClassName
{
background-color: #EDE516;
}
.BgClassName
{
background-color: #EDE516;
}
</style>
border-color css
<style>
span { border-color: #EDE516; }
span { border-color: rgb(237,229,22); }
td.TdClassName
{
border-color: #EDE516;
}
.TagClassName
{
border-color: #EDE516;
}
</style>