Shades of Lemon #EEEC11
Tints of Lemon #EEEC11
RGB
CMYK
RGB Variations
Color information
#EEEC11 (or 0xEEEC11) is known color: Lemon. HEX triplet: EE, EC and 11. RGB value is (238,236,17). Sum of RGB (Red+Green+Blue) = 238+236+17=491 (65% of max value = 765). Red value is 238 (93.36% from 255 or 48.47% from 491); Green value is 236 (92.58% from 255 or 48.07% from 491); Blue value is 17 (7.03% from 255 or 3.46% from 491); Max value from RGB is 238 - color contains mainly: red. Hex color #EEEC11 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EEEC11 is #1113EE. Grayscale: #D4D4D4. Windows color (decimal): -1119215 or 1174766. OLE color: 1174766.
HSL color Cylindrical-coordinate representation of color #EEEC11: hue angle of 59.46º 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 #EEEC11 is Cyan = 0, Magento = 0.01, Yellow = 0.93 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 236 | 17 | - |
| CMYK | 0 | 0.01 | 0.93 | 0.07 |
| HSL | 59.46º | 0.87% | 0.5% | - |
| HSV(B) | 59.46º | 0.93% | 0.93% | - |
| XYZ | 65.36 | 78.21 | 12.18 | - |
| YUV | 211.63 | 18.16 | 146.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 236 | 17 | 0 | 0.01 | 0.93 | 0.07 | 59.46 | 0.87 | 0.5 |
| Hex | EE | EC | 11 | 0 | 1 | 5D | 7 | 3B | 57 | 32 |
| Octal | 356 | 354 | 21 | 0 | 1 | 135 | 7 | 73 | 127 | 62 |
| Binary | 11101110 | 11101100 | 10001 | 0 | 1 | 1011101 | 111 | 111011 | 1010111 | 110010 |
Color Harmonies of #EEEC11
Complementary color
Monochromatic Colors of #EEEC11
Black with #EEEC11
Text Example
Text Example
White with #EEEC11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEEC11; }
p { color: rgb(238,236,17); }
H1.HeaderClassName
{
color: #EEEC11;
}
.AnyTagClassName
{
color: #EEEC11;
}
</style>
background-color css
<style>
a { background-color: #EEEC11; }
a { background-color: rgb(238,236,17); }
div.DivClassName
{
background-color: #EEEC11;
}
.BgClassName
{
background-color: #EEEC11;
}
</style>
border-color css
<style>
span { border-color: #EEEC11; }
span { border-color: rgb(238,236,17); }
td.TdClassName
{
border-color: #EEEC11;
}
.TagClassName
{
border-color: #EEEC11;
}
</style>