Shades of Lemon #FFEE0F
Tints of Lemon #FFEE0F
RGB
CMYK
RGB Variations
Color information
#FFEE0F (or 0xFFEE0F) is known color: Lemon. HEX triplet: FF, EE and 0F. RGB value is (255,238,15). Sum of RGB (Red+Green+Blue) = 255+238+15=508 (67% of max value = 765). Red value is 255 (100% from 255 or 50.20% from 508); Green value is 238 (93.36% from 255 or 46.85% from 508); Blue value is 15 (6.25% from 255 or 2.95% from 508); Max value from RGB is 255 - color contains mainly: red. Hex color #FFEE0F is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FFEE0F is #0011F0. Grayscale: #DADADA. Windows color (decimal): -4593 or 1044223. OLE color: 1044223.
HSL color Cylindrical-coordinate representation of color #FFEE0F: hue angle of 55.75º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FFEE0F is Cyan = 0, Magento = 0.07, Yellow = 0.94 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 238 | 15 | - |
| CMYK | 0 | 0.07 | 0.94 | 0 |
| HSL | 55.75º | 1% | 0.53% | - |
| HSV(B) | 55.75º | 0.94% | 1% | - |
| XYZ | 71.9 | 82.44 | 12.58 | - |
| YUV | 217.66 | 13.63 | 154.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 238 | 15 | 0 | 0.07 | 0.94 | 0 | 55.75 | 1 | 0.53 |
| Hex | FF | EE | F | 0 | 7 | 5E | 0 | 38 | 64 | 35 |
| Octal | 377 | 356 | 17 | 0 | 7 | 136 | 0 | 70 | 144 | 65 |
| Binary | 11111111 | 11101110 | 1111 | 0 | 111 | 1011110 | 0 | 111000 | 1100100 | 110101 |
Color Harmonies of #FFEE0F
Complementary color
Monochromatic Colors of #FFEE0F
Black with #FFEE0F
Text Example
Text Example
White with #FFEE0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFEE0F; }
p { color: rgb(255,238,15); }
H1.HeaderClassName
{
color: #FFEE0F;
}
.AnyTagClassName
{
color: #FFEE0F;
}
</style>
background-color css
<style>
a { background-color: #FFEE0F; }
a { background-color: rgb(255,238,15); }
div.DivClassName
{
background-color: #FFEE0F;
}
.BgClassName
{
background-color: #FFEE0F;
}
</style>
border-color css
<style>
span { border-color: #FFEE0F; }
span { border-color: rgb(255,238,15); }
td.TdClassName
{
border-color: #FFEE0F;
}
.TagClassName
{
border-color: #FFEE0F;
}
</style>