Shades of Lemon #EDE018
Tints of Lemon #EDE018
RGB
CMYK
RGB Variations
Color information
#EDE018 (or 0xEDE018) is known color: Lemon. HEX triplet: ED, E0 and 18. RGB value is (237,224,24). Sum of RGB (Red+Green+Blue) = 237+224+24=485 (64% of max value = 765). Red value is 237 (92.97% from 255 or 48.87% from 485); Green value is 224 (87.89% from 255 or 46.19% from 485); Blue value is 24 (9.77% from 255 or 4.95% from 485); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE018 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EDE018 is #121FE7. Grayscale: #CDCDCD. Windows color (decimal): -1187816 or 1630445. OLE color: 1630445.
HSL color Cylindrical-coordinate representation of color #EDE018: hue angle of 56.34º 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 #EDE018 is Cyan = 0, Magento = 0.05, Yellow = 0.90 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 224 | 24 | - |
| CMYK | 0 | 0.05 | 0.90 | 0.07 |
| HSL | 56.34º | 0.86% | 0.51% | - |
| HSV(B) | 56.34º | 0.9% | 0.93% | - |
| XYZ | 61.75 | 71.38 | 11.39 | - |
| YUV | 205.09 | 25.81 | 150.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 224 | 24 | 0 | 0.05 | 0.90 | 0.07 | 56.34 | 0.86 | 0.51 |
| Hex | ED | E0 | 18 | 0 | 5 | 5A | 7 | 38 | 56 | 33 |
| Octal | 355 | 340 | 30 | 0 | 5 | 132 | 7 | 70 | 126 | 63 |
| Binary | 11101101 | 11100000 | 11000 | 0 | 101 | 1011010 | 111 | 111000 | 1010110 | 110011 |
Color Harmonies of #EDE018
Complementary color
Monochromatic Colors of #EDE018
Black with #EDE018
Text Example
Text Example
White with #EDE018
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDE018; }
p { color: rgb(237,224,24); }
H1.HeaderClassName
{
color: #EDE018;
}
.AnyTagClassName
{
color: #EDE018;
}
</style>
background-color css
<style>
a { background-color: #EDE018; }
a { background-color: rgb(237,224,24); }
div.DivClassName
{
background-color: #EDE018;
}
.BgClassName
{
background-color: #EDE018;
}
</style>
border-color css
<style>
span { border-color: #EDE018; }
span { border-color: rgb(237,224,24); }
td.TdClassName
{
border-color: #EDE018;
}
.TagClassName
{
border-color: #EDE018;
}
</style>