Shades of Lemon #EEF10C
Tints of Lemon #EEF10C
RGB
CMYK
RGB Variations
Color information
#EEF10C (or 0xEEF10C) is known color: Lemon. HEX triplet: EE, F1 and 0C. RGB value is (238,241,12). Sum of RGB (Red+Green+Blue) = 238+241+12=491 (65% of max value = 765). Red value is 238 (93.36% from 255 or 48.47% from 491); Green value is 241 (94.53% from 255 or 49.08% from 491); Blue value is 12 (5.08% from 255 or 2.44% from 491); Max value from RGB is 241 - color contains mainly: green. Hex color #EEF10C is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EEF10C is #110EF3. Grayscale: #D6D6D6. Windows color (decimal): -1117940 or 848366. OLE color: 848366.
HSL color Cylindrical-coordinate representation of color #EEF10C: hue angle of 60.79º degrees, saturation: 0.91, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #EEF10C is Cyan = 0.01, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 238 | 241 | 12 | - |
| CMYK | 0.01 | 0 | 0.95 | 0.05 |
| HSL | 60.79º | 0.91% | 0.5% | - |
| HSV(B) | 60.79º | 0.95% | 0.95% | - |
| XYZ | 66.78 | 81.11 | 12.48 | - |
| YUV | 214 | 14.01 | 145.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 241 | 12 | 0.01 | 0 | 0.95 | 0.05 | 60.79 | 0.91 | 0.5 |
| Hex | EE | F1 | C | 1 | 0 | 5F | 5 | 3D | 5B | 32 |
| Octal | 356 | 361 | 14 | 1 | 0 | 137 | 5 | 75 | 133 | 62 |
| Binary | 11101110 | 11110001 | 1100 | 1 | 0 | 1011111 | 101 | 111101 | 1011011 | 110010 |
Color Harmonies of #EEF10C
Complementary color
Monochromatic Colors of #EEF10C
Black with #EEF10C
Text Example
Text Example
White with #EEF10C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEF10C; }
p { color: rgb(238,241,12); }
H1.HeaderClassName
{
color: #EEF10C;
}
.AnyTagClassName
{
color: #EEF10C;
}
</style>
background-color css
<style>
a { background-color: #EEF10C; }
a { background-color: rgb(238,241,12); }
div.DivClassName
{
background-color: #EEF10C;
}
.BgClassName
{
background-color: #EEF10C;
}
</style>
border-color css
<style>
span { border-color: #EEF10C; }
span { border-color: rgb(238,241,12); }
td.TdClassName
{
border-color: #EEF10C;
}
.TagClassName
{
border-color: #EEF10C;
}
</style>