Shades of Lemon #EDE115
Tints of Lemon #EDE115
RGB
CMYK
RGB Variations
Color information
#EDE115 (or 0xEDE115) is known color: Lemon. HEX triplet: ED, E1 and 15. RGB value is (237,225,21). Sum of RGB (Red+Green+Blue) = 237+225+21=483 (63% of max value = 765). Red value is 237 (92.97% from 255 or 49.07% from 483); Green value is 225 (88.28% from 255 or 46.58% from 483); Blue value is 21 (8.59% from 255 or 4.35% from 483); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE115 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EDE115 is #121EEA. Grayscale: #CECECE. Windows color (decimal): -1187563 or 1434093. OLE color: 1434093.
HSL color Cylindrical-coordinate representation of color #EDE115: hue angle of 56.67º 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 #EDE115 is Cyan = 0, Magento = 0.05, Yellow = 0.91 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 225 | 21 | - |
| CMYK | 0 | 0.05 | 0.91 | 0.07 |
| HSL | 56.67º | 0.86% | 0.51% | - |
| HSV(B) | 56.67º | 0.91% | 0.93% | - |
| XYZ | 61.99 | 71.91 | 11.32 | - |
| YUV | 205.33 | 23.98 | 150.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 225 | 21 | 0 | 0.05 | 0.91 | 0.07 | 56.67 | 0.86 | 0.51 |
| Hex | ED | E1 | 15 | 0 | 5 | 5B | 7 | 39 | 56 | 33 |
| Octal | 355 | 341 | 25 | 0 | 5 | 133 | 7 | 71 | 126 | 63 |
| Binary | 11101101 | 11100001 | 10101 | 0 | 101 | 1011011 | 111 | 111001 | 1010110 | 110011 |
Color Harmonies of #EDE115
Complementary color
Monochromatic Colors of #EDE115
Black with #EDE115
Text Example
Text Example
White with #EDE115
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDE115; }
p { color: rgb(237,225,21); }
H1.HeaderClassName
{
color: #EDE115;
}
.AnyTagClassName
{
color: #EDE115;
}
</style>
background-color css
<style>
a { background-color: #EDE115; }
a { background-color: rgb(237,225,21); }
div.DivClassName
{
background-color: #EDE115;
}
.BgClassName
{
background-color: #EDE115;
}
</style>
border-color css
<style>
span { border-color: #EDE115; }
span { border-color: rgb(237,225,21); }
td.TdClassName
{
border-color: #EDE115;
}
.TagClassName
{
border-color: #EDE115;
}
</style>