Shades of Lemon #EDE116
Tints of Lemon #EDE116
RGB
CMYK
RGB Variations
Color information
#EDE116 (or 0xEDE116) is known color: Lemon. HEX triplet: ED, E1 and 16. RGB value is (237,225,22). Sum of RGB (Red+Green+Blue) = 237+225+22=484 (64% of max value = 765). Red value is 237 (92.97% from 255 or 48.97% from 484); Green value is 225 (88.28% from 255 or 46.49% from 484); Blue value is 22 (8.98% from 255 or 4.55% from 484); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE116 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EDE116 is #121EE9. Grayscale: #CECECE. Windows color (decimal): -1187562 or 1499629. OLE color: 1499629.
HSL color Cylindrical-coordinate representation of color #EDE116: hue angle of 56.65º 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 #EDE116 is Cyan = 0, Magento = 0.05, Yellow = 0.91 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 225 | 22 | - |
| CMYK | 0 | 0.05 | 0.91 | 0.07 |
| HSL | 56.65º | 0.86% | 0.51% | - |
| HSV(B) | 56.65º | 0.91% | 0.93% | - |
| XYZ | 62 | 71.91 | 11.37 | - |
| YUV | 205.45 | 24.48 | 150.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 225 | 22 | 0 | 0.05 | 0.91 | 0.07 | 56.65 | 0.86 | 0.51 |
| Hex | ED | E1 | 16 | 0 | 5 | 5B | 7 | 39 | 56 | 33 |
| Octal | 355 | 341 | 26 | 0 | 5 | 133 | 7 | 71 | 126 | 63 |
| Binary | 11101101 | 11100001 | 10110 | 0 | 101 | 1011011 | 111 | 111001 | 1010110 | 110011 |
Color Harmonies of #EDE116
Complementary color
Monochromatic Colors of #EDE116
Black with #EDE116
Text Example
Text Example
White with #EDE116
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDE116; }
p { color: rgb(237,225,22); }
H1.HeaderClassName
{
color: #EDE116;
}
.AnyTagClassName
{
color: #EDE116;
}
</style>
background-color css
<style>
a { background-color: #EDE116; }
a { background-color: rgb(237,225,22); }
div.DivClassName
{
background-color: #EDE116;
}
.BgClassName
{
background-color: #EDE116;
}
</style>
border-color css
<style>
span { border-color: #EDE116; }
span { border-color: rgb(237,225,22); }
td.TdClassName
{
border-color: #EDE116;
}
.TagClassName
{
border-color: #EDE116;
}
</style>