Shades of Lemon #FFEA18
Tints of Lemon #FFEA18
RGB
CMYK
RGB Variations
Color information
#FFEA18 (or 0xFFEA18) is known color: Lemon. HEX triplet: FF, EA and 18. RGB value is (255,234,24). Sum of RGB (Red+Green+Blue) = 255+234+24=513 (67% of max value = 765). Red value is 255 (100% from 255 or 49.71% from 513); Green value is 234 (91.80% from 255 or 45.61% from 513); Blue value is 24 (9.77% from 255 or 4.68% from 513); Max value from RGB is 255 - color contains mainly: red. Hex color #FFEA18 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FFEA18 is #0015E7. Grayscale: #D9D9D9. Windows color (decimal): -5608 or 1633023. OLE color: 1633023.
HSL color Cylindrical-coordinate representation of color #FFEA18: hue angle of 54.55º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #FFEA18 is Cyan = 0, Magento = 0.08, Yellow = 0.91 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 234 | 24 | - |
| CMYK | 0 | 0.08 | 0.91 | 0 |
| HSL | 54.55º | 1% | 0.55% | - |
| HSV(B) | 54.55º | 0.91% | 1% | - |
| XYZ | 70.83 | 80.17 | 12.61 | - |
| YUV | 216.34 | 19.46 | 155.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 234 | 24 | 0 | 0.08 | 0.91 | 0 | 54.55 | 1 | 0.55 |
| Hex | FF | EA | 18 | 0 | 8 | 5B | 0 | 37 | 64 | 37 |
| Octal | 377 | 352 | 30 | 0 | 10 | 133 | 0 | 67 | 144 | 67 |
| Binary | 11111111 | 11101010 | 11000 | 0 | 1000 | 1011011 | 0 | 110111 | 1100100 | 110111 |
Color Harmonies of #FFEA18
Complementary color
Monochromatic Colors of #FFEA18
Black with #FFEA18
Text Example
Text Example
White with #FFEA18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFEA18; }
p { color: rgb(255,234,24); }
H1.HeaderClassName
{
color: #FFEA18;
}
.AnyTagClassName
{
color: #FFEA18;
}
</style>
background-color css
<style>
a { background-color: #FFEA18; }
a { background-color: rgb(255,234,24); }
div.DivClassName
{
background-color: #FFEA18;
}
.BgClassName
{
background-color: #FFEA18;
}
</style>
border-color css
<style>
span { border-color: #FFEA18; }
span { border-color: rgb(255,234,24); }
td.TdClassName
{
border-color: #FFEA18;
}
.TagClassName
{
border-color: #FFEA18;
}
</style>