Shades of Lemon #EDE819
Tints of Lemon #EDE819
RGB
CMYK
RGB Variations
Color information
#EDE819 (or 0xEDE819) is known color: Lemon. HEX triplet: ED, E8 and 19. RGB value is (237,232,25). Sum of RGB (Red+Green+Blue) = 237+232+25=494 (65% of max value = 765). Red value is 237 (92.97% from 255 or 47.98% from 494); Green value is 232 (91.02% from 255 or 46.96% from 494); Blue value is 25 (10.16% from 255 or 5.06% from 494); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE819 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EDE819 is #1217E6. Grayscale: #D2D2D2. Windows color (decimal): -1185767 or 1698029. OLE color: 1698029.
HSL color Cylindrical-coordinate representation of color #EDE819: hue angle of 58.58º 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 #EDE819 is Cyan = 0, Magento = 0.02, Yellow = 0.89 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 232 | 25 | - |
| CMYK | 0 | 0.02 | 0.89 | 0.07 |
| HSL | 58.58º | 0.85% | 0.51% | - |
| HSV(B) | 58.58º | 0.89% | 0.93% | - |
| XYZ | 63.96 | 75.79 | 12.18 | - |
| YUV | 209.9 | 23.66 | 147.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 232 | 25 | 0 | 0.02 | 0.89 | 0.07 | 58.58 | 0.85 | 0.51 |
| Hex | ED | E8 | 19 | 0 | 2 | 59 | 7 | 3B | 55 | 33 |
| Octal | 355 | 350 | 31 | 0 | 2 | 131 | 7 | 73 | 125 | 63 |
| Binary | 11101101 | 11101000 | 11001 | 0 | 10 | 1011001 | 111 | 111011 | 1010101 | 110011 |
Color Harmonies of #EDE819
Complementary color
Monochromatic Colors of #EDE819
Black with #EDE819
Text Example
Text Example
White with #EDE819
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDE819; }
p { color: rgb(237,232,25); }
H1.HeaderClassName
{
color: #EDE819;
}
.AnyTagClassName
{
color: #EDE819;
}
</style>
background-color css
<style>
a { background-color: #EDE819; }
a { background-color: rgb(237,232,25); }
div.DivClassName
{
background-color: #EDE819;
}
.BgClassName
{
background-color: #EDE819;
}
</style>
border-color css
<style>
span { border-color: #EDE819; }
span { border-color: rgb(237,232,25); }
td.TdClassName
{
border-color: #EDE819;
}
.TagClassName
{
border-color: #EDE819;
}
</style>