Shades of Lemon #EEF30E
Tints of Lemon #EEF30E
RGB
CMYK
RGB Variations
Color information
#EEF30E (or 0xEEF30E) is known color: Lemon. HEX triplet: EE, F3 and 0E. RGB value is (238,243,14). Sum of RGB (Red+Green+Blue) = 238+243+14=495 (65% of max value = 765). Red value is 238 (93.36% from 255 or 48.08% from 495); Green value is 243 (95.31% from 255 or 49.09% from 495); Blue value is 14 (5.86% from 255 or 2.83% from 495); Max value from RGB is 243 - color contains mainly: green. Hex color #EEF30E is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EEF30E is #110CF1. Grayscale: #D8D8D8. Windows color (decimal): -1117426 or 979950. OLE color: 979950.
HSL color Cylindrical-coordinate representation of color #EEF30E: hue angle of 61.31º degrees, saturation: 0.91, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #EEF30E is Cyan = 0.02, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 238 | 243 | 14 | - |
| CMYK | 0.02 | 0 | 0.94 | 0.05 |
| HSL | 61.31º | 0.91% | 0.5% | - |
| HSV(B) | 61.31º | 0.94% | 0.95% | - |
| XYZ | 67.39 | 82.31 | 12.75 | - |
| YUV | 215.4 | 14.34 | 144.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 243 | 14 | 0.02 | 0 | 0.94 | 0.05 | 61.31 | 0.91 | 0.5 |
| Hex | EE | F3 | E | 2 | 0 | 5E | 5 | 3D | 5B | 32 |
| Octal | 356 | 363 | 16 | 2 | 0 | 136 | 5 | 75 | 133 | 62 |
| Binary | 11101110 | 11110011 | 1110 | 10 | 0 | 1011110 | 101 | 111101 | 1011011 | 110010 |
Color Harmonies of #EEF30E
Complementary color
Monochromatic Colors of #EEF30E
Black with #EEF30E
Text Example
Text Example
White with #EEF30E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEF30E; }
p { color: rgb(238,243,14); }
H1.HeaderClassName
{
color: #EEF30E;
}
.AnyTagClassName
{
color: #EEF30E;
}
</style>
background-color css
<style>
a { background-color: #EEF30E; }
a { background-color: rgb(238,243,14); }
div.DivClassName
{
background-color: #EEF30E;
}
.BgClassName
{
background-color: #EEF30E;
}
</style>
border-color css
<style>
span { border-color: #EEF30E; }
span { border-color: rgb(238,243,14); }
td.TdClassName
{
border-color: #EEF30E;
}
.TagClassName
{
border-color: #EEF30E;
}
</style>