Shades of Lemon #EEF409
Tints of Lemon #EEF409
RGB
CMYK
RGB Variations
Color information
#EEF409 (or 0xEEF409) is known color: Lemon. HEX triplet: EE, F4 and 09. RGB value is (238,244,9). Sum of RGB (Red+Green+Blue) = 238+244+9=491 (65% of max value = 765). Red value is 238 (93.36% from 255 or 48.47% from 491); Green value is 244 (95.70% from 255 or 49.69% from 491); Blue value is 9 (3.91% from 255 or 1.83% from 491); Max value from RGB is 244 - color contains mainly: green. Hex color #EEF409 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EEF409 is #110BF6. Grayscale: #D8D8D8. Windows color (decimal): -1117175 or 652526. OLE color: 652526.
HSL color Cylindrical-coordinate representation of color #EEF409: hue angle of 61.53º degrees, saturation: 0.93, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #EEF409 is Cyan = 0.02, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 238 | 244 | 9 | - |
| CMYK | 0.02 | 0 | 0.96 | 0.04 |
| HSL | 61.53º | 0.93% | 0.5% | - |
| HSV(B) | 61.53º | 0.96% | 0.96% | - |
| XYZ | 67.66 | 82.9 | 12.69 | - |
| YUV | 215.42 | 11.51 | 144.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 244 | 9 | 0.02 | 0 | 0.96 | 0.04 | 61.53 | 0.93 | 0.5 |
| Hex | EE | F4 | 9 | 2 | 0 | 60 | 4 | 3E | 5D | 32 |
| Octal | 356 | 364 | 11 | 2 | 0 | 140 | 4 | 76 | 135 | 62 |
| Binary | 11101110 | 11110100 | 1001 | 10 | 0 | 1100000 | 100 | 111110 | 1011101 | 110010 |
Color Harmonies of #EEF409
Complementary color
Monochromatic Colors of #EEF409
Black with #EEF409
Text Example
Text Example
White with #EEF409
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEF409; }
p { color: rgb(238,244,9); }
H1.HeaderClassName
{
color: #EEF409;
}
.AnyTagClassName
{
color: #EEF409;
}
</style>
background-color css
<style>
a { background-color: #EEF409; }
a { background-color: rgb(238,244,9); }
div.DivClassName
{
background-color: #EEF409;
}
.BgClassName
{
background-color: #EEF409;
}
</style>
border-color css
<style>
span { border-color: #EEF409; }
span { border-color: rgb(238,244,9); }
td.TdClassName
{
border-color: #EEF409;
}
.TagClassName
{
border-color: #EEF409;
}
</style>