Shades of Lemon #EEF51A
Tints of Lemon #EEF51A
RGB
CMYK
RGB Variations
Color information
#EEF51A (or 0xEEF51A) is known color: Lemon. HEX triplet: EE, F5 and 1A. RGB value is (238,245,26). Sum of RGB (Red+Green+Blue) = 238+245+26=509 (67% of max value = 765). Red value is 238 (93.36% from 255 or 46.76% from 509); Green value is 245 (96.09% from 255 or 48.13% from 509); Blue value is 26 (10.55% from 255 or 5.11% from 509); Max value from RGB is 245 - color contains mainly: green. Hex color #EEF51A is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EEF51A is #110AE5. Grayscale: #DADADA. Windows color (decimal): -1116902 or 1766894. OLE color: 1766894.
HSL color Cylindrical-coordinate representation of color #EEF51A: hue angle of 61.92º degrees, saturation: 0.92, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #EEF51A is Cyan = 0.03, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 238 | 245 | 26 | - |
| CMYK | 0.03 | 0 | 0.89 | 0.04 |
| HSL | 61.92º | 0.92% | 0.53% | - |
| HSV(B) | 61.92º | 0.89% | 0.96% | - |
| XYZ | 68.1 | 83.56 | 13.52 | - |
| YUV | 217.94 | 19.68 | 142.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 245 | 26 | 0.03 | 0 | 0.89 | 0.04 | 61.92 | 0.92 | 0.53 |
| Hex | EE | F5 | 1A | 3 | 0 | 59 | 4 | 3E | 5C | 35 |
| Octal | 356 | 365 | 32 | 3 | 0 | 131 | 4 | 76 | 134 | 65 |
| Binary | 11101110 | 11110101 | 11010 | 11 | 0 | 1011001 | 100 | 111110 | 1011100 | 110101 |
Color Harmonies of #EEF51A
Complementary color
Monochromatic Colors of #EEF51A
Black with #EEF51A
Text Example
Text Example
White with #EEF51A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEF51A; }
p { color: rgb(238,245,26); }
H1.HeaderClassName
{
color: #EEF51A;
}
.AnyTagClassName
{
color: #EEF51A;
}
</style>
background-color css
<style>
a { background-color: #EEF51A; }
a { background-color: rgb(238,245,26); }
div.DivClassName
{
background-color: #EEF51A;
}
.BgClassName
{
background-color: #EEF51A;
}
</style>
border-color css
<style>
span { border-color: #EEF51A; }
span { border-color: rgb(238,245,26); }
td.TdClassName
{
border-color: #EEF51A;
}
.TagClassName
{
border-color: #EEF51A;
}
</style>