Shades of Lemon #EEF01D
Tints of Lemon #EEF01D
RGB
CMYK
RGB Variations
Color information
#EEF01D (or 0xEEF01D) is known color: Lemon. HEX triplet: EE, F0 and 1D. RGB value is (238,240,29). Sum of RGB (Red+Green+Blue) = 238+240+29=507 (67% of max value = 765). Red value is 238 (93.36% from 255 or 46.94% from 507); Green value is 240 (94.14% from 255 or 47.34% from 507); Blue value is 29 (11.72% from 255 or 5.72% from 507); Max value from RGB is 240 - color contains mainly: green. Hex color #EEF01D is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EEF01D is #110FE2. Grayscale: #D8D8D8. Windows color (decimal): -1118179 or 1962222. OLE color: 1962222.
HSL color Cylindrical-coordinate representation of color #EEF01D: hue angle of 60.57º degrees, saturation: 0.88, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #EEF01D is Cyan = 0.01, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 238 | 240 | 29 | - |
| CMYK | 0.01 | 0 | 0.88 | 0.06 |
| HSL | 60.57º | 0.88% | 0.53% | - |
| HSV(B) | 60.57º | 0.88% | 0.94% | - |
| XYZ | 66.64 | 80.59 | 13.2 | - |
| YUV | 215.35 | 22.84 | 144.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 240 | 29 | 0.01 | 0 | 0.88 | 0.06 | 60.57 | 0.88 | 0.53 |
| Hex | EE | F0 | 1D | 1 | 0 | 58 | 6 | 3D | 58 | 35 |
| Octal | 356 | 360 | 35 | 1 | 0 | 130 | 6 | 75 | 130 | 65 |
| Binary | 11101110 | 11110000 | 11101 | 1 | 0 | 1011000 | 110 | 111101 | 1011000 | 110101 |
Color Harmonies of #EEF01D
Complementary color
Monochromatic Colors of #EEF01D
Black with #EEF01D
Text Example
Text Example
White with #EEF01D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEF01D; }
p { color: rgb(238,240,29); }
H1.HeaderClassName
{
color: #EEF01D;
}
.AnyTagClassName
{
color: #EEF01D;
}
</style>
background-color css
<style>
a { background-color: #EEF01D; }
a { background-color: rgb(238,240,29); }
div.DivClassName
{
background-color: #EEF01D;
}
.BgClassName
{
background-color: #EEF01D;
}
</style>
border-color css
<style>
span { border-color: #EEF01D; }
span { border-color: rgb(238,240,29); }
td.TdClassName
{
border-color: #EEF01D;
}
.TagClassName
{
border-color: #EEF01D;
}
</style>