Shades of Lemon #EEED16
Tints of Lemon #EEED16
RGB
CMYK
RGB Variations
Color information
#EEED16 (or 0xEEED16) is known color: Lemon. HEX triplet: EE, ED and 16. RGB value is (238,237,22). Sum of RGB (Red+Green+Blue) = 238+237+22=497 (65% of max value = 765). Red value is 238 (93.36% from 255 or 47.89% from 497); Green value is 237 (92.97% from 255 or 47.69% from 497); Blue value is 22 (8.98% from 255 or 4.43% from 497); Max value from RGB is 238 - color contains mainly: red. Hex color #EEED16 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EEED16 is #1112E9. Grayscale: #D5D5D5. Windows color (decimal): -1118954 or 1502702. OLE color: 1502702.
HSL color Cylindrical-coordinate representation of color #EEED16: 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.91%. Process color model (Four color, CMYK) of #EEED16 is Cyan = 0, Magento = 0.00, Yellow = 0.91 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 237 | 22 | - |
| CMYK | 0 | 0.00 | 0.91 | 0.07 |
| HSL | 59.72º | 0.86% | 0.51% | - |
| HSV(B) | 59.72º | 0.91% | 0.93% | - |
| XYZ | 65.69 | 78.8 | 12.51 | - |
| YUV | 212.79 | 20.33 | 145.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 237 | 22 | 0 | 0.00 | 0.91 | 0.07 | 59.72 | 0.86 | 0.51 |
| Hex | EE | ED | 16 | 0 | 0 | 5B | 7 | 3C | 56 | 33 |
| Octal | 356 | 355 | 26 | 0 | 0 | 133 | 7 | 74 | 126 | 63 |
| Binary | 11101110 | 11101101 | 10110 | 0 | 0 | 1011011 | 111 | 111100 | 1010110 | 110011 |
Color Harmonies of #EEED16
Complementary color
Monochromatic Colors of #EEED16
Black with #EEED16
Text Example
Text Example
White with #EEED16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEED16; }
p { color: rgb(238,237,22); }
H1.HeaderClassName
{
color: #EEED16;
}
.AnyTagClassName
{
color: #EEED16;
}
</style>
background-color css
<style>
a { background-color: #EEED16; }
a { background-color: rgb(238,237,22); }
div.DivClassName
{
background-color: #EEED16;
}
.BgClassName
{
background-color: #EEED16;
}
</style>
border-color css
<style>
span { border-color: #EEED16; }
span { border-color: rgb(238,237,22); }
td.TdClassName
{
border-color: #EEED16;
}
.TagClassName
{
border-color: #EEED16;
}
</style>