Shades of Lemon #FFEE12
Tints of Lemon #FFEE12
RGB
CMYK
RGB Variations
Color information
#FFEE12 (or 0xFFEE12) is known color: Lemon. HEX triplet: FF, EE and 12. RGB value is (255,238,18). Sum of RGB (Red+Green+Blue) = 255+238+18=511 (67% of max value = 765). Red value is 255 (100% from 255 or 49.90% from 511); Green value is 238 (93.36% from 255 or 46.58% from 511); Blue value is 18 (7.42% from 255 or 3.52% from 511); Max value from RGB is 255 - color contains mainly: red. Hex color #FFEE12 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FFEE12 is #0011ED. Grayscale: #DADADA. Windows color (decimal): -4590 or 1240831. OLE color: 1240831.
HSL color Cylindrical-coordinate representation of color #FFEE12: hue angle of 55.7º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #FFEE12 is Cyan = 0, Magento = 0.07, Yellow = 0.93 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 238 | 18 | - |
| CMYK | 0 | 0.07 | 0.93 | 0 |
| HSL | 55.7º | 1% | 0.54% | - |
| HSV(B) | 55.7º | 0.93% | 1% | - |
| XYZ | 71.92 | 82.45 | 12.7 | - |
| YUV | 218 | 15.13 | 154.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 238 | 18 | 0 | 0.07 | 0.93 | 0 | 55.7 | 1 | 0.54 |
| Hex | FF | EE | 12 | 0 | 7 | 5D | 0 | 38 | 64 | 36 |
| Octal | 377 | 356 | 22 | 0 | 7 | 135 | 0 | 70 | 144 | 66 |
| Binary | 11111111 | 11101110 | 10010 | 0 | 111 | 1011101 | 0 | 111000 | 1100100 | 110110 |
Color Harmonies of #FFEE12
Complementary color
Monochromatic Colors of #FFEE12
Black with #FFEE12
Text Example
Text Example
White with #FFEE12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFEE12; }
p { color: rgb(255,238,18); }
H1.HeaderClassName
{
color: #FFEE12;
}
.AnyTagClassName
{
color: #FFEE12;
}
</style>
background-color css
<style>
a { background-color: #FFEE12; }
a { background-color: rgb(255,238,18); }
div.DivClassName
{
background-color: #FFEE12;
}
.BgClassName
{
background-color: #FFEE12;
}
</style>
border-color css
<style>
span { border-color: #FFEE12; }
span { border-color: rgb(255,238,18); }
td.TdClassName
{
border-color: #FFEE12;
}
.TagClassName
{
border-color: #FFEE12;
}
</style>