Shades of Lemon #EEEC0F
Tints of Lemon #EEEC0F
RGB
CMYK
RGB Variations
Color information
#EEEC0F (or 0xEEEC0F) is known color: Lemon. HEX triplet: EE, EC and 0F. RGB value is (238,236,15). Sum of RGB (Red+Green+Blue) = 238+236+15=489 (64% of max value = 765). Red value is 238 (93.36% from 255 or 48.67% from 489); Green value is 236 (92.58% from 255 or 48.26% from 489); Blue value is 15 (6.25% from 255 or 3.07% from 489); Max value from RGB is 238 - color contains mainly: red. Hex color #EEEC0F is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EEEC0F is #1113F0. Grayscale: #D4D4D4. Windows color (decimal): -1119217 or 1043694. OLE color: 1043694.
HSL color Cylindrical-coordinate representation of color #EEEC0F: hue angle of 59.46º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #EEEC0F is Cyan = 0, Magento = 0.01, Yellow = 0.94 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 236 | 15 | - |
| CMYK | 0 | 0.01 | 0.94 | 0.07 |
| HSL | 59.46º | 0.88% | 0.5% | - |
| HSV(B) | 59.46º | 0.94% | 0.93% | - |
| XYZ | 65.34 | 78.2 | 12.1 | - |
| YUV | 211.4 | 17.16 | 146.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 236 | 15 | 0 | 0.01 | 0.94 | 0.07 | 59.46 | 0.88 | 0.5 |
| Hex | EE | EC | F | 0 | 1 | 5E | 7 | 3B | 58 | 32 |
| Octal | 356 | 354 | 17 | 0 | 1 | 136 | 7 | 73 | 130 | 62 |
| Binary | 11101110 | 11101100 | 1111 | 0 | 1 | 1011110 | 111 | 111011 | 1011000 | 110010 |
Color Harmonies of #EEEC0F
Complementary color
Monochromatic Colors of #EEEC0F
Black with #EEEC0F
Text Example
Text Example
White with #EEEC0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEEC0F; }
p { color: rgb(238,236,15); }
H1.HeaderClassName
{
color: #EEEC0F;
}
.AnyTagClassName
{
color: #EEEC0F;
}
</style>
background-color css
<style>
a { background-color: #EEEC0F; }
a { background-color: rgb(238,236,15); }
div.DivClassName
{
background-color: #EEEC0F;
}
.BgClassName
{
background-color: #EEEC0F;
}
</style>
border-color css
<style>
span { border-color: #EEEC0F; }
span { border-color: rgb(238,236,15); }
td.TdClassName
{
border-color: #EEEC0F;
}
.TagClassName
{
border-color: #EEEC0F;
}
</style>