Shades of Lemon #EEF71D
Tints of Lemon #EEF71D
RGB
CMYK
RGB Variations
Color information
#EEF71D (or 0xEEF71D) is known color: Lemon. HEX triplet: EE, F7 and 1D. RGB value is (238,247,29). Sum of RGB (Red+Green+Blue) = 238+247+29=514 (68% of max value = 765). Red value is 238 (93.36% from 255 or 46.30% from 514); Green value is 247 (96.88% from 255 or 48.05% from 514); Blue value is 29 (11.72% from 255 or 5.64% from 514); Max value from RGB is 247 - color contains mainly: green. Hex color #EEF71D is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EEF71D is #1108E2. Grayscale: #DCDCDC. Windows color (decimal): -1116387 or 1964014. OLE color: 1964014.
HSL color Cylindrical-coordinate representation of color #EEF71D: hue angle of 62.48º degrees, saturation: 0.93, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #EEF71D is Cyan = 0.04, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 238 | 247 | 29 | - |
| CMYK | 0.04 | 0 | 0.88 | 0.03 |
| HSL | 62.48º | 0.93% | 0.54% | - |
| HSV(B) | 62.48º | 0.88% | 0.97% | - |
| XYZ | 68.74 | 84.79 | 13.9 | - |
| YUV | 219.46 | 20.52 | 141.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 247 | 29 | 0.04 | 0 | 0.88 | 0.03 | 62.48 | 0.93 | 0.54 |
| Hex | EE | F7 | 1D | 4 | 0 | 58 | 3 | 3E | 5D | 36 |
| Octal | 356 | 367 | 35 | 4 | 0 | 130 | 3 | 76 | 135 | 66 |
| Binary | 11101110 | 11110111 | 11101 | 100 | 0 | 1011000 | 11 | 111110 | 1011101 | 110110 |
Color Harmonies of #EEF71D
Complementary color
Monochromatic Colors of #EEF71D
Black with #EEF71D
Text Example
Text Example
White with #EEF71D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEF71D; }
p { color: rgb(238,247,29); }
H1.HeaderClassName
{
color: #EEF71D;
}
.AnyTagClassName
{
color: #EEF71D;
}
</style>
background-color css
<style>
a { background-color: #EEF71D; }
a { background-color: rgb(238,247,29); }
div.DivClassName
{
background-color: #EEF71D;
}
.BgClassName
{
background-color: #EEF71D;
}
</style>
border-color css
<style>
span { border-color: #EEF71D; }
span { border-color: rgb(238,247,29); }
td.TdClassName
{
border-color: #EEF71D;
}
.TagClassName
{
border-color: #EEF71D;
}
</style>