Shades of Lemon #FFEE06
Tints of Lemon #FFEE06
RGB
CMYK
RGB Variations
Color information
#FFEE06 (or 0xFFEE06) is known color: Lemon. HEX triplet: FF, EE and 06. RGB value is (255,238,6). Sum of RGB (Red+Green+Blue) = 255+238+6=499 (66% of max value = 765). Red value is 255 (100% from 255 or 51.10% from 499); Green value is 238 (93.36% from 255 or 47.70% from 499); Blue value is 6 (2.73% from 255 or 1.20% from 499); Max value from RGB is 255 - color contains mainly: red. Hex color #FFEE06 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FFEE06 is #0011F9. Grayscale: #D9D9D9. Windows color (decimal): -4602 or 454399. OLE color: 454399.
HSL color Cylindrical-coordinate representation of color #FFEE06: hue angle of 55.9º 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 #FFEE06 is Cyan = 0, Magento = 0.07, Yellow = 0.98 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 238 | 6 | - |
| CMYK | 0 | 0.07 | 0.98 | 0 |
| HSL | 55.9º | 1% | 0.51% | - |
| HSV(B) | 55.9º | 0.98% | 1% | - |
| XYZ | 71.85 | 82.42 | 12.29 | - |
| YUV | 216.64 | 9.13 | 155.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 238 | 6 | 0 | 0.07 | 0.98 | 0 | 55.9 | 1 | 0.51 |
| Hex | FF | EE | 6 | 0 | 7 | 62 | 0 | 38 | 64 | 33 |
| Octal | 377 | 356 | 6 | 0 | 7 | 142 | 0 | 70 | 144 | 63 |
| Binary | 11111111 | 11101110 | 110 | 0 | 111 | 1100010 | 0 | 111000 | 1100100 | 110011 |
Color Harmonies of #FFEE06
Complementary color
Monochromatic Colors of #FFEE06
Black with #FFEE06
Text Example
Text Example
White with #FFEE06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFEE06; }
p { color: rgb(255,238,6); }
H1.HeaderClassName
{
color: #FFEE06;
}
.AnyTagClassName
{
color: #FFEE06;
}
</style>
background-color css
<style>
a { background-color: #FFEE06; }
a { background-color: rgb(255,238,6); }
div.DivClassName
{
background-color: #FFEE06;
}
.BgClassName
{
background-color: #FFEE06;
}
</style>
border-color css
<style>
span { border-color: #FFEE06; }
span { border-color: rgb(255,238,6); }
td.TdClassName
{
border-color: #FFEE06;
}
.TagClassName
{
border-color: #FFEE06;
}
</style>