Shades of Lemon #FFED1D
Tints of Lemon #FFED1D
RGB
CMYK
RGB Variations
Color information
#FFED1D (or 0xFFED1D) is known color: Lemon. HEX triplet: FF, ED and 1D. RGB value is (255,237,29). Sum of RGB (Red+Green+Blue) = 255+237+29=521 (69% of max value = 765). Red value is 255 (100% from 255 or 48.94% from 521); Green value is 237 (92.97% from 255 or 45.49% from 521); Blue value is 29 (11.72% from 255 or 5.57% from 521); Max value from RGB is 255 - color contains mainly: red. Hex color #FFED1D is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FFED1D is #0012E2. Grayscale: #DBDBDB. Windows color (decimal): -4835 or 1961471. OLE color: 1961471.
HSL color Cylindrical-coordinate representation of color #FFED1D: hue angle of 55.22º 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 #FFED1D is Cyan = 0, Magento = 0.07, Yellow = 0.89 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 237 | 29 | - |
| CMYK | 0 | 0.07 | 0.89 | 0 |
| HSL | 55.22º | 1% | 0.56% | - |
| HSV(B) | 55.22º | 0.89% | 1% | - |
| XYZ | 71.75 | 81.92 | 13.19 | - |
| YUV | 218.67 | 20.96 | 153.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 237 | 29 | 0 | 0.07 | 0.89 | 0 | 55.22 | 1 | 0.56 |
| Hex | FF | ED | 1D | 0 | 7 | 59 | 0 | 37 | 64 | 38 |
| Octal | 377 | 355 | 35 | 0 | 7 | 131 | 0 | 67 | 144 | 70 |
| Binary | 11111111 | 11101101 | 11101 | 0 | 111 | 1011001 | 0 | 110111 | 1100100 | 111000 |
Color Harmonies of #FFED1D
Complementary color
Monochromatic Colors of #FFED1D
Black with #FFED1D
Text Example
Text Example
White with #FFED1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFED1D; }
p { color: rgb(255,237,29); }
H1.HeaderClassName
{
color: #FFED1D;
}
.AnyTagClassName
{
color: #FFED1D;
}
</style>
background-color css
<style>
a { background-color: #FFED1D; }
a { background-color: rgb(255,237,29); }
div.DivClassName
{
background-color: #FFED1D;
}
.BgClassName
{
background-color: #FFED1D;
}
</style>
border-color css
<style>
span { border-color: #FFED1D; }
span { border-color: rgb(255,237,29); }
td.TdClassName
{
border-color: #FFED1D;
}
.TagClassName
{
border-color: #FFED1D;
}
</style>