Shades of Lemon #FFEB1A
Tints of Lemon #FFEB1A
RGB
CMYK
RGB Variations
Color information
#FFEB1A (or 0xFFEB1A) is known color: Lemon. HEX triplet: FF, EB and 1A. RGB value is (255,235,26). Sum of RGB (Red+Green+Blue) = 255+235+26=516 (68% of max value = 765). Red value is 255 (100% from 255 or 49.42% from 516); Green value is 235 (92.19% from 255 or 45.54% from 516); Blue value is 26 (10.55% from 255 or 5.04% from 516); Max value from RGB is 255 - color contains mainly: red. Hex color #FFEB1A is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FFEB1A is #0014E5. Grayscale: #DADADA. Windows color (decimal): -5350 or 1764351. OLE color: 1764351.
HSL color Cylindrical-coordinate representation of color #FFEB1A: hue angle of 54.76º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #FFEB1A is Cyan = 0, Magento = 0.08, Yellow = 0.90 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 235 | 26 | - |
| CMYK | 0 | 0.08 | 0.90 | 0 |
| HSL | 54.76º | 1% | 0.55% | - |
| HSV(B) | 54.76º | 0.9% | 1% | - |
| XYZ | 71.13 | 80.75 | 12.81 | - |
| YUV | 217.15 | 20.13 | 154.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 235 | 26 | 0 | 0.08 | 0.90 | 0 | 54.76 | 1 | 0.55 |
| Hex | FF | EB | 1A | 0 | 8 | 5A | 0 | 37 | 64 | 37 |
| Octal | 377 | 353 | 32 | 0 | 10 | 132 | 0 | 67 | 144 | 67 |
| Binary | 11111111 | 11101011 | 11010 | 0 | 1000 | 1011010 | 0 | 110111 | 1100100 | 110111 |
Color Harmonies of #FFEB1A
Complementary color
Monochromatic Colors of #FFEB1A
Black with #FFEB1A
Text Example
Text Example
White with #FFEB1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFEB1A; }
p { color: rgb(255,235,26); }
H1.HeaderClassName
{
color: #FFEB1A;
}
.AnyTagClassName
{
color: #FFEB1A;
}
</style>
background-color css
<style>
a { background-color: #FFEB1A; }
a { background-color: rgb(255,235,26); }
div.DivClassName
{
background-color: #FFEB1A;
}
.BgClassName
{
background-color: #FFEB1A;
}
</style>
border-color css
<style>
span { border-color: #FFEB1A; }
span { border-color: rgb(255,235,26); }
td.TdClassName
{
border-color: #FFEB1A;
}
.TagClassName
{
border-color: #FFEB1A;
}
</style>