Shades of Lemon #EDE407
Tints of Lemon #EDE407
RGB
CMYK
RGB Variations
Color information
#EDE407 (or 0xEDE407) is known color: Lemon. HEX triplet: ED, E4 and 07. RGB value is (237,228,7). Sum of RGB (Red+Green+Blue) = 237+228+7=472 (62% of max value = 765). Red value is 237 (92.97% from 255 or 50.21% from 472); Green value is 228 (89.45% from 255 or 48.31% from 472); Blue value is 7 (3.12% from 255 or 1.48% from 472); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE407 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EDE407 is #121BF8. Grayscale: #CECECE. Windows color (decimal): -1186809 or 517357. OLE color: 517357.
HSL color Cylindrical-coordinate representation of color #EDE407: hue angle of 57.65º degrees, saturation: 0.94, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #EDE407 is Cyan = 0, Magento = 0.04, Yellow = 0.97 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 228 | 7 | - |
| CMYK | 0 | 0.04 | 0.97 | 0.07 |
| HSL | 57.65º | 0.94% | 0.48% | - |
| HSV(B) | 57.65º | 0.97% | 0.93% | - |
| XYZ | 62.71 | 73.51 | 11.08 | - |
| YUV | 205.5 | 15.98 | 150.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 228 | 7 | 0 | 0.04 | 0.97 | 0.07 | 57.65 | 0.94 | 0.48 |
| Hex | ED | E4 | 7 | 0 | 4 | 61 | 7 | 3A | 5E | 30 |
| Octal | 355 | 344 | 7 | 0 | 4 | 141 | 7 | 72 | 136 | 60 |
| Binary | 11101101 | 11100100 | 111 | 0 | 100 | 1100001 | 111 | 111010 | 1011110 | 110000 |
Color Harmonies of #EDE407
Complementary color
Monochromatic Colors of #EDE407
Black with #EDE407
Text Example
Text Example
White with #EDE407
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDE407; }
p { color: rgb(237,228,7); }
H1.HeaderClassName
{
color: #EDE407;
}
.AnyTagClassName
{
color: #EDE407;
}
</style>
background-color css
<style>
a { background-color: #EDE407; }
a { background-color: rgb(237,228,7); }
div.DivClassName
{
background-color: #EDE407;
}
.BgClassName
{
background-color: #EDE407;
}
</style>
border-color css
<style>
span { border-color: #EDE407; }
span { border-color: rgb(237,228,7); }
td.TdClassName
{
border-color: #EDE407;
}
.TagClassName
{
border-color: #EDE407;
}
</style>