Shades of Lemon #FFEA1E
Tints of Lemon #FFEA1E
RGB
CMYK
RGB Variations
Color information
#FFEA1E (or 0xFFEA1E) is known color: Lemon. HEX triplet: FF, EA and 1E. RGB value is (255,234,30). Sum of RGB (Red+Green+Blue) = 255+234+30=519 (68% of max value = 765). Red value is 255 (100% from 255 or 49.13% from 519); Green value is 234 (91.80% from 255 or 45.09% from 519); Blue value is 30 (12.11% from 255 or 5.78% from 519); Max value from RGB is 255 - color contains mainly: red. Hex color #FFEA1E is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FFEA1E is #0015E1. Grayscale: #D9D9D9. Windows color (decimal): -5602 or 2026239. OLE color: 2026239.
HSL color Cylindrical-coordinate representation of color #FFEA1E: hue angle of 54.4º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #FFEA1E is Cyan = 0, Magento = 0.08, Yellow = 0.88 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 234 | 30 | - |
| CMYK | 0 | 0.08 | 0.88 | 0 |
| HSL | 54.4º | 1% | 0.56% | - |
| HSV(B) | 54.4º | 0.88% | 1% | - |
| XYZ | 70.9 | 80.2 | 12.97 | - |
| YUV | 217.02 | 22.46 | 155.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 234 | 30 | 0 | 0.08 | 0.88 | 0 | 54.4 | 1 | 0.56 |
| Hex | FF | EA | 1E | 0 | 8 | 58 | 0 | 36 | 64 | 38 |
| Octal | 377 | 352 | 36 | 0 | 10 | 130 | 0 | 66 | 144 | 70 |
| Binary | 11111111 | 11101010 | 11110 | 0 | 1000 | 1011000 | 0 | 110110 | 1100100 | 111000 |
Color Harmonies of #FFEA1E
Complementary color
Monochromatic Colors of #FFEA1E
Black with #FFEA1E
Text Example
Text Example
White with #FFEA1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFEA1E; }
p { color: rgb(255,234,30); }
H1.HeaderClassName
{
color: #FFEA1E;
}
.AnyTagClassName
{
color: #FFEA1E;
}
</style>
background-color css
<style>
a { background-color: #FFEA1E; }
a { background-color: rgb(255,234,30); }
div.DivClassName
{
background-color: #FFEA1E;
}
.BgClassName
{
background-color: #FFEA1E;
}
</style>
border-color css
<style>
span { border-color: #FFEA1E; }
span { border-color: rgb(255,234,30); }
td.TdClassName
{
border-color: #FFEA1E;
}
.TagClassName
{
border-color: #FFEA1E;
}
</style>