Shades of Lemon #FFEE08
Tints of Lemon #FFEE08
RGB
CMYK
RGB Variations
Color information
#FFEE08 (or 0xFFEE08) is known color: Lemon. HEX triplet: FF, EE and 08. RGB value is (255,238,8). Sum of RGB (Red+Green+Blue) = 255+238+8=501 (66% of max value = 765). Red value is 255 (100% from 255 or 50.90% from 501); Green value is 238 (93.36% from 255 or 47.50% from 501); Blue value is 8 (3.52% from 255 or 1.60% from 501); Max value from RGB is 255 - color contains mainly: red. Hex color #FFEE08 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FFEE08 is #0011F7. Grayscale: #D9D9D9. Windows color (decimal): -4600 or 585471. OLE color: 585471.
HSL color Cylindrical-coordinate representation of color #FFEE08: hue angle of 55.87º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #FFEE08 is Cyan = 0, Magento = 0.07, Yellow = 0.97 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 238 | 8 | - |
| CMYK | 0 | 0.07 | 0.97 | 0 |
| HSL | 55.87º | 1% | 0.52% | - |
| HSV(B) | 55.87º | 0.97% | 1% | - |
| XYZ | 71.86 | 82.43 | 12.35 | - |
| YUV | 216.86 | 10.13 | 155.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 238 | 8 | 0 | 0.07 | 0.97 | 0 | 55.87 | 1 | 0.52 |
| Hex | FF | EE | 8 | 0 | 7 | 61 | 0 | 38 | 64 | 34 |
| Octal | 377 | 356 | 10 | 0 | 7 | 141 | 0 | 70 | 144 | 64 |
| Binary | 11111111 | 11101110 | 1000 | 0 | 111 | 1100001 | 0 | 111000 | 1100100 | 110100 |
Color Harmonies of #FFEE08
Complementary color
Monochromatic Colors of #FFEE08
Black with #FFEE08
Text Example
Text Example
White with #FFEE08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFEE08; }
p { color: rgb(255,238,8); }
H1.HeaderClassName
{
color: #FFEE08;
}
.AnyTagClassName
{
color: #FFEE08;
}
</style>
background-color css
<style>
a { background-color: #FFEE08; }
a { background-color: rgb(255,238,8); }
div.DivClassName
{
background-color: #FFEE08;
}
.BgClassName
{
background-color: #FFEE08;
}
</style>
border-color css
<style>
span { border-color: #FFEE08; }
span { border-color: rgb(255,238,8); }
td.TdClassName
{
border-color: #FFEE08;
}
.TagClassName
{
border-color: #FFEE08;
}
</style>