Shades of Lemon #EEF413
Tints of Lemon #EEF413
RGB
CMYK
RGB Variations
Color information
#EEF413 (or 0xEEF413) is known color: Lemon. HEX triplet: EE, F4 and 13. RGB value is (238,244,19). Sum of RGB (Red+Green+Blue) = 238+244+19=501 (66% of max value = 765). Red value is 238 (93.36% from 255 or 47.50% from 501); Green value is 244 (95.70% from 255 or 48.70% from 501); Blue value is 19 (7.81% from 255 or 3.79% from 501); Max value from RGB is 244 - color contains mainly: green. Hex color #EEF413 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EEF413 is #110BEC. Grayscale: #D9D9D9. Windows color (decimal): -1117165 or 1307886. OLE color: 1307886.
HSL color Cylindrical-coordinate representation of color #EEF413: hue angle of 61.6º degrees, saturation: 0.91, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #EEF413 is Cyan = 0.02, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 238 | 244 | 19 | - |
| CMYK | 0.02 | 0 | 0.92 | 0.04 |
| HSL | 61.6º | 0.91% | 0.52% | - |
| HSV(B) | 61.6º | 0.92% | 0.96% | - |
| XYZ | 67.73 | 82.93 | 13.05 | - |
| YUV | 216.56 | 16.51 | 143.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 244 | 19 | 0.02 | 0 | 0.92 | 0.04 | 61.6 | 0.91 | 0.52 |
| Hex | EE | F4 | 13 | 2 | 0 | 5C | 4 | 3E | 5B | 34 |
| Octal | 356 | 364 | 23 | 2 | 0 | 134 | 4 | 76 | 133 | 64 |
| Binary | 11101110 | 11110100 | 10011 | 10 | 0 | 1011100 | 100 | 111110 | 1011011 | 110100 |
Color Harmonies of #EEF413
Complementary color
Monochromatic Colors of #EEF413
Black with #EEF413
Text Example
Text Example
White with #EEF413
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEF413; }
p { color: rgb(238,244,19); }
H1.HeaderClassName
{
color: #EEF413;
}
.AnyTagClassName
{
color: #EEF413;
}
</style>
background-color css
<style>
a { background-color: #EEF413; }
a { background-color: rgb(238,244,19); }
div.DivClassName
{
background-color: #EEF413;
}
.BgClassName
{
background-color: #EEF413;
}
</style>
border-color css
<style>
span { border-color: #EEF413; }
span { border-color: rgb(238,244,19); }
td.TdClassName
{
border-color: #EEF413;
}
.TagClassName
{
border-color: #EEF413;
}
</style>