Shades of Lemon #FFEE24
Tints of Lemon #FFEE24
RGB
CMYK
RGB Variations
Color information
#FFEE24 (or 0xFFEE24) is known color: Lemon. HEX triplet: FF, EE and 24. RGB value is (255,238,36). Sum of RGB (Red+Green+Blue) = 255+238+36=529 (70% of max value = 765). Red value is 255 (100% from 255 or 48.20% from 529); Green value is 238 (93.36% from 255 or 44.99% from 529); Blue value is 36 (14.45% from 255 or 6.81% from 529); Max value from RGB is 255 - color contains mainly: red. Hex color #FFEE24 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FFEE24 is #0011DB. Grayscale: #DCDCDC. Windows color (decimal): -4572 or 2420479. OLE color: 2420479.
HSL color Cylindrical-coordinate representation of color #FFEE24: hue angle of 55.34º degrees, saturation: 1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #FFEE24 is Cyan = 0, Magento = 0.07, Yellow = 0.86 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 238 | 36 | - |
| CMYK | 0 | 0.07 | 0.86 | 0 |
| HSL | 55.34º | 1% | 0.57% | - |
| HSV(B) | 55.34º | 0.86% | 1% | - |
| XYZ | 72.13 | 82.54 | 13.8 | - |
| YUV | 220.06 | 24.13 | 152.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 238 | 36 | 0 | 0.07 | 0.86 | 0 | 55.34 | 1 | 0.57 |
| Hex | FF | EE | 24 | 0 | 7 | 56 | 0 | 37 | 64 | 39 |
| Octal | 377 | 356 | 44 | 0 | 7 | 126 | 0 | 67 | 144 | 71 |
| Binary | 11111111 | 11101110 | 100100 | 0 | 111 | 1010110 | 0 | 110111 | 1100100 | 111001 |
Color Harmonies of #FFEE24
Complementary color
Monochromatic Colors of #FFEE24
Black with #FFEE24
Text Example
Text Example
White with #FFEE24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFEE24; }
p { color: rgb(255,238,36); }
H1.HeaderClassName
{
color: #FFEE24;
}
.AnyTagClassName
{
color: #FFEE24;
}
</style>
background-color css
<style>
a { background-color: #FFEE24; }
a { background-color: rgb(255,238,36); }
div.DivClassName
{
background-color: #FFEE24;
}
.BgClassName
{
background-color: #FFEE24;
}
</style>
border-color css
<style>
span { border-color: #FFEE24; }
span { border-color: rgb(255,238,36); }
td.TdClassName
{
border-color: #FFEE24;
}
.TagClassName
{
border-color: #FFEE24;
}
</style>