Shades of Lemon #EEEC00
Tints of Lemon #EEEC00
RGB
CMYK
RGB Variations
Color information
#EEEC00 (or 0xEEEC00) is known color: Lemon. HEX triplet: EE, EC and 00. RGB value is (238,236,0). Sum of RGB (Red+Green+Blue) = 238+236+0=474 (62% of max value = 765). Red value is 238 (93.36% from 255 or 50.21% from 474); Green value is 236 (92.58% from 255 or 49.79% from 474); Blue value is 0 (0.39% from 255 or 0% from 474); Max value from RGB is 238 - color contains mainly: red. Hex color #EEEC00 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EEEC00 is #1113FF. Grayscale: #D2D2D2. Windows color (decimal): -1119232 or 60654. OLE color: 60654.
HSL color Cylindrical-coordinate representation of color #EEEC00: hue angle of 59.5º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #EEEC00 is Cyan = 0, Magento = 0.01, Yellow = 1 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 236 | 0 | - |
| CMYK | 0 | 0.01 | 1 | 0.07 |
| HSL | 59.5º | 1% | 0.47% | - |
| HSV(B) | 59.5º | 1% | 0.93% | - |
| XYZ | 65.26 | 78.17 | 11.65 | - |
| YUV | 209.69 | 9.66 | 148.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 236 | 0 | 0 | 0.01 | 1 | 0.07 | 59.5 | 1 | 0.47 |
| Hex | EE | EC | 0 | 0 | 1 | 64 | 7 | 3B | 64 | 2F |
| Octal | 356 | 354 | 0 | 0 | 1 | 144 | 7 | 73 | 144 | 57 |
| Binary | 11101110 | 11101100 | 0 | 0 | 1 | 1100100 | 111 | 111011 | 1100100 | 101111 |
Color Harmonies of #EEEC00
Complementary color
Monochromatic Colors of #EEEC00
Black with #EEEC00
Text Example
Text Example
White with #EEEC00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEEC00; }
p { color: rgb(238,236,0); }
H1.HeaderClassName
{
color: #EEEC00;
}
.AnyTagClassName
{
color: #EEEC00;
}
</style>
background-color css
<style>
a { background-color: #EEEC00; }
a { background-color: rgb(238,236,0); }
div.DivClassName
{
background-color: #EEEC00;
}
.BgClassName
{
background-color: #EEEC00;
}
</style>
border-color css
<style>
span { border-color: #EEEC00; }
span { border-color: rgb(238,236,0); }
td.TdClassName
{
border-color: #EEEC00;
}
.TagClassName
{
border-color: #EEEC00;
}
</style>