Shades of Lemon #EEF812
Tints of Lemon #EEF812
RGB
CMYK
RGB Variations
Color information
#EEF812 (or 0xEEF812) is known color: Lemon. HEX triplet: EE, F8 and 12. RGB value is (238,248,18). Sum of RGB (Red+Green+Blue) = 238+248+18=504 (66% of max value = 765). Red value is 238 (93.36% from 255 or 47.22% from 504); Green value is 248 (97.27% from 255 or 49.21% from 504); Blue value is 18 (7.42% from 255 or 3.57% from 504); Max value from RGB is 248 - color contains mainly: green. Hex color #EEF812 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EEF812 is #1107ED. Grayscale: #DBDBDB. Windows color (decimal): -1116142 or 1243374. OLE color: 1243374.
HSL color Cylindrical-coordinate representation of color #EEF812: hue angle of 62.61º degrees, saturation: 0.94, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #EEF812 is Cyan = 0.04, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 238 | 248 | 18 | - |
| CMYK | 0.04 | 0 | 0.93 | 0.03 |
| HSL | 62.61º | 0.94% | 0.52% | - |
| HSV(B) | 62.61º | 0.93% | 0.97% | - |
| XYZ | 68.94 | 85.36 | 13.41 | - |
| YUV | 218.79 | 14.69 | 141.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 248 | 18 | 0.04 | 0 | 0.93 | 0.03 | 62.61 | 0.94 | 0.52 |
| Hex | EE | F8 | 12 | 4 | 0 | 5D | 3 | 3F | 5E | 34 |
| Octal | 356 | 370 | 22 | 4 | 0 | 135 | 3 | 77 | 136 | 64 |
| Binary | 11101110 | 11111000 | 10010 | 100 | 0 | 1011101 | 11 | 111111 | 1011110 | 110100 |
Color Harmonies of #EEF812
Complementary color
Monochromatic Colors of #EEF812
Black with #EEF812
Text Example
Text Example
White with #EEF812
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEF812; }
p { color: rgb(238,248,18); }
H1.HeaderClassName
{
color: #EEF812;
}
.AnyTagClassName
{
color: #EEF812;
}
</style>
background-color css
<style>
a { background-color: #EEF812; }
a { background-color: rgb(238,248,18); }
div.DivClassName
{
background-color: #EEF812;
}
.BgClassName
{
background-color: #EEF812;
}
</style>
border-color css
<style>
span { border-color: #EEF812; }
span { border-color: rgb(238,248,18); }
td.TdClassName
{
border-color: #EEF812;
}
.TagClassName
{
border-color: #EEF812;
}
</style>