Shades of Lemon #FFEE09
Tints of Lemon #FFEE09
RGB
CMYK
RGB Variations
Color information
#FFEE09 (or 0xFFEE09) is known color: Lemon. HEX triplet: FF, EE and 09. RGB value is (255,238,9). Sum of RGB (Red+Green+Blue) = 255+238+9=502 (66% of max value = 765). Red value is 255 (100% from 255 or 50.80% from 502); Green value is 238 (93.36% from 255 or 47.41% from 502); Blue value is 9 (3.91% from 255 or 1.79% from 502); Max value from RGB is 255 - color contains mainly: red. Hex color #FFEE09 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FFEE09 is #0011F6. Grayscale: #D9D9D9. Windows color (decimal): -4599 or 651007. OLE color: 651007.
HSL color Cylindrical-coordinate representation of color #FFEE09: hue angle of 55.85º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FFEE09 is Cyan = 0, Magento = 0.07, Yellow = 0.96 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 238 | 9 | - |
| CMYK | 0 | 0.07 | 0.96 | 0 |
| HSL | 55.85º | 1% | 0.52% | - |
| HSV(B) | 55.85º | 0.96% | 1% | - |
| XYZ | 71.86 | 82.43 | 12.38 | - |
| YUV | 216.98 | 10.63 | 155.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 238 | 9 | 0 | 0.07 | 0.96 | 0 | 55.85 | 1 | 0.52 |
| Hex | FF | EE | 9 | 0 | 7 | 60 | 0 | 38 | 64 | 34 |
| Octal | 377 | 356 | 11 | 0 | 7 | 140 | 0 | 70 | 144 | 64 |
| Binary | 11111111 | 11101110 | 1001 | 0 | 111 | 1100000 | 0 | 111000 | 1100100 | 110100 |
Color Harmonies of #FFEE09
Complementary color
Monochromatic Colors of #FFEE09
Black with #FFEE09
Text Example
Text Example
White with #FFEE09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFEE09; }
p { color: rgb(255,238,9); }
H1.HeaderClassName
{
color: #FFEE09;
}
.AnyTagClassName
{
color: #FFEE09;
}
</style>
background-color css
<style>
a { background-color: #FFEE09; }
a { background-color: rgb(255,238,9); }
div.DivClassName
{
background-color: #FFEE09;
}
.BgClassName
{
background-color: #FFEE09;
}
</style>
border-color css
<style>
span { border-color: #FFEE09; }
span { border-color: rgb(255,238,9); }
td.TdClassName
{
border-color: #FFEE09;
}
.TagClassName
{
border-color: #FFEE09;
}
</style>