Shades of Lemon #EEF521
Tints of Lemon #EEF521
RGB
CMYK
RGB Variations
Color information
#EEF521 (or 0xEEF521) is known color: Lemon. HEX triplet: EE, F5 and 21. RGB value is (238,245,33). Sum of RGB (Red+Green+Blue) = 238+245+33=516 (68% of max value = 765). Red value is 238 (93.36% from 255 or 46.12% from 516); Green value is 245 (96.09% from 255 or 47.48% from 516); Blue value is 33 (13.28% from 255 or 6.40% from 516); Max value from RGB is 245 - color contains mainly: green. Hex color #EEF521 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EEF521 is #110ADE. Grayscale: #DBDBDB. Windows color (decimal): -1116895 or 2225646. OLE color: 2225646.
HSL color Cylindrical-coordinate representation of color #EEF521: hue angle of 61.98º degrees, saturation: 0.91, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #EEF521 is Cyan = 0.03, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 238 | 245 | 33 | - |
| CMYK | 0.03 | 0 | 0.87 | 0.04 |
| HSL | 61.98º | 0.91% | 0.55% | - |
| HSV(B) | 61.98º | 0.87% | 0.96% | - |
| XYZ | 68.19 | 83.59 | 13.98 | - |
| YUV | 218.74 | 23.18 | 141.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 245 | 33 | 0.03 | 0 | 0.87 | 0.04 | 61.98 | 0.91 | 0.55 |
| Hex | EE | F5 | 21 | 3 | 0 | 57 | 4 | 3E | 5B | 37 |
| Octal | 356 | 365 | 41 | 3 | 0 | 127 | 4 | 76 | 133 | 67 |
| Binary | 11101110 | 11110101 | 100001 | 11 | 0 | 1010111 | 100 | 111110 | 1011011 | 110111 |
Color Harmonies of #EEF521
Complementary color
Monochromatic Colors of #EEF521
Black with #EEF521
Text Example
Text Example
White with #EEF521
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEF521; }
p { color: rgb(238,245,33); }
H1.HeaderClassName
{
color: #EEF521;
}
.AnyTagClassName
{
color: #EEF521;
}
</style>
background-color css
<style>
a { background-color: #EEF521; }
a { background-color: rgb(238,245,33); }
div.DivClassName
{
background-color: #EEF521;
}
.BgClassName
{
background-color: #EEF521;
}
</style>
border-color css
<style>
span { border-color: #EEF521; }
span { border-color: rgb(238,245,33); }
td.TdClassName
{
border-color: #EEF521;
}
.TagClassName
{
border-color: #EEF521;
}
</style>