Shades of Lemon #EEF21B
Tints of Lemon #EEF21B
RGB
CMYK
RGB Variations
Color information
#EEF21B (or 0xEEF21B) is known color: Lemon. HEX triplet: EE, F2 and 1B. RGB value is (238,242,27). Sum of RGB (Red+Green+Blue) = 238+242+27=507 (67% of max value = 765). Red value is 238 (93.36% from 255 or 46.94% from 507); Green value is 242 (94.92% from 255 or 47.73% from 507); Blue value is 27 (10.94% from 255 or 5.33% from 507); Max value from RGB is 242 - color contains mainly: green. Hex color #EEF21B is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EEF21B is #110DE4. Grayscale: #D9D9D9. Windows color (decimal): -1117669 or 1831662. OLE color: 1831662.
HSL color Cylindrical-coordinate representation of color #EEF21B: hue angle of 61.12º degrees, saturation: 0.89, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #EEF21B is Cyan = 0.02, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 238 | 242 | 27 | - |
| CMYK | 0.02 | 0 | 0.89 | 0.05 |
| HSL | 61.12º | 0.89% | 0.53% | - |
| HSV(B) | 61.12º | 0.89% | 0.95% | - |
| XYZ | 67.21 | 81.76 | 13.28 | - |
| YUV | 216.29 | 21.17 | 143.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 242 | 27 | 0.02 | 0 | 0.89 | 0.05 | 61.12 | 0.89 | 0.53 |
| Hex | EE | F2 | 1B | 2 | 0 | 59 | 5 | 3D | 59 | 35 |
| Octal | 356 | 362 | 33 | 2 | 0 | 131 | 5 | 75 | 131 | 65 |
| Binary | 11101110 | 11110010 | 11011 | 10 | 0 | 1011001 | 101 | 111101 | 1011001 | 110101 |
Color Harmonies of #EEF21B
Complementary color
Monochromatic Colors of #EEF21B
Black with #EEF21B
Text Example
Text Example
White with #EEF21B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEF21B; }
p { color: rgb(238,242,27); }
H1.HeaderClassName
{
color: #EEF21B;
}
.AnyTagClassName
{
color: #EEF21B;
}
</style>
background-color css
<style>
a { background-color: #EEF21B; }
a { background-color: rgb(238,242,27); }
div.DivClassName
{
background-color: #EEF21B;
}
.BgClassName
{
background-color: #EEF21B;
}
</style>
border-color css
<style>
span { border-color: #EEF21B; }
span { border-color: rgb(238,242,27); }
td.TdClassName
{
border-color: #EEF21B;
}
.TagClassName
{
border-color: #EEF21B;
}
</style>