Shades of Lemon #EEED19
Tints of Lemon #EEED19
RGB
CMYK
RGB Variations
Color information
#EEED19 (or 0xEEED19) is known color: Lemon. HEX triplet: EE, ED and 19. RGB value is (238,237,25). Sum of RGB (Red+Green+Blue) = 238+237+25=500 (66% of max value = 765). Red value is 238 (93.36% from 255 or 47.6% from 500); Green value is 237 (92.97% from 255 or 47.4% from 500); Blue value is 25 (10.16% from 255 or 5% from 500); Max value from RGB is 238 - color contains mainly: red. Hex color #EEED19 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EEED19 is #1112E6. Grayscale: #D5D5D5. Windows color (decimal): -1118951 or 1699310. OLE color: 1699310.
HSL color Cylindrical-coordinate representation of color #EEED19: hue angle of 59.72º degrees, saturation: 0.86, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #EEED19 is Cyan = 0, Magento = 0.00, Yellow = 0.89 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 237 | 25 | - |
| CMYK | 0 | 0.00 | 0.89 | 0.07 |
| HSL | 59.72º | 0.86% | 0.52% | - |
| HSV(B) | 59.72º | 0.89% | 0.93% | - |
| XYZ | 65.72 | 78.82 | 12.67 | - |
| YUV | 213.13 | 21.83 | 145.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 237 | 25 | 0 | 0.00 | 0.89 | 0.07 | 59.72 | 0.86 | 0.52 |
| Hex | EE | ED | 19 | 0 | 0 | 59 | 7 | 3C | 56 | 34 |
| Octal | 356 | 355 | 31 | 0 | 0 | 131 | 7 | 74 | 126 | 64 |
| Binary | 11101110 | 11101101 | 11001 | 0 | 0 | 1011001 | 111 | 111100 | 1010110 | 110100 |
Color Harmonies of #EEED19
Complementary color
Monochromatic Colors of #EEED19
Black with #EEED19
Text Example
Text Example
White with #EEED19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEED19; }
p { color: rgb(238,237,25); }
H1.HeaderClassName
{
color: #EEED19;
}
.AnyTagClassName
{
color: #EEED19;
}
</style>
background-color css
<style>
a { background-color: #EEED19; }
a { background-color: rgb(238,237,25); }
div.DivClassName
{
background-color: #EEED19;
}
.BgClassName
{
background-color: #EEED19;
}
</style>
border-color css
<style>
span { border-color: #EEED19; }
span { border-color: rgb(238,237,25); }
td.TdClassName
{
border-color: #EEED19;
}
.TagClassName
{
border-color: #EEED19;
}
</style>