Shades of Lemon #FFEE05
Tints of Lemon #FFEE05
RGB
CMYK
RGB Variations
Color information
#FFEE05 (or 0xFFEE05) is known color: Lemon. HEX triplet: FF, EE and 05. RGB value is (255,238,5). Sum of RGB (Red+Green+Blue) = 255+238+5=498 (65% of max value = 765). Red value is 255 (100% from 255 or 51.20% from 498); Green value is 238 (93.36% from 255 or 47.79% from 498); Blue value is 5 (2.34% from 255 or 1.00% from 498); Max value from RGB is 255 - color contains mainly: red. Hex color #FFEE05 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FFEE05 is #0011FA. Grayscale: #D9D9D9. Windows color (decimal): -4603 or 388863. OLE color: 388863.
HSL color Cylindrical-coordinate representation of color #FFEE05: hue angle of 55.92º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FFEE05 is Cyan = 0, Magento = 0.07, Yellow = 0.98 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 238 | 5 | - |
| CMYK | 0 | 0.07 | 0.98 | 0 |
| HSL | 55.92º | 1% | 0.51% | - |
| HSV(B) | 55.92º | 0.98% | 1% | - |
| XYZ | 71.84 | 82.42 | 12.27 | - |
| YUV | 216.52 | 8.63 | 155.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 238 | 5 | 0 | 0.07 | 0.98 | 0 | 55.92 | 1 | 0.51 |
| Hex | FF | EE | 5 | 0 | 7 | 62 | 0 | 38 | 64 | 33 |
| Octal | 377 | 356 | 5 | 0 | 7 | 142 | 0 | 70 | 144 | 63 |
| Binary | 11111111 | 11101110 | 101 | 0 | 111 | 1100010 | 0 | 111000 | 1100100 | 110011 |
Color Harmonies of #FFEE05
Complementary color
Monochromatic Colors of #FFEE05
Black with #FFEE05
Text Example
Text Example
White with #FFEE05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFEE05; }
p { color: rgb(255,238,5); }
H1.HeaderClassName
{
color: #FFEE05;
}
.AnyTagClassName
{
color: #FFEE05;
}
</style>
background-color css
<style>
a { background-color: #FFEE05; }
a { background-color: rgb(255,238,5); }
div.DivClassName
{
background-color: #FFEE05;
}
.BgClassName
{
background-color: #FFEE05;
}
</style>
border-color css
<style>
span { border-color: #FFEE05; }
span { border-color: rgb(255,238,5); }
td.TdClassName
{
border-color: #FFEE05;
}
.TagClassName
{
border-color: #FFEE05;
}
</style>