Shades of Lemon #EDE40F
Tints of Lemon #EDE40F
RGB
CMYK
RGB Variations
Color information
#EDE40F (or 0xEDE40F) is known color: Lemon. HEX triplet: ED, E4 and 0F. RGB value is (237,228,15). Sum of RGB (Red+Green+Blue) = 237+228+15=480 (63% of max value = 765). Red value is 237 (92.97% from 255 or 49.38% from 480); Green value is 228 (89.45% from 255 or 47.5% from 480); Blue value is 15 (6.25% from 255 or 3.12% from 480); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE40F is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EDE40F is #121BF0. Grayscale: #CFCFCF. Windows color (decimal): -1186801 or 1041645. OLE color: 1041645.
HSL color Cylindrical-coordinate representation of color #EDE40F: hue angle of 57.57º degrees, saturation: 0.88, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #EDE40F is Cyan = 0, Magento = 0.04, Yellow = 0.94 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 228 | 15 | - |
| CMYK | 0 | 0.04 | 0.94 | 0.07 |
| HSL | 57.57º | 0.88% | 0.49% | - |
| HSV(B) | 57.57º | 0.94% | 0.93% | - |
| XYZ | 62.75 | 73.53 | 11.34 | - |
| YUV | 206.41 | 19.98 | 149.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 228 | 15 | 0 | 0.04 | 0.94 | 0.07 | 57.57 | 0.88 | 0.49 |
| Hex | ED | E4 | F | 0 | 4 | 5E | 7 | 3A | 58 | 31 |
| Octal | 355 | 344 | 17 | 0 | 4 | 136 | 7 | 72 | 130 | 61 |
| Binary | 11101101 | 11100100 | 1111 | 0 | 100 | 1011110 | 111 | 111010 | 1011000 | 110001 |
Color Harmonies of #EDE40F
Complementary color
Monochromatic Colors of #EDE40F
Black with #EDE40F
Text Example
Text Example
White with #EDE40F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDE40F; }
p { color: rgb(237,228,15); }
H1.HeaderClassName
{
color: #EDE40F;
}
.AnyTagClassName
{
color: #EDE40F;
}
</style>
background-color css
<style>
a { background-color: #EDE40F; }
a { background-color: rgb(237,228,15); }
div.DivClassName
{
background-color: #EDE40F;
}
.BgClassName
{
background-color: #EDE40F;
}
</style>
border-color css
<style>
span { border-color: #EDE40F; }
span { border-color: rgb(237,228,15); }
td.TdClassName
{
border-color: #EDE40F;
}
.TagClassName
{
border-color: #EDE40F;
}
</style>