Shades of Lemon #EEF714
Tints of Lemon #EEF714
RGB
CMYK
RGB Variations
Color information
#EEF714 (or 0xEEF714) is known color: Lemon. HEX triplet: EE, F7 and 14. RGB value is (238,247,20). Sum of RGB (Red+Green+Blue) = 238+247+20=505 (66% of max value = 765). Red value is 238 (93.36% from 255 or 47.13% from 505); Green value is 247 (96.88% from 255 or 48.91% from 505); Blue value is 20 (8.20% from 255 or 3.96% from 505); Max value from RGB is 247 - color contains mainly: green. Hex color #EEF714 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EEF714 is #1108EB. Grayscale: #DBDBDB. Windows color (decimal): -1116396 or 1374190. OLE color: 1374190.
HSL color Cylindrical-coordinate representation of color #EEF714: hue angle of 62.38º degrees, saturation: 0.93, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #EEF714 is Cyan = 0.04, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 238 | 247 | 20 | - |
| CMYK | 0.04 | 0 | 0.92 | 0.03 |
| HSL | 62.38º | 0.93% | 0.52% | - |
| HSV(B) | 62.38º | 0.92% | 0.97% | - |
| XYZ | 68.65 | 84.75 | 13.4 | - |
| YUV | 218.43 | 16.02 | 141.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 247 | 20 | 0.04 | 0 | 0.92 | 0.03 | 62.38 | 0.93 | 0.52 |
| Hex | EE | F7 | 14 | 4 | 0 | 5C | 3 | 3E | 5D | 34 |
| Octal | 356 | 367 | 24 | 4 | 0 | 134 | 3 | 76 | 135 | 64 |
| Binary | 11101110 | 11110111 | 10100 | 100 | 0 | 1011100 | 11 | 111110 | 1011101 | 110100 |
Color Harmonies of #EEF714
Complementary color
Monochromatic Colors of #EEF714
Black with #EEF714
Text Example
Text Example
White with #EEF714
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEF714; }
p { color: rgb(238,247,20); }
H1.HeaderClassName
{
color: #EEF714;
}
.AnyTagClassName
{
color: #EEF714;
}
</style>
background-color css
<style>
a { background-color: #EEF714; }
a { background-color: rgb(238,247,20); }
div.DivClassName
{
background-color: #EEF714;
}
.BgClassName
{
background-color: #EEF714;
}
</style>
border-color css
<style>
span { border-color: #EEF714; }
span { border-color: rgb(238,247,20); }
td.TdClassName
{
border-color: #EEF714;
}
.TagClassName
{
border-color: #EEF714;
}
</style>