Shades of Lemon #FFEE07
Tints of Lemon #FFEE07
RGB
CMYK
RGB Variations
Color information
#FFEE07 (or 0xFFEE07) is known color: Lemon. HEX triplet: FF, EE and 07. RGB value is (255,238,7). Sum of RGB (Red+Green+Blue) = 255+238+7=500 (66% of max value = 765). Red value is 255 (100% from 255 or 51% from 500); Green value is 238 (93.36% from 255 or 47.6% from 500); Blue value is 7 (3.12% from 255 or 1.4% from 500); Max value from RGB is 255 - color contains mainly: red. Hex color #FFEE07 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FFEE07 is #0011F8. Grayscale: #D9D9D9. Windows color (decimal): -4601 or 519935. OLE color: 519935.
HSL color Cylindrical-coordinate representation of color #FFEE07: hue angle of 55.89º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #FFEE07 is Cyan = 0, Magento = 0.07, Yellow = 0.97 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 238 | 7 | - |
| CMYK | 0 | 0.07 | 0.97 | 0 |
| HSL | 55.89º | 1% | 0.51% | - |
| HSV(B) | 55.89º | 0.97% | 1% | - |
| XYZ | 71.85 | 82.42 | 12.32 | - |
| YUV | 216.75 | 9.63 | 155.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 238 | 7 | 0 | 0.07 | 0.97 | 0 | 55.89 | 1 | 0.51 |
| Hex | FF | EE | 7 | 0 | 7 | 61 | 0 | 38 | 64 | 33 |
| Octal | 377 | 356 | 7 | 0 | 7 | 141 | 0 | 70 | 144 | 63 |
| Binary | 11111111 | 11101110 | 111 | 0 | 111 | 1100001 | 0 | 111000 | 1100100 | 110011 |
Color Harmonies of #FFEE07
Complementary color
Monochromatic Colors of #FFEE07
Black with #FFEE07
Text Example
Text Example
White with #FFEE07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFEE07; }
p { color: rgb(255,238,7); }
H1.HeaderClassName
{
color: #FFEE07;
}
.AnyTagClassName
{
color: #FFEE07;
}
</style>
background-color css
<style>
a { background-color: #FFEE07; }
a { background-color: rgb(255,238,7); }
div.DivClassName
{
background-color: #FFEE07;
}
.BgClassName
{
background-color: #FFEE07;
}
</style>
border-color css
<style>
span { border-color: #FFEE07; }
span { border-color: rgb(255,238,7); }
td.TdClassName
{
border-color: #FFEE07;
}
.TagClassName
{
border-color: #FFEE07;
}
</style>