Shades of Lemon #EEED15
Tints of Lemon #EEED15
RGB
CMYK
RGB Variations
Color information
#EEED15 (or 0xEEED15) is known color: Lemon. HEX triplet: EE, ED and 15. RGB value is (238,237,21). Sum of RGB (Red+Green+Blue) = 238+237+21=496 (65% of max value = 765). Red value is 238 (93.36% from 255 or 47.98% from 496); Green value is 237 (92.97% from 255 or 47.78% from 496); Blue value is 21 (8.59% from 255 or 4.23% from 496); Max value from RGB is 238 - color contains mainly: red. Hex color #EEED15 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EEED15 is #1112EA. Grayscale: #D5D5D5. Windows color (decimal): -1118955 or 1437166. OLE color: 1437166.
HSL color Cylindrical-coordinate representation of color #EEED15: 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 #EEED15 is Cyan = 0, Magento = 0.00, Yellow = 0.91 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 237 | 21 | - |
| 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.68 | 78.8 | 12.46 | - |
| YUV | 212.68 | 19.83 | 146.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 237 | 21 | 0 | 0.00 | 0.91 | 0.07 | 59.72 | 0.86 | 0.51 |
| Hex | EE | ED | 15 | 0 | 0 | 5B | 7 | 3C | 56 | 33 |
| Octal | 356 | 355 | 25 | 0 | 0 | 133 | 7 | 74 | 126 | 63 |
| Binary | 11101110 | 11101101 | 10101 | 0 | 0 | 1011011 | 111 | 111100 | 1010110 | 110011 |
Color Harmonies of #EEED15
Complementary color
Monochromatic Colors of #EEED15
Black with #EEED15
Text Example
Text Example
White with #EEED15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEED15; }
p { color: rgb(238,237,21); }
H1.HeaderClassName
{
color: #EEED15;
}
.AnyTagClassName
{
color: #EEED15;
}
</style>
background-color css
<style>
a { background-color: #EEED15; }
a { background-color: rgb(238,237,21); }
div.DivClassName
{
background-color: #EEED15;
}
.BgClassName
{
background-color: #EEED15;
}
</style>
border-color css
<style>
span { border-color: #EEED15; }
span { border-color: rgb(238,237,21); }
td.TdClassName
{
border-color: #EEED15;
}
.TagClassName
{
border-color: #EEED15;
}
</style>