Shades of Lemon #EEF912
Tints of Lemon #EEF912
RGB
CMYK
RGB Variations
Color information
#EEF912 (or 0xEEF912) is known color: Lemon. HEX triplet: EE, F9 and 12. RGB value is (238,249,18). Sum of RGB (Red+Green+Blue) = 238+249+18=505 (66% of max value = 765). Red value is 238 (93.36% from 255 or 47.13% from 505); Green value is 249 (97.66% from 255 or 49.31% from 505); Blue value is 18 (7.42% from 255 or 3.56% from 505); Max value from RGB is 249 - color contains mainly: green. Hex color #EEF912 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EEF912 is #1106ED. Grayscale: #DCDCDC. Windows color (decimal): -1115886 or 1243630. OLE color: 1243630.
HSL color Cylindrical-coordinate representation of color #EEF912: hue angle of 62.86º degrees, saturation: 0.95, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #EEF912 is Cyan = 0.04, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 238 | 249 | 18 | - |
| CMYK | 0.04 | 0 | 0.93 | 0.02 |
| HSL | 62.86º | 0.95% | 0.52% | - |
| HSV(B) | 62.86º | 0.93% | 0.98% | - |
| XYZ | 69.24 | 85.97 | 13.52 | - |
| YUV | 219.38 | 14.36 | 141.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 249 | 18 | 0.04 | 0 | 0.93 | 0.02 | 62.86 | 0.95 | 0.52 |
| Hex | EE | F9 | 12 | 4 | 0 | 5D | 2 | 3F | 5F | 34 |
| Octal | 356 | 371 | 22 | 4 | 0 | 135 | 2 | 77 | 137 | 64 |
| Binary | 11101110 | 11111001 | 10010 | 100 | 0 | 1011101 | 10 | 111111 | 1011111 | 110100 |
Color Harmonies of #EEF912
Complementary color
Monochromatic Colors of #EEF912
Black with #EEF912
Text Example
Text Example
White with #EEF912
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEF912; }
p { color: rgb(238,249,18); }
H1.HeaderClassName
{
color: #EEF912;
}
.AnyTagClassName
{
color: #EEF912;
}
</style>
background-color css
<style>
a { background-color: #EEF912; }
a { background-color: rgb(238,249,18); }
div.DivClassName
{
background-color: #EEF912;
}
.BgClassName
{
background-color: #EEF912;
}
</style>
border-color css
<style>
span { border-color: #EEF912; }
span { border-color: rgb(238,249,18); }
td.TdClassName
{
border-color: #EEF912;
}
.TagClassName
{
border-color: #EEF912;
}
</style>