Shades of Lemon #EEF51B
Tints of Lemon #EEF51B
RGB
CMYK
RGB Variations
Color information
#EEF51B (or 0xEEF51B) is known color: Lemon. HEX triplet: EE, F5 and 1B. RGB value is (238,245,27). Sum of RGB (Red+Green+Blue) = 238+245+27=510 (67% of max value = 765). Red value is 238 (93.36% from 255 or 46.67% from 510); Green value is 245 (96.09% from 255 or 48.04% from 510); Blue value is 27 (10.94% from 255 or 5.29% from 510); Max value from RGB is 245 - color contains mainly: green. Hex color #EEF51B is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EEF51B is #110AE4. Grayscale: #DADADA. Windows color (decimal): -1116901 or 1832430. OLE color: 1832430.
HSL color Cylindrical-coordinate representation of color #EEF51B: hue angle of 61.93º 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 #EEF51B is Cyan = 0.03, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 238 | 245 | 27 | - |
| CMYK | 0.03 | 0 | 0.89 | 0.04 |
| HSL | 61.93º | 0.92% | 0.53% | - |
| HSV(B) | 61.93º | 0.89% | 0.96% | - |
| XYZ | 68.11 | 83.56 | 13.58 | - |
| YUV | 218.06 | 20.18 | 142.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 245 | 27 | 0.03 | 0 | 0.89 | 0.04 | 61.93 | 0.92 | 0.53 |
| Hex | EE | F5 | 1B | 3 | 0 | 59 | 4 | 3E | 5C | 35 |
| Octal | 356 | 365 | 33 | 3 | 0 | 131 | 4 | 76 | 134 | 65 |
| Binary | 11101110 | 11110101 | 11011 | 11 | 0 | 1011001 | 100 | 111110 | 1011100 | 110101 |
Color Harmonies of #EEF51B
Complementary color
Monochromatic Colors of #EEF51B
Black with #EEF51B
Text Example
Text Example
White with #EEF51B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEF51B; }
p { color: rgb(238,245,27); }
H1.HeaderClassName
{
color: #EEF51B;
}
.AnyTagClassName
{
color: #EEF51B;
}
</style>
background-color css
<style>
a { background-color: #EEF51B; }
a { background-color: rgb(238,245,27); }
div.DivClassName
{
background-color: #EEF51B;
}
.BgClassName
{
background-color: #EEF51B;
}
</style>
border-color css
<style>
span { border-color: #EEF51B; }
span { border-color: rgb(238,245,27); }
td.TdClassName
{
border-color: #EEF51B;
}
.TagClassName
{
border-color: #EEF51B;
}
</style>