Shades of Lemon #FFE018
Tints of Lemon #FFE018
RGB
CMYK
RGB Variations
Color information
#FFE018 (or 0xFFE018) is known color: Lemon. HEX triplet: FF, E0 and 18. RGB value is (255,224,24). Sum of RGB (Red+Green+Blue) = 255+224+24=503 (66% of max value = 765). Red value is 255 (100% from 255 or 50.70% from 503); Green value is 224 (87.89% from 255 or 44.53% from 503); Blue value is 24 (9.77% from 255 or 4.77% from 503); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE018 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFE018 is #001FE7. Grayscale: #D3D3D3. Windows color (decimal): -8168 or 1630463. OLE color: 1630463.
HSL color Cylindrical-coordinate representation of color #FFE018: hue angle of 51.95º 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 #FFE018 is Cyan = 0, Magento = 0.12, Yellow = 0.91 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 224 | 24 | - |
| CMYK | 0 | 0.12 | 0.91 | 0 |
| HSL | 51.95º | 1% | 0.55% | - |
| HSV(B) | 51.95º | 0.91% | 1% | - |
| XYZ | 68.06 | 74.64 | 11.68 | - |
| YUV | 210.47 | 22.77 | 159.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 224 | 24 | 0 | 0.12 | 0.91 | 0 | 51.95 | 1 | 0.55 |
| Hex | FF | E0 | 18 | 0 | C | 5B | 0 | 34 | 64 | 37 |
| Octal | 377 | 340 | 30 | 0 | 14 | 133 | 0 | 64 | 144 | 67 |
| Binary | 11111111 | 11100000 | 11000 | 0 | 1100 | 1011011 | 0 | 110100 | 1100100 | 110111 |
Color Harmonies of #FFE018
Complementary color
Monochromatic Colors of #FFE018
Black with #FFE018
Text Example
Text Example
White with #FFE018
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFE018; }
p { color: rgb(255,224,24); }
H1.HeaderClassName
{
color: #FFE018;
}
.AnyTagClassName
{
color: #FFE018;
}
</style>
background-color css
<style>
a { background-color: #FFE018; }
a { background-color: rgb(255,224,24); }
div.DivClassName
{
background-color: #FFE018;
}
.BgClassName
{
background-color: #FFE018;
}
</style>
border-color css
<style>
span { border-color: #FFE018; }
span { border-color: rgb(255,224,24); }
td.TdClassName
{
border-color: #FFE018;
}
.TagClassName
{
border-color: #FFE018;
}
</style>