Shades of Lemon #EEF61D
Tints of Lemon #EEF61D
RGB
CMYK
RGB Variations
Color information
#EEF61D (or 0xEEF61D) is known color: Lemon. HEX triplet: EE, F6 and 1D. RGB value is (238,246,29). Sum of RGB (Red+Green+Blue) = 238+246+29=513 (67% of max value = 765). Red value is 238 (93.36% from 255 or 46.39% from 513); Green value is 246 (96.48% from 255 or 47.95% from 513); Blue value is 29 (11.72% from 255 or 5.65% from 513); Max value from RGB is 246 - color contains mainly: green. Hex color #EEF61D is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EEF61D is #1109E2. Grayscale: #DBDBDB. Windows color (decimal): -1116643 or 1963758. OLE color: 1963758.
HSL color Cylindrical-coordinate representation of color #EEF61D: hue angle of 62.21º degrees, saturation: 0.92, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #EEF61D is Cyan = 0.03, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 238 | 246 | 29 | - |
| CMYK | 0.03 | 0 | 0.88 | 0.04 |
| HSL | 62.21º | 0.92% | 0.54% | - |
| HSV(B) | 62.21º | 0.88% | 0.96% | - |
| XYZ | 68.44 | 84.18 | 13.8 | - |
| YUV | 218.87 | 20.85 | 141.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 246 | 29 | 0.03 | 0 | 0.88 | 0.04 | 62.21 | 0.92 | 0.54 |
| Hex | EE | F6 | 1D | 3 | 0 | 58 | 4 | 3E | 5C | 36 |
| Octal | 356 | 366 | 35 | 3 | 0 | 130 | 4 | 76 | 134 | 66 |
| Binary | 11101110 | 11110110 | 11101 | 11 | 0 | 1011000 | 100 | 111110 | 1011100 | 110110 |
Color Harmonies of #EEF61D
Complementary color
Monochromatic Colors of #EEF61D
Black with #EEF61D
Text Example
Text Example
White with #EEF61D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEF61D; }
p { color: rgb(238,246,29); }
H1.HeaderClassName
{
color: #EEF61D;
}
.AnyTagClassName
{
color: #EEF61D;
}
</style>
background-color css
<style>
a { background-color: #EEF61D; }
a { background-color: rgb(238,246,29); }
div.DivClassName
{
background-color: #EEF61D;
}
.BgClassName
{
background-color: #EEF61D;
}
</style>
border-color css
<style>
span { border-color: #EEF61D; }
span { border-color: rgb(238,246,29); }
td.TdClassName
{
border-color: #EEF61D;
}
.TagClassName
{
border-color: #EEF61D;
}
</style>