Shades of Lemon #FFED10
Tints of Lemon #FFED10
RGB
CMYK
RGB Variations
Color information
#FFED10 (or 0xFFED10) is known color: Lemon. HEX triplet: FF, ED and 10. RGB value is (255,237,16). Sum of RGB (Red+Green+Blue) = 255+237+16=508 (67% of max value = 765). Red value is 255 (100% from 255 or 50.20% from 508); Green value is 237 (92.97% from 255 or 46.65% from 508); Blue value is 16 (6.64% from 255 or 3.15% from 508); Max value from RGB is 255 - color contains mainly: red. Hex color #FFED10 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FFED10 is #0012EF. Grayscale: #DADADA. Windows color (decimal): -4848 or 1109503. OLE color: 1109503.
HSL color Cylindrical-coordinate representation of color #FFED10: hue angle of 55.48º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FFED10 is Cyan = 0, Magento = 0.07, Yellow = 0.94 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 237 | 16 | - |
| CMYK | 0 | 0.07 | 0.94 | 0 |
| HSL | 55.48º | 1% | 0.53% | - |
| HSV(B) | 55.48º | 0.94% | 1% | - |
| XYZ | 71.62 | 81.87 | 12.52 | - |
| YUV | 217.19 | 14.46 | 154.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 237 | 16 | 0 | 0.07 | 0.94 | 0 | 55.48 | 1 | 0.53 |
| Hex | FF | ED | 10 | 0 | 7 | 5E | 0 | 37 | 64 | 35 |
| Octal | 377 | 355 | 20 | 0 | 7 | 136 | 0 | 67 | 144 | 65 |
| Binary | 11111111 | 11101101 | 10000 | 0 | 111 | 1011110 | 0 | 110111 | 1100100 | 110101 |
Color Harmonies of #FFED10
Complementary color
Monochromatic Colors of #FFED10
Black with #FFED10
Text Example
Text Example
White with #FFED10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFED10; }
p { color: rgb(255,237,16); }
H1.HeaderClassName
{
color: #FFED10;
}
.AnyTagClassName
{
color: #FFED10;
}
</style>
background-color css
<style>
a { background-color: #FFED10; }
a { background-color: rgb(255,237,16); }
div.DivClassName
{
background-color: #FFED10;
}
.BgClassName
{
background-color: #FFED10;
}
</style>
border-color css
<style>
span { border-color: #FFED10; }
span { border-color: rgb(255,237,16); }
td.TdClassName
{
border-color: #FFED10;
}
.TagClassName
{
border-color: #FFED10;
}
</style>