Shades of Lemon #FFEA16
Tints of Lemon #FFEA16
RGB
CMYK
RGB Variations
Color information
#FFEA16 (or 0xFFEA16) is known color: Lemon. HEX triplet: FF, EA and 16. RGB value is (255,234,22). Sum of RGB (Red+Green+Blue) = 255+234+22=511 (67% of max value = 765). Red value is 255 (100% from 255 or 49.90% from 511); Green value is 234 (91.80% from 255 or 45.79% from 511); Blue value is 22 (8.98% from 255 or 4.31% from 511); Max value from RGB is 255 - color contains mainly: red. Hex color #FFEA16 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FFEA16 is #0015E9. Grayscale: #D8D8D8. Windows color (decimal): -5610 or 1501951. OLE color: 1501951.
HSL color Cylindrical-coordinate representation of color #FFEA16: hue angle of 54.59º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #FFEA16 is Cyan = 0, Magento = 0.08, Yellow = 0.91 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 234 | 22 | - |
| CMYK | 0 | 0.08 | 0.91 | 0 |
| HSL | 54.59º | 1% | 0.54% | - |
| HSV(B) | 54.59º | 0.91% | 1% | - |
| XYZ | 70.81 | 80.16 | 12.5 | - |
| YUV | 216.11 | 18.46 | 155.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 234 | 22 | 0 | 0.08 | 0.91 | 0 | 54.59 | 1 | 0.54 |
| Hex | FF | EA | 16 | 0 | 8 | 5B | 0 | 37 | 64 | 36 |
| Octal | 377 | 352 | 26 | 0 | 10 | 133 | 0 | 67 | 144 | 66 |
| Binary | 11111111 | 11101010 | 10110 | 0 | 1000 | 1011011 | 0 | 110111 | 1100100 | 110110 |
Color Harmonies of #FFEA16
Complementary color
Monochromatic Colors of #FFEA16
Black with #FFEA16
Text Example
Text Example
White with #FFEA16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFEA16; }
p { color: rgb(255,234,22); }
H1.HeaderClassName
{
color: #FFEA16;
}
.AnyTagClassName
{
color: #FFEA16;
}
</style>
background-color css
<style>
a { background-color: #FFEA16; }
a { background-color: rgb(255,234,22); }
div.DivClassName
{
background-color: #FFEA16;
}
.BgClassName
{
background-color: #FFEA16;
}
</style>
border-color css
<style>
span { border-color: #FFEA16; }
span { border-color: rgb(255,234,22); }
td.TdClassName
{
border-color: #FFEA16;
}
.TagClassName
{
border-color: #FFEA16;
}
</style>