Shades of Lemon #FFE01D
Tints of Lemon #FFE01D
RGB
CMYK
RGB Variations
Color information
#FFE01D (or 0xFFE01D) is known color: Lemon. HEX triplet: FF, E0 and 1D. RGB value is (255,224,29). Sum of RGB (Red+Green+Blue) = 255+224+29=508 (67% of max value = 765). Red value is 255 (100% from 255 or 50.20% from 508); Green value is 224 (87.89% from 255 or 44.09% from 508); Blue value is 29 (11.72% from 255 or 5.71% from 508); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE01D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFE01D is #001FE2. Grayscale: #D3D3D3. Windows color (decimal): -8163 or 1958143. OLE color: 1958143.
HSL color Cylindrical-coordinate representation of color #FFE01D: hue angle of 51.77º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #FFE01D is Cyan = 0, Magento = 0.12, Yellow = 0.89 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 224 | 29 | - |
| CMYK | 0 | 0.12 | 0.89 | 0 |
| HSL | 51.77º | 1% | 0.56% | - |
| HSV(B) | 51.77º | 0.89% | 1% | - |
| XYZ | 68.12 | 74.66 | 11.98 | - |
| YUV | 211.04 | 25.27 | 159.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 224 | 29 | 0 | 0.12 | 0.89 | 0 | 51.77 | 1 | 0.56 |
| Hex | FF | E0 | 1D | 0 | C | 59 | 0 | 34 | 64 | 38 |
| Octal | 377 | 340 | 35 | 0 | 14 | 131 | 0 | 64 | 144 | 70 |
| Binary | 11111111 | 11100000 | 11101 | 0 | 1100 | 1011001 | 0 | 110100 | 1100100 | 111000 |
Color Harmonies of #FFE01D
Complementary color
Monochromatic Colors of #FFE01D
Black with #FFE01D
Text Example
Text Example
White with #FFE01D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFE01D; }
p { color: rgb(255,224,29); }
H1.HeaderClassName
{
color: #FFE01D;
}
.AnyTagClassName
{
color: #FFE01D;
}
</style>
background-color css
<style>
a { background-color: #FFE01D; }
a { background-color: rgb(255,224,29); }
div.DivClassName
{
background-color: #FFE01D;
}
.BgClassName
{
background-color: #FFE01D;
}
</style>
border-color css
<style>
span { border-color: #FFE01D; }
span { border-color: rgb(255,224,29); }
td.TdClassName
{
border-color: #FFE01D;
}
.TagClassName
{
border-color: #FFE01D;
}
</style>