Shades of Lemon #EEED17
Tints of Lemon #EEED17
RGB
CMYK
RGB Variations
Color information
#EEED17 (or 0xEEED17) is known color: Lemon. HEX triplet: EE, ED and 17. RGB value is (238,237,23). Sum of RGB (Red+Green+Blue) = 238+237+23=498 (65% of max value = 765). Red value is 238 (93.36% from 255 or 47.79% from 498); Green value is 237 (92.97% from 255 or 47.59% from 498); Blue value is 23 (9.38% from 255 or 4.62% from 498); Max value from RGB is 238 - color contains mainly: red. Hex color #EEED17 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EEED17 is #1112E8. Grayscale: #D5D5D5. Windows color (decimal): -1118953 or 1568238. OLE color: 1568238.
HSL color Cylindrical-coordinate representation of color #EEED17: hue angle of 59.72º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #EEED17 is Cyan = 0, Magento = 0.00, Yellow = 0.90 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 237 | 23 | - |
| CMYK | 0 | 0.00 | 0.90 | 0.07 |
| HSL | 59.72º | 0.86% | 0.51% | - |
| HSV(B) | 59.72º | 0.9% | 0.93% | - |
| XYZ | 65.7 | 78.81 | 12.56 | - |
| YUV | 212.9 | 20.83 | 145.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 237 | 23 | 0 | 0.00 | 0.90 | 0.07 | 59.72 | 0.86 | 0.51 |
| Hex | EE | ED | 17 | 0 | 0 | 5A | 7 | 3C | 56 | 33 |
| Octal | 356 | 355 | 27 | 0 | 0 | 132 | 7 | 74 | 126 | 63 |
| Binary | 11101110 | 11101101 | 10111 | 0 | 0 | 1011010 | 111 | 111100 | 1010110 | 110011 |
Color Harmonies of #EEED17
Complementary color
Monochromatic Colors of #EEED17
Black with #EEED17
Text Example
Text Example
White with #EEED17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEED17; }
p { color: rgb(238,237,23); }
H1.HeaderClassName
{
color: #EEED17;
}
.AnyTagClassName
{
color: #EEED17;
}
</style>
background-color css
<style>
a { background-color: #EEED17; }
a { background-color: rgb(238,237,23); }
div.DivClassName
{
background-color: #EEED17;
}
.BgClassName
{
background-color: #EEED17;
}
</style>
border-color css
<style>
span { border-color: #EEED17; }
span { border-color: rgb(238,237,23); }
td.TdClassName
{
border-color: #EEED17;
}
.TagClassName
{
border-color: #EEED17;
}
</style>