Shades of Lemon #FFEE02
Tints of Lemon #FFEE02
RGB
CMYK
RGB Variations
Color information
#FFEE02 (or 0xFFEE02) is known color: Lemon. HEX triplet: FF, EE and 02. RGB value is (255,238,2). Sum of RGB (Red+Green+Blue) = 255+238+2=495 (65% of max value = 765). Red value is 255 (100% from 255 or 51.52% from 495); Green value is 238 (93.36% from 255 or 48.08% from 495); Blue value is 2 (1.17% from 255 or 0.40% from 495); Max value from RGB is 255 - color contains mainly: red. Hex color #FFEE02 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FFEE02 is #0011FD. Grayscale: #D9D9D9. Windows color (decimal): -4606 or 192255. OLE color: 192255.
HSL color Cylindrical-coordinate representation of color #FFEE02: hue angle of 55.97º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #FFEE02 is Cyan = 0, Magento = 0.07, Yellow = 0.99 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 238 | 2 | - |
| CMYK | 0 | 0.07 | 0.99 | 0 |
| HSL | 55.97º | 1% | 0.5% | - |
| HSV(B) | 55.97º | 0.99% | 1% | - |
| XYZ | 71.83 | 82.41 | 12.18 | - |
| YUV | 216.18 | 7.13 | 155.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 238 | 2 | 0 | 0.07 | 0.99 | 0 | 55.97 | 1 | 0.5 |
| Hex | FF | EE | 2 | 0 | 7 | 63 | 0 | 38 | 64 | 32 |
| Octal | 377 | 356 | 2 | 0 | 7 | 143 | 0 | 70 | 144 | 62 |
| Binary | 11111111 | 11101110 | 10 | 0 | 111 | 1100011 | 0 | 111000 | 1100100 | 110010 |
Color Harmonies of #FFEE02
Complementary color
Monochromatic Colors of #FFEE02
Black with #FFEE02
Text Example
Text Example
White with #FFEE02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFEE02; }
p { color: rgb(255,238,2); }
H1.HeaderClassName
{
color: #FFEE02;
}
.AnyTagClassName
{
color: #FFEE02;
}
</style>
background-color css
<style>
a { background-color: #FFEE02; }
a { background-color: rgb(255,238,2); }
div.DivClassName
{
background-color: #FFEE02;
}
.BgClassName
{
background-color: #FFEE02;
}
</style>
border-color css
<style>
span { border-color: #FFEE02; }
span { border-color: rgb(255,238,2); }
td.TdClassName
{
border-color: #FFEE02;
}
.TagClassName
{
border-color: #FFEE02;
}
</style>