Shades of Lemon #EDE218
Tints of Lemon #EDE218
RGB
CMYK
RGB Variations
Color information
#EDE218 (or 0xEDE218) is known color: Lemon. HEX triplet: ED, E2 and 18. RGB value is (237,226,24). Sum of RGB (Red+Green+Blue) = 237+226+24=487 (64% of max value = 765). Red value is 237 (92.97% from 255 or 48.67% from 487); Green value is 226 (88.67% from 255 or 46.41% from 487); Blue value is 24 (9.77% from 255 or 4.93% from 487); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE218 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EDE218 is #121DE7. Grayscale: #CFCFCF. Windows color (decimal): -1187304 or 1630957. OLE color: 1630957.
HSL color Cylindrical-coordinate representation of color #EDE218: hue angle of 56.9º 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 #EDE218 is Cyan = 0, Magento = 0.05, Yellow = 0.90 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 226 | 24 | - |
| CMYK | 0 | 0.05 | 0.90 | 0.07 |
| HSL | 56.9º | 0.86% | 0.51% | - |
| HSV(B) | 56.9º | 0.9% | 0.93% | - |
| XYZ | 62.29 | 72.46 | 11.57 | - |
| YUV | 206.26 | 25.14 | 149.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 226 | 24 | 0 | 0.05 | 0.90 | 0.07 | 56.9 | 0.86 | 0.51 |
| Hex | ED | E2 | 18 | 0 | 5 | 5A | 7 | 39 | 56 | 33 |
| Octal | 355 | 342 | 30 | 0 | 5 | 132 | 7 | 71 | 126 | 63 |
| Binary | 11101101 | 11100010 | 11000 | 0 | 101 | 1011010 | 111 | 111001 | 1010110 | 110011 |
Color Harmonies of #EDE218
Complementary color
Monochromatic Colors of #EDE218
Black with #EDE218
Text Example
Text Example
White with #EDE218
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDE218; }
p { color: rgb(237,226,24); }
H1.HeaderClassName
{
color: #EDE218;
}
.AnyTagClassName
{
color: #EDE218;
}
</style>
background-color css
<style>
a { background-color: #EDE218; }
a { background-color: rgb(237,226,24); }
div.DivClassName
{
background-color: #EDE218;
}
.BgClassName
{
background-color: #EDE218;
}
</style>
border-color css
<style>
span { border-color: #EDE218; }
span { border-color: rgb(237,226,24); }
td.TdClassName
{
border-color: #EDE218;
}
.TagClassName
{
border-color: #EDE218;
}
</style>