Shades of Lemon #FFEA1F
Tints of Lemon #FFEA1F
RGB
CMYK
RGB Variations
Color information
#FFEA1F (or 0xFFEA1F) is known color: Lemon. HEX triplet: FF, EA and 1F. RGB value is (255,234,31). Sum of RGB (Red+Green+Blue) = 255+234+31=520 (68% of max value = 765). Red value is 255 (100% from 255 or 49.04% from 520); Green value is 234 (91.80% from 255 or 45% from 520); Blue value is 31 (12.5% from 255 or 5.96% from 520); Max value from RGB is 255 - color contains mainly: red. Hex color #FFEA1F is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FFEA1F is #0015E0. Grayscale: #D9D9D9. Windows color (decimal): -5601 or 2091775. OLE color: 2091775.
HSL color Cylindrical-coordinate representation of color #FFEA1F: hue angle of 54.38º 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 #FFEA1F is Cyan = 0, Magento = 0.08, Yellow = 0.88 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 234 | 31 | - |
| CMYK | 0 | 0.08 | 0.88 | 0 |
| HSL | 54.38º | 1% | 0.56% | - |
| HSV(B) | 54.38º | 0.88% | 1% | - |
| XYZ | 70.91 | 80.2 | 13.04 | - |
| YUV | 217.14 | 22.96 | 155.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 234 | 31 | 0 | 0.08 | 0.88 | 0 | 54.38 | 1 | 0.56 |
| Hex | FF | EA | 1F | 0 | 8 | 58 | 0 | 36 | 64 | 38 |
| Octal | 377 | 352 | 37 | 0 | 10 | 130 | 0 | 66 | 144 | 70 |
| Binary | 11111111 | 11101010 | 11111 | 0 | 1000 | 1011000 | 0 | 110110 | 1100100 | 111000 |
Color Harmonies of #FFEA1F
Complementary color
Monochromatic Colors of #FFEA1F
Black with #FFEA1F
Text Example
Text Example
White with #FFEA1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFEA1F; }
p { color: rgb(255,234,31); }
H1.HeaderClassName
{
color: #FFEA1F;
}
.AnyTagClassName
{
color: #FFEA1F;
}
</style>
background-color css
<style>
a { background-color: #FFEA1F; }
a { background-color: rgb(255,234,31); }
div.DivClassName
{
background-color: #FFEA1F;
}
.BgClassName
{
background-color: #FFEA1F;
}
</style>
border-color css
<style>
span { border-color: #FFEA1F; }
span { border-color: rgb(255,234,31); }
td.TdClassName
{
border-color: #FFEA1F;
}
.TagClassName
{
border-color: #FFEA1F;
}
</style>