Shades of Lemon #FFED0E
Tints of Lemon #FFED0E
RGB
CMYK
RGB Variations
Color information
#FFED0E (or 0xFFED0E) is known color: Lemon. HEX triplet: FF, ED and 0E. RGB value is (255,237,14). Sum of RGB (Red+Green+Blue) = 255+237+14=506 (67% of max value = 765). Red value is 255 (100% from 255 or 50.40% from 506); Green value is 237 (92.97% from 255 or 46.84% from 506); Blue value is 14 (5.86% from 255 or 2.77% from 506); Max value from RGB is 255 - color contains mainly: red. Hex color #FFED0E is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FFED0E is #0012F1. Grayscale: #D9D9D9. Windows color (decimal): -4850 or 978431. OLE color: 978431.
HSL color Cylindrical-coordinate representation of color #FFED0E: hue angle of 55.52º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #FFED0E is Cyan = 0, Magento = 0.07, Yellow = 0.95 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 237 | 14 | - |
| CMYK | 0 | 0.07 | 0.95 | 0 |
| HSL | 55.52º | 1% | 0.53% | - |
| HSV(B) | 55.52º | 0.95% | 1% | - |
| XYZ | 71.6 | 81.86 | 12.44 | - |
| YUV | 216.96 | 13.46 | 155.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 237 | 14 | 0 | 0.07 | 0.95 | 0 | 55.52 | 1 | 0.53 |
| Hex | FF | ED | E | 0 | 7 | 5F | 0 | 38 | 64 | 35 |
| Octal | 377 | 355 | 16 | 0 | 7 | 137 | 0 | 70 | 144 | 65 |
| Binary | 11111111 | 11101101 | 1110 | 0 | 111 | 1011111 | 0 | 111000 | 1100100 | 110101 |
Color Harmonies of #FFED0E
Complementary color
Monochromatic Colors of #FFED0E
Black with #FFED0E
Text Example
Text Example
White with #FFED0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFED0E; }
p { color: rgb(255,237,14); }
H1.HeaderClassName
{
color: #FFED0E;
}
.AnyTagClassName
{
color: #FFED0E;
}
</style>
background-color css
<style>
a { background-color: #FFED0E; }
a { background-color: rgb(255,237,14); }
div.DivClassName
{
background-color: #FFED0E;
}
.BgClassName
{
background-color: #FFED0E;
}
</style>
border-color css
<style>
span { border-color: #FFED0E; }
span { border-color: rgb(255,237,14); }
td.TdClassName
{
border-color: #FFED0E;
}
.TagClassName
{
border-color: #FFED0E;
}
</style>