Shades of Lemon #EEF60D
Tints of Lemon #EEF60D
RGB
CMYK
RGB Variations
Color information
#EEF60D (or 0xEEF60D) is known color: Lemon. HEX triplet: EE, F6 and 0D. RGB value is (238,246,13). Sum of RGB (Red+Green+Blue) = 238+246+13=497 (65% of max value = 765). Red value is 238 (93.36% from 255 or 47.89% from 497); Green value is 246 (96.48% from 255 or 49.50% from 497); Blue value is 13 (5.47% from 255 or 2.62% from 497); Max value from RGB is 246 - color contains mainly: green. Hex color #EEF60D is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EEF60D is #1109F2. Grayscale: #D9D9D9. Windows color (decimal): -1116659 or 915182. OLE color: 915182.
HSL color Cylindrical-coordinate representation of color #EEF60D: hue angle of 62.06º degrees, saturation: 0.93, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #EEF60D is Cyan = 0.03, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 238 | 246 | 13 | - |
| CMYK | 0.03 | 0 | 0.95 | 0.04 |
| HSL | 62.06º | 0.93% | 0.51% | - |
| HSV(B) | 62.06º | 0.95% | 0.96% | - |
| XYZ | 68.29 | 84.12 | 13.02 | - |
| YUV | 217.05 | 12.85 | 142.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 246 | 13 | 0.03 | 0 | 0.95 | 0.04 | 62.06 | 0.93 | 0.51 |
| Hex | EE | F6 | D | 3 | 0 | 5F | 4 | 3E | 5D | 33 |
| Octal | 356 | 366 | 15 | 3 | 0 | 137 | 4 | 76 | 135 | 63 |
| Binary | 11101110 | 11110110 | 1101 | 11 | 0 | 1011111 | 100 | 111110 | 1011101 | 110011 |
Color Harmonies of #EEF60D
Complementary color
Monochromatic Colors of #EEF60D
Black with #EEF60D
Text Example
Text Example
White with #EEF60D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEF60D; }
p { color: rgb(238,246,13); }
H1.HeaderClassName
{
color: #EEF60D;
}
.AnyTagClassName
{
color: #EEF60D;
}
</style>
background-color css
<style>
a { background-color: #EEF60D; }
a { background-color: rgb(238,246,13); }
div.DivClassName
{
background-color: #EEF60D;
}
.BgClassName
{
background-color: #EEF60D;
}
</style>
border-color css
<style>
span { border-color: #EEF60D; }
span { border-color: rgb(238,246,13); }
td.TdClassName
{
border-color: #EEF60D;
}
.TagClassName
{
border-color: #EEF60D;
}
</style>