Shades of Lemon #EDE41C
Tints of Lemon #EDE41C
RGB
CMYK
RGB Variations
Color information
#EDE41C (or 0xEDE41C) is known color: Lemon. HEX triplet: ED, E4 and 1C. RGB value is (237,228,28). Sum of RGB (Red+Green+Blue) = 237+228+28=493 (65% of max value = 765). Red value is 237 (92.97% from 255 or 48.07% from 493); Green value is 228 (89.45% from 255 or 46.25% from 493); Blue value is 28 (11.33% from 255 or 5.68% from 493); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE41C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDE41C is #121BE3. Grayscale: #D0D0D0. Windows color (decimal): -1186788 or 1893613. OLE color: 1893613.
HSL color Cylindrical-coordinate representation of color #EDE41C: hue angle of 57.42º degrees, saturation: 0.85, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #EDE41C is Cyan = 0, Magento = 0.04, Yellow = 0.88 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 228 | 28 | - |
| CMYK | 0 | 0.04 | 0.88 | 0.07 |
| HSL | 57.42º | 0.85% | 0.52% | - |
| HSV(B) | 57.42º | 0.88% | 0.93% | - |
| XYZ | 62.88 | 73.58 | 11.99 | - |
| YUV | 207.89 | 26.48 | 148.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 228 | 28 | 0 | 0.04 | 0.88 | 0.07 | 57.42 | 0.85 | 0.52 |
| Hex | ED | E4 | 1C | 0 | 4 | 58 | 7 | 39 | 55 | 34 |
| Octal | 355 | 344 | 34 | 0 | 4 | 130 | 7 | 71 | 125 | 64 |
| Binary | 11101101 | 11100100 | 11100 | 0 | 100 | 1011000 | 111 | 111001 | 1010101 | 110100 |
Color Harmonies of #EDE41C
Complementary color
Monochromatic Colors of #EDE41C
Black with #EDE41C
Text Example
Text Example
White with #EDE41C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDE41C; }
p { color: rgb(237,228,28); }
H1.HeaderClassName
{
color: #EDE41C;
}
.AnyTagClassName
{
color: #EDE41C;
}
</style>
background-color css
<style>
a { background-color: #EDE41C; }
a { background-color: rgb(237,228,28); }
div.DivClassName
{
background-color: #EDE41C;
}
.BgClassName
{
background-color: #EDE41C;
}
</style>
border-color css
<style>
span { border-color: #EDE41C; }
span { border-color: rgb(237,228,28); }
td.TdClassName
{
border-color: #EDE41C;
}
.TagClassName
{
border-color: #EDE41C;
}
</style>