Shades of Lemon #EDDD16
Tints of Lemon #EDDD16
RGB
CMYK
RGB Variations
Color information
#EDDD16 (or 0xEDDD16) is known color: Lemon. HEX triplet: ED, DD and 16. RGB value is (237,221,22). Sum of RGB (Red+Green+Blue) = 237+221+22=480 (63% of max value = 765). Red value is 237 (92.97% from 255 or 49.38% from 480); Green value is 221 (86.72% from 255 or 46.04% from 480); Blue value is 22 (8.98% from 255 or 4.58% from 480); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDD16 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EDDD16 is #1222E9. Grayscale: #CBCBCB. Windows color (decimal): -1188586 or 1498605. OLE color: 1498605.
HSL color Cylindrical-coordinate representation of color #EDDD16: hue angle of 55.53º 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 #EDDD16 is Cyan = 0, Magento = 0.07, Yellow = 0.91 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 221 | 22 | - |
| CMYK | 0 | 0.07 | 0.91 | 0.07 |
| HSL | 55.53º | 0.86% | 0.51% | - |
| HSV(B) | 55.53º | 0.91% | 0.93% | - |
| XYZ | 60.93 | 69.78 | 11.02 | - |
| YUV | 203.1 | 25.8 | 152.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 221 | 22 | 0 | 0.07 | 0.91 | 0.07 | 55.53 | 0.86 | 0.51 |
| Hex | ED | DD | 16 | 0 | 7 | 5B | 7 | 38 | 56 | 33 |
| Octal | 355 | 335 | 26 | 0 | 7 | 133 | 7 | 70 | 126 | 63 |
| Binary | 11101101 | 11011101 | 10110 | 0 | 111 | 1011011 | 111 | 111000 | 1010110 | 110011 |
Color Harmonies of #EDDD16
Complementary color
Monochromatic Colors of #EDDD16
Black with #EDDD16
Text Example
Text Example
White with #EDDD16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDDD16; }
p { color: rgb(237,221,22); }
H1.HeaderClassName
{
color: #EDDD16;
}
.AnyTagClassName
{
color: #EDDD16;
}
</style>
background-color css
<style>
a { background-color: #EDDD16; }
a { background-color: rgb(237,221,22); }
div.DivClassName
{
background-color: #EDDD16;
}
.BgClassName
{
background-color: #EDDD16;
}
</style>
border-color css
<style>
span { border-color: #EDDD16; }
span { border-color: rgb(237,221,22); }
td.TdClassName
{
border-color: #EDDD16;
}
.TagClassName
{
border-color: #EDDD16;
}
</style>