Shades of Lemon #EDE215
Tints of Lemon #EDE215
RGB
CMYK
RGB Variations
Color information
#EDE215 (or 0xEDE215) is known color: Lemon. HEX triplet: ED, E2 and 15. RGB value is (237,226,21). Sum of RGB (Red+Green+Blue) = 237+226+21=484 (64% of max value = 765). Red value is 237 (92.97% from 255 or 48.97% from 484); Green value is 226 (88.67% from 255 or 46.69% from 484); Blue value is 21 (8.59% from 255 or 4.34% from 484); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE215 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EDE215 is #121DEA. Grayscale: #CECECE. Windows color (decimal): -1187307 or 1434349. OLE color: 1434349.
HSL color Cylindrical-coordinate representation of color #EDE215: hue angle of 56.94º 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 #EDE215 is Cyan = 0, Magento = 0.05, Yellow = 0.91 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 226 | 21 | - |
| CMYK | 0 | 0.05 | 0.91 | 0.07 |
| HSL | 56.94º | 0.86% | 0.51% | - |
| HSV(B) | 56.94º | 0.91% | 0.93% | - |
| XYZ | 62.26 | 72.45 | 11.41 | - |
| YUV | 205.92 | 23.64 | 150.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 226 | 21 | 0 | 0.05 | 0.91 | 0.07 | 56.94 | 0.86 | 0.51 |
| Hex | ED | E2 | 15 | 0 | 5 | 5B | 7 | 39 | 56 | 33 |
| Octal | 355 | 342 | 25 | 0 | 5 | 133 | 7 | 71 | 126 | 63 |
| Binary | 11101101 | 11100010 | 10101 | 0 | 101 | 1011011 | 111 | 111001 | 1010110 | 110011 |
Color Harmonies of #EDE215
Complementary color
Monochromatic Colors of #EDE215
Black with #EDE215
Text Example
Text Example
White with #EDE215
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDE215; }
p { color: rgb(237,226,21); }
H1.HeaderClassName
{
color: #EDE215;
}
.AnyTagClassName
{
color: #EDE215;
}
</style>
background-color css
<style>
a { background-color: #EDE215; }
a { background-color: rgb(237,226,21); }
div.DivClassName
{
background-color: #EDE215;
}
.BgClassName
{
background-color: #EDE215;
}
</style>
border-color css
<style>
span { border-color: #EDE215; }
span { border-color: rgb(237,226,21); }
td.TdClassName
{
border-color: #EDE215;
}
.TagClassName
{
border-color: #EDE215;
}
</style>