Shades of Lemon #EDE019
Tints of Lemon #EDE019
RGB
CMYK
RGB Variations
Color information
#EDE019 (or 0xEDE019) is known color: Lemon. HEX triplet: ED, E0 and 19. RGB value is (237,224,25). Sum of RGB (Red+Green+Blue) = 237+224+25=486 (64% of max value = 765). Red value is 237 (92.97% from 255 or 48.77% from 486); Green value is 224 (87.89% from 255 or 46.09% from 486); Blue value is 25 (10.16% from 255 or 5.14% from 486); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE019 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EDE019 is #121FE6. Grayscale: #CECECE. Windows color (decimal): -1187815 or 1695981. OLE color: 1695981.
HSL color Cylindrical-coordinate representation of color #EDE019: hue angle of 56.32º degrees, saturation: 0.85, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #EDE019 is Cyan = 0, Magento = 0.05, Yellow = 0.89 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 224 | 25 | - |
| CMYK | 0 | 0.05 | 0.89 | 0.07 |
| HSL | 56.32º | 0.85% | 0.51% | - |
| HSV(B) | 56.32º | 0.89% | 0.93% | - |
| XYZ | 61.76 | 71.39 | 11.44 | - |
| YUV | 205.2 | 26.31 | 150.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 224 | 25 | 0 | 0.05 | 0.89 | 0.07 | 56.32 | 0.85 | 0.51 |
| Hex | ED | E0 | 19 | 0 | 5 | 59 | 7 | 38 | 55 | 33 |
| Octal | 355 | 340 | 31 | 0 | 5 | 131 | 7 | 70 | 125 | 63 |
| Binary | 11101101 | 11100000 | 11001 | 0 | 101 | 1011001 | 111 | 111000 | 1010101 | 110011 |
Color Harmonies of #EDE019
Complementary color
Monochromatic Colors of #EDE019
Black with #EDE019
Text Example
Text Example
White with #EDE019
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDE019; }
p { color: rgb(237,224,25); }
H1.HeaderClassName
{
color: #EDE019;
}
.AnyTagClassName
{
color: #EDE019;
}
</style>
background-color css
<style>
a { background-color: #EDE019; }
a { background-color: rgb(237,224,25); }
div.DivClassName
{
background-color: #EDE019;
}
.BgClassName
{
background-color: #EDE019;
}
</style>
border-color css
<style>
span { border-color: #EDE019; }
span { border-color: rgb(237,224,25); }
td.TdClassName
{
border-color: #EDE019;
}
.TagClassName
{
border-color: #EDE019;
}
</style>