Shades of Lemon #FFEB10
Tints of Lemon #FFEB10
RGB
CMYK
RGB Variations
Color information
#FFEB10 (or 0xFFEB10) is known color: Lemon. HEX triplet: FF, EB and 10. RGB value is (255,235,16). Sum of RGB (Red+Green+Blue) = 255+235+16=506 (67% of max value = 765). Red value is 255 (100% from 255 or 50.40% from 506); Green value is 235 (92.19% from 255 or 46.44% from 506); Blue value is 16 (6.64% from 255 or 3.16% from 506); Max value from RGB is 255 - color contains mainly: red. Hex color #FFEB10 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FFEB10 is #0014EF. Grayscale: #D8D8D8. Windows color (decimal): -5360 or 1108991. OLE color: 1108991.
HSL color Cylindrical-coordinate representation of color #FFEB10: hue angle of 54.98º 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 #FFEB10 is Cyan = 0, Magento = 0.08, Yellow = 0.94 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 235 | 16 | - |
| CMYK | 0 | 0.08 | 0.94 | 0 |
| HSL | 54.98º | 1% | 0.53% | - |
| HSV(B) | 54.98º | 0.94% | 1% | - |
| XYZ | 71.04 | 80.71 | 12.33 | - |
| YUV | 216.01 | 15.13 | 155.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 235 | 16 | 0 | 0.08 | 0.94 | 0 | 54.98 | 1 | 0.53 |
| Hex | FF | EB | 10 | 0 | 8 | 5E | 0 | 37 | 64 | 35 |
| Octal | 377 | 353 | 20 | 0 | 10 | 136 | 0 | 67 | 144 | 65 |
| Binary | 11111111 | 11101011 | 10000 | 0 | 1000 | 1011110 | 0 | 110111 | 1100100 | 110101 |
Color Harmonies of #FFEB10
Complementary color
Monochromatic Colors of #FFEB10
Black with #FFEB10
Text Example
Text Example
White with #FFEB10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFEB10; }
p { color: rgb(255,235,16); }
H1.HeaderClassName
{
color: #FFEB10;
}
.AnyTagClassName
{
color: #FFEB10;
}
</style>
background-color css
<style>
a { background-color: #FFEB10; }
a { background-color: rgb(255,235,16); }
div.DivClassName
{
background-color: #FFEB10;
}
.BgClassName
{
background-color: #FFEB10;
}
</style>
border-color css
<style>
span { border-color: #FFEB10; }
span { border-color: rgb(255,235,16); }
td.TdClassName
{
border-color: #FFEB10;
}
.TagClassName
{
border-color: #FFEB10;
}
</style>