Shades of Lemon #EEF613
Tints of Lemon #EEF613
RGB
CMYK
RGB Variations
Color information
#EEF613 (or 0xEEF613) is known color: Lemon. HEX triplet: EE, F6 and 13. RGB value is (238,246,19). Sum of RGB (Red+Green+Blue) = 238+246+19=503 (66% of max value = 765). Red value is 238 (93.36% from 255 or 47.32% from 503); Green value is 246 (96.48% from 255 or 48.91% from 503); Blue value is 19 (7.81% from 255 or 3.78% from 503); Max value from RGB is 246 - color contains mainly: green. Hex color #EEF613 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EEF613 is #1109EC. Grayscale: #DADADA. Windows color (decimal): -1116653 or 1308398. OLE color: 1308398.
HSL color Cylindrical-coordinate representation of color #EEF613: hue angle of 62.11º degrees, saturation: 0.93, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #EEF613 is Cyan = 0.03, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 238 | 246 | 19 | - |
| CMYK | 0.03 | 0 | 0.92 | 0.04 |
| HSL | 62.11º | 0.93% | 0.52% | - |
| HSV(B) | 62.11º | 0.92% | 0.96% | - |
| XYZ | 68.33 | 84.14 | 13.25 | - |
| YUV | 217.73 | 15.85 | 142.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 246 | 19 | 0.03 | 0 | 0.92 | 0.04 | 62.11 | 0.93 | 0.52 |
| Hex | EE | F6 | 13 | 3 | 0 | 5C | 4 | 3E | 5D | 34 |
| Octal | 356 | 366 | 23 | 3 | 0 | 134 | 4 | 76 | 135 | 64 |
| Binary | 11101110 | 11110110 | 10011 | 11 | 0 | 1011100 | 100 | 111110 | 1011101 | 110100 |
Color Harmonies of #EEF613
Complementary color
Monochromatic Colors of #EEF613
Black with #EEF613
Text Example
Text Example
White with #EEF613
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEF613; }
p { color: rgb(238,246,19); }
H1.HeaderClassName
{
color: #EEF613;
}
.AnyTagClassName
{
color: #EEF613;
}
</style>
background-color css
<style>
a { background-color: #EEF613; }
a { background-color: rgb(238,246,19); }
div.DivClassName
{
background-color: #EEF613;
}
.BgClassName
{
background-color: #EEF613;
}
</style>
border-color css
<style>
span { border-color: #EEF613; }
span { border-color: rgb(238,246,19); }
td.TdClassName
{
border-color: #EEF613;
}
.TagClassName
{
border-color: #EEF613;
}
</style>