Shades of Lemon #EEDE11
Tints of Lemon #EEDE11
RGB
CMYK
RGB Variations
Color information
#EEDE11 (or 0xEEDE11) is known color: Lemon. HEX triplet: EE, DE and 11. RGB value is (238,222,17). Sum of RGB (Red+Green+Blue) = 238+222+17=477 (63% of max value = 765). Red value is 238 (93.36% from 255 or 49.90% from 477); Green value is 222 (87.11% from 255 or 46.54% from 477); Blue value is 17 (7.03% from 255 or 3.56% from 477); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDE11 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EEDE11 is #1121EE. Grayscale: #CCCCCC. Windows color (decimal): -1122799 or 1171182. OLE color: 1171182.
HSL color Cylindrical-coordinate representation of color #EEDE11: hue angle of 55.66º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #EEDE11 is Cyan = 0, Magento = 0.07, Yellow = 0.93 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 222 | 17 | - |
| CMYK | 0 | 0.07 | 0.93 | 0.07 |
| HSL | 55.66º | 0.87% | 0.5% | - |
| HSV(B) | 55.66º | 0.93% | 0.93% | - |
| XYZ | 61.48 | 70.46 | 10.89 | - |
| YUV | 203.41 | 22.8 | 152.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 222 | 17 | 0 | 0.07 | 0.93 | 0.07 | 55.66 | 0.87 | 0.5 |
| Hex | EE | DE | 11 | 0 | 7 | 5D | 7 | 38 | 57 | 32 |
| Octal | 356 | 336 | 21 | 0 | 7 | 135 | 7 | 70 | 127 | 62 |
| Binary | 11101110 | 11011110 | 10001 | 0 | 111 | 1011101 | 111 | 111000 | 1010111 | 110010 |
Color Harmonies of #EEDE11
Complementary color
Monochromatic Colors of #EEDE11
Black with #EEDE11
Text Example
Text Example
White with #EEDE11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEDE11; }
p { color: rgb(238,222,17); }
H1.HeaderClassName
{
color: #EEDE11;
}
.AnyTagClassName
{
color: #EEDE11;
}
</style>
background-color css
<style>
a { background-color: #EEDE11; }
a { background-color: rgb(238,222,17); }
div.DivClassName
{
background-color: #EEDE11;
}
.BgClassName
{
background-color: #EEDE11;
}
</style>
border-color css
<style>
span { border-color: #EEDE11; }
span { border-color: rgb(238,222,17); }
td.TdClassName
{
border-color: #EEDE11;
}
.TagClassName
{
border-color: #EEDE11;
}
</style>