Shades of Lemon #EEF40C
Tints of Lemon #EEF40C
RGB
CMYK
RGB Variations
Color information
#EEF40C (or 0xEEF40C) is known color: Lemon. HEX triplet: EE, F4 and 0C. RGB value is (238,244,12). Sum of RGB (Red+Green+Blue) = 238+244+12=494 (65% of max value = 765). Red value is 238 (93.36% from 255 or 48.18% from 494); Green value is 244 (95.70% from 255 or 49.39% from 494); Blue value is 12 (5.08% from 255 or 2.43% from 494); Max value from RGB is 244 - color contains mainly: green. Hex color #EEF40C is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EEF40C is #110BF3. Grayscale: #D8D8D8. Windows color (decimal): -1117172 or 849134. OLE color: 849134.
HSL color Cylindrical-coordinate representation of color #EEF40C: hue angle of 61.55º degrees, saturation: 0.91, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #EEF40C is Cyan = 0.02, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 238 | 244 | 12 | - |
| CMYK | 0.02 | 0 | 0.95 | 0.04 |
| HSL | 61.55º | 0.91% | 0.5% | - |
| HSV(B) | 61.55º | 0.95% | 0.96% | - |
| XYZ | 67.68 | 82.91 | 12.78 | - |
| YUV | 215.76 | 13.01 | 143.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 244 | 12 | 0.02 | 0 | 0.95 | 0.04 | 61.55 | 0.91 | 0.5 |
| Hex | EE | F4 | C | 2 | 0 | 5F | 4 | 3E | 5B | 32 |
| Octal | 356 | 364 | 14 | 2 | 0 | 137 | 4 | 76 | 133 | 62 |
| Binary | 11101110 | 11110100 | 1100 | 10 | 0 | 1011111 | 100 | 111110 | 1011011 | 110010 |
Color Harmonies of #EEF40C
Complementary color
Monochromatic Colors of #EEF40C
Black with #EEF40C
Text Example
Text Example
White with #EEF40C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEF40C; }
p { color: rgb(238,244,12); }
H1.HeaderClassName
{
color: #EEF40C;
}
.AnyTagClassName
{
color: #EEF40C;
}
</style>
background-color css
<style>
a { background-color: #EEF40C; }
a { background-color: rgb(238,244,12); }
div.DivClassName
{
background-color: #EEF40C;
}
.BgClassName
{
background-color: #EEF40C;
}
</style>
border-color css
<style>
span { border-color: #EEF40C; }
span { border-color: rgb(238,244,12); }
td.TdClassName
{
border-color: #EEF40C;
}
.TagClassName
{
border-color: #EEF40C;
}
</style>