Shades of Lemon #FFED15
Tints of Lemon #FFED15
RGB
CMYK
RGB Variations
Color information
#FFED15 (or 0xFFED15) is known color: Lemon. HEX triplet: FF, ED and 15. RGB value is (255,237,21). Sum of RGB (Red+Green+Blue) = 255+237+21=513 (67% of max value = 765). Red value is 255 (100% from 255 or 49.71% from 513); Green value is 237 (92.97% from 255 or 46.20% from 513); Blue value is 21 (8.59% from 255 or 4.09% from 513); Max value from RGB is 255 - color contains mainly: red. Hex color #FFED15 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FFED15 is #0012EA. Grayscale: #DADADA. Windows color (decimal): -4843 or 1437183. OLE color: 1437183.
HSL color Cylindrical-coordinate representation of color #FFED15: hue angle of 55.38º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #FFED15 is Cyan = 0, Magento = 0.07, Yellow = 0.92 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 237 | 21 | - |
| CMYK | 0 | 0.07 | 0.92 | 0 |
| HSL | 55.38º | 1% | 0.54% | - |
| HSV(B) | 55.38º | 0.92% | 1% | - |
| XYZ | 71.66 | 81.88 | 12.74 | - |
| YUV | 217.76 | 16.96 | 154.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 237 | 21 | 0 | 0.07 | 0.92 | 0 | 55.38 | 1 | 0.54 |
| Hex | FF | ED | 15 | 0 | 7 | 5C | 0 | 37 | 64 | 36 |
| Octal | 377 | 355 | 25 | 0 | 7 | 134 | 0 | 67 | 144 | 66 |
| Binary | 11111111 | 11101101 | 10101 | 0 | 111 | 1011100 | 0 | 110111 | 1100100 | 110110 |
Color Harmonies of #FFED15
Complementary color
Monochromatic Colors of #FFED15
Black with #FFED15
Text Example
Text Example
White with #FFED15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFED15; }
p { color: rgb(255,237,21); }
H1.HeaderClassName
{
color: #FFED15;
}
.AnyTagClassName
{
color: #FFED15;
}
</style>
background-color css
<style>
a { background-color: #FFED15; }
a { background-color: rgb(255,237,21); }
div.DivClassName
{
background-color: #FFED15;
}
.BgClassName
{
background-color: #FFED15;
}
</style>
border-color css
<style>
span { border-color: #FFED15; }
span { border-color: rgb(255,237,21); }
td.TdClassName
{
border-color: #FFED15;
}
.TagClassName
{
border-color: #FFED15;
}
</style>