Shades of Lemon #EDDD18
Tints of Lemon #EDDD18
RGB
CMYK
RGB Variations
Color information
#EDDD18 (or 0xEDDD18) is known color: Lemon. HEX triplet: ED, DD and 18. RGB value is (237,221,24). Sum of RGB (Red+Green+Blue) = 237+221+24=482 (63% of max value = 765). Red value is 237 (92.97% from 255 or 49.17% from 482); Green value is 221 (86.72% from 255 or 45.85% from 482); Blue value is 24 (9.77% from 255 or 4.98% from 482); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDD18 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EDDD18 is #1222E7. Grayscale: #CCCCCC. Windows color (decimal): -1188584 or 1629677. OLE color: 1629677.
HSL color Cylindrical-coordinate representation of color #EDDD18: hue angle of 55.49º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #EDDD18 is Cyan = 0, Magento = 0.07, Yellow = 0.90 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 221 | 24 | - |
| CMYK | 0 | 0.07 | 0.90 | 0.07 |
| HSL | 55.49º | 0.86% | 0.51% | - |
| HSV(B) | 55.49º | 0.9% | 0.93% | - |
| XYZ | 60.95 | 69.78 | 11.12 | - |
| YUV | 203.33 | 26.8 | 152.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 221 | 24 | 0 | 0.07 | 0.90 | 0.07 | 55.49 | 0.86 | 0.51 |
| Hex | ED | DD | 18 | 0 | 7 | 5A | 7 | 37 | 56 | 33 |
| Octal | 355 | 335 | 30 | 0 | 7 | 132 | 7 | 67 | 126 | 63 |
| Binary | 11101101 | 11011101 | 11000 | 0 | 111 | 1011010 | 111 | 110111 | 1010110 | 110011 |
Color Harmonies of #EDDD18
Complementary color
Monochromatic Colors of #EDDD18
Black with #EDDD18
Text Example
Text Example
White with #EDDD18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDDD18; }
p { color: rgb(237,221,24); }
H1.HeaderClassName
{
color: #EDDD18;
}
.AnyTagClassName
{
color: #EDDD18;
}
</style>
background-color css
<style>
a { background-color: #EDDD18; }
a { background-color: rgb(237,221,24); }
div.DivClassName
{
background-color: #EDDD18;
}
.BgClassName
{
background-color: #EDDD18;
}
</style>
border-color css
<style>
span { border-color: #EDDD18; }
span { border-color: rgb(237,221,24); }
td.TdClassName
{
border-color: #EDDD18;
}
.TagClassName
{
border-color: #EDDD18;
}
</style>