Shades of Lemon #EDE50F
Tints of Lemon #EDE50F
RGB
CMYK
RGB Variations
Color information
#EDE50F (or 0xEDE50F) is known color: Lemon. HEX triplet: ED, E5 and 0F. RGB value is (237,229,15). Sum of RGB (Red+Green+Blue) = 237+229+15=481 (63% of max value = 765). Red value is 237 (92.97% from 255 or 49.27% from 481); Green value is 229 (89.84% from 255 or 47.61% from 481); Blue value is 15 (6.25% from 255 or 3.12% from 481); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE50F is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EDE50F is #121AF0. Grayscale: #CFCFCF. Windows color (decimal): -1186545 or 1041901. OLE color: 1041901.
HSL color Cylindrical-coordinate representation of color #EDE50F: hue angle of 57.84º 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 #EDE50F is Cyan = 0, Magento = 0.03, Yellow = 0.94 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 229 | 15 | - |
| CMYK | 0 | 0.03 | 0.94 | 0.07 |
| HSL | 57.84º | 0.88% | 0.49% | - |
| HSV(B) | 57.84º | 0.94% | 0.93% | - |
| XYZ | 63.03 | 74.08 | 11.43 | - |
| YUV | 207 | 19.65 | 149.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 229 | 15 | 0 | 0.03 | 0.94 | 0.07 | 57.84 | 0.88 | 0.49 |
| Hex | ED | E5 | F | 0 | 3 | 5E | 7 | 3A | 58 | 31 |
| Octal | 355 | 345 | 17 | 0 | 3 | 136 | 7 | 72 | 130 | 61 |
| Binary | 11101101 | 11100101 | 1111 | 0 | 11 | 1011110 | 111 | 111010 | 1011000 | 110001 |
Color Harmonies of #EDE50F
Complementary color
Monochromatic Colors of #EDE50F
Black with #EDE50F
Text Example
Text Example
White with #EDE50F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDE50F; }
p { color: rgb(237,229,15); }
H1.HeaderClassName
{
color: #EDE50F;
}
.AnyTagClassName
{
color: #EDE50F;
}
</style>
background-color css
<style>
a { background-color: #EDE50F; }
a { background-color: rgb(237,229,15); }
div.DivClassName
{
background-color: #EDE50F;
}
.BgClassName
{
background-color: #EDE50F;
}
</style>
border-color css
<style>
span { border-color: #EDE50F; }
span { border-color: rgb(237,229,15); }
td.TdClassName
{
border-color: #EDE50F;
}
.TagClassName
{
border-color: #EDE50F;
}
</style>