Shades of Lemon #EEF01C
Tints of Lemon #EEF01C
RGB
CMYK
RGB Variations
Color information
#EEF01C (or 0xEEF01C) is known color: Lemon. HEX triplet: EE, F0 and 1C. RGB value is (238,240,28). Sum of RGB (Red+Green+Blue) = 238+240+28=506 (67% of max value = 765). Red value is 238 (93.36% from 255 or 47.04% from 506); Green value is 240 (94.14% from 255 or 47.43% from 506); Blue value is 28 (11.33% from 255 or 5.53% from 506); Max value from RGB is 240 - color contains mainly: green. Hex color #EEF01C is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EEF01C is #110FE3. Grayscale: #D8D8D8. Windows color (decimal): -1118180 or 1896686. OLE color: 1896686.
HSL color Cylindrical-coordinate representation of color #EEF01C: 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 #EEF01C is Cyan = 0.01, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 238 | 240 | 28 | - |
| 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.63 | 80.58 | 13.14 | - |
| YUV | 215.23 | 22.34 | 144.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 240 | 28 | 0.01 | 0 | 0.88 | 0.06 | 60.57 | 0.88 | 0.53 |
| Hex | EE | F0 | 1C | 1 | 0 | 58 | 6 | 3D | 58 | 35 |
| Octal | 356 | 360 | 34 | 1 | 0 | 130 | 6 | 75 | 130 | 65 |
| Binary | 11101110 | 11110000 | 11100 | 1 | 0 | 1011000 | 110 | 111101 | 1011000 | 110101 |
Color Harmonies of #EEF01C
Complementary color
Monochromatic Colors of #EEF01C
Black with #EEF01C
Text Example
Text Example
White with #EEF01C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEF01C; }
p { color: rgb(238,240,28); }
H1.HeaderClassName
{
color: #EEF01C;
}
.AnyTagClassName
{
color: #EEF01C;
}
</style>
background-color css
<style>
a { background-color: #EEF01C; }
a { background-color: rgb(238,240,28); }
div.DivClassName
{
background-color: #EEF01C;
}
.BgClassName
{
background-color: #EEF01C;
}
</style>
border-color css
<style>
span { border-color: #EEF01C; }
span { border-color: rgb(238,240,28); }
td.TdClassName
{
border-color: #EEF01C;
}
.TagClassName
{
border-color: #EEF01C;
}
</style>