Shades of Lemon #FFEA19
Tints of Lemon #FFEA19
RGB
CMYK
RGB Variations
Color information
#FFEA19 (or 0xFFEA19) is known color: Lemon. HEX triplet: FF, EA and 19. RGB value is (255,234,25). Sum of RGB (Red+Green+Blue) = 255+234+25=514 (68% of max value = 765). Red value is 255 (100% from 255 or 49.61% from 514); Green value is 234 (91.80% from 255 or 45.53% from 514); Blue value is 25 (10.16% from 255 or 4.86% from 514); Max value from RGB is 255 - color contains mainly: red. Hex color #FFEA19 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FFEA19 is #0015E6. Grayscale: #D9D9D9. Windows color (decimal): -5607 or 1698559. OLE color: 1698559.
HSL color Cylindrical-coordinate representation of color #FFEA19: hue angle of 54.52º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #FFEA19 is Cyan = 0, Magento = 0.08, Yellow = 0.90 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 234 | 25 | - |
| CMYK | 0 | 0.08 | 0.90 | 0 |
| HSL | 54.52º | 1% | 0.55% | - |
| HSV(B) | 54.52º | 0.9% | 1% | - |
| XYZ | 70.84 | 80.18 | 12.66 | - |
| YUV | 216.45 | 19.96 | 155.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 234 | 25 | 0 | 0.08 | 0.90 | 0 | 54.52 | 1 | 0.55 |
| Hex | FF | EA | 19 | 0 | 8 | 5A | 0 | 37 | 64 | 37 |
| Octal | 377 | 352 | 31 | 0 | 10 | 132 | 0 | 67 | 144 | 67 |
| Binary | 11111111 | 11101010 | 11001 | 0 | 1000 | 1011010 | 0 | 110111 | 1100100 | 110111 |
Color Harmonies of #FFEA19
Complementary color
Monochromatic Colors of #FFEA19
Black with #FFEA19
Text Example
Text Example
White with #FFEA19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFEA19; }
p { color: rgb(255,234,25); }
H1.HeaderClassName
{
color: #FFEA19;
}
.AnyTagClassName
{
color: #FFEA19;
}
</style>
background-color css
<style>
a { background-color: #FFEA19; }
a { background-color: rgb(255,234,25); }
div.DivClassName
{
background-color: #FFEA19;
}
.BgClassName
{
background-color: #FFEA19;
}
</style>
border-color css
<style>
span { border-color: #FFEA19; }
span { border-color: rgb(255,234,25); }
td.TdClassName
{
border-color: #FFEA19;
}
.TagClassName
{
border-color: #FFEA19;
}
</style>