Shades of Lemon #EEF017
Tints of Lemon #EEF017
RGB
CMYK
RGB Variations
Color information
#EEF017 (or 0xEEF017) is known color: Lemon. HEX triplet: EE, F0 and 17. RGB value is (238,240,23). Sum of RGB (Red+Green+Blue) = 238+240+23=501 (66% of max value = 765). Red value is 238 (93.36% from 255 or 47.50% from 501); Green value is 240 (94.14% from 255 or 47.90% from 501); Blue value is 23 (9.38% from 255 or 4.59% from 501); Max value from RGB is 240 - color contains mainly: green. Hex color #EEF017 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EEF017 is #110FE8. Grayscale: #D7D7D7. Windows color (decimal): -1118185 or 1569006. OLE color: 1569006.
HSL color Cylindrical-coordinate representation of color #EEF017: hue angle of 60.55º degrees, saturation: 0.88, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #EEF017 is Cyan = 0.01, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 238 | 240 | 23 | - |
| CMYK | 0.01 | 0 | 0.90 | 0.06 |
| HSL | 60.55º | 0.88% | 0.52% | - |
| HSV(B) | 60.55º | 0.9% | 0.94% | - |
| XYZ | 66.57 | 80.56 | 12.85 | - |
| YUV | 214.66 | 19.84 | 144.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 240 | 23 | 0.01 | 0 | 0.90 | 0.06 | 60.55 | 0.88 | 0.52 |
| Hex | EE | F0 | 17 | 1 | 0 | 5A | 6 | 3D | 58 | 34 |
| Octal | 356 | 360 | 27 | 1 | 0 | 132 | 6 | 75 | 130 | 64 |
| Binary | 11101110 | 11110000 | 10111 | 1 | 0 | 1011010 | 110 | 111101 | 1011000 | 110100 |
Color Harmonies of #EEF017
Complementary color
Monochromatic Colors of #EEF017
Black with #EEF017
Text Example
Text Example
White with #EEF017
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEF017; }
p { color: rgb(238,240,23); }
H1.HeaderClassName
{
color: #EEF017;
}
.AnyTagClassName
{
color: #EEF017;
}
</style>
background-color css
<style>
a { background-color: #EEF017; }
a { background-color: rgb(238,240,23); }
div.DivClassName
{
background-color: #EEF017;
}
.BgClassName
{
background-color: #EEF017;
}
</style>
border-color css
<style>
span { border-color: #EEF017; }
span { border-color: rgb(238,240,23); }
td.TdClassName
{
border-color: #EEF017;
}
.TagClassName
{
border-color: #EEF017;
}
</style>