Shades of Lemon #FFEB06
Tints of Lemon #FFEB06
RGB
CMYK
RGB Variations
Color information
#FFEB06 (or 0xFFEB06) is known color: Lemon. HEX triplet: FF, EB and 06. RGB value is (255,235,6). Sum of RGB (Red+Green+Blue) = 255+235+6=496 (65% of max value = 765). Red value is 255 (100% from 255 or 51.41% from 496); Green value is 235 (92.19% from 255 or 47.38% from 496); Blue value is 6 (2.73% from 255 or 1.21% from 496); Max value from RGB is 255 - color contains mainly: red. Hex color #FFEB06 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FFEB06 is #0014F9. Grayscale: #D7D7D7. Windows color (decimal): -5370 or 453631. OLE color: 453631.
HSL color Cylindrical-coordinate representation of color #FFEB06: hue angle of 55.18º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FFEB06 is Cyan = 0, Magento = 0.08, Yellow = 0.98 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 235 | 6 | - |
| CMYK | 0 | 0.08 | 0.98 | 0 |
| HSL | 55.18º | 1% | 0.51% | - |
| HSV(B) | 55.18º | 0.98% | 1% | - |
| XYZ | 70.98 | 80.69 | 12.01 | - |
| YUV | 214.87 | 10.13 | 156.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 235 | 6 | 0 | 0.08 | 0.98 | 0 | 55.18 | 1 | 0.51 |
| Hex | FF | EB | 6 | 0 | 8 | 62 | 0 | 37 | 64 | 33 |
| Octal | 377 | 353 | 6 | 0 | 10 | 142 | 0 | 67 | 144 | 63 |
| Binary | 11111111 | 11101011 | 110 | 0 | 1000 | 1100010 | 0 | 110111 | 1100100 | 110011 |
Color Harmonies of #FFEB06
Complementary color
Monochromatic Colors of #FFEB06
Black with #FFEB06
Text Example
Text Example
White with #FFEB06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFEB06; }
p { color: rgb(255,235,6); }
H1.HeaderClassName
{
color: #FFEB06;
}
.AnyTagClassName
{
color: #FFEB06;
}
</style>
background-color css
<style>
a { background-color: #FFEB06; }
a { background-color: rgb(255,235,6); }
div.DivClassName
{
background-color: #FFEB06;
}
.BgClassName
{
background-color: #FFEB06;
}
</style>
border-color css
<style>
span { border-color: #FFEB06; }
span { border-color: rgb(255,235,6); }
td.TdClassName
{
border-color: #FFEB06;
}
.TagClassName
{
border-color: #FFEB06;
}
</style>