Shades of Lemon #FFE508
Tints of Lemon #FFE508
RGB
CMYK
RGB Variations
Color information
#FFE508 (or 0xFFE508) is known color: Lemon. HEX triplet: FF, E5 and 08. RGB value is (255,229,8). Sum of RGB (Red+Green+Blue) = 255+229+8=492 (65% of max value = 765). Red value is 255 (100% from 255 or 51.83% from 492); Green value is 229 (89.84% from 255 or 46.54% from 492); Blue value is 8 (3.52% from 255 or 1.63% from 492); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE508 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFE508 is #001AF7. Grayscale: #D4D4D4. Windows color (decimal): -6904 or 583167. OLE color: 583167.
HSL color Cylindrical-coordinate representation of color #FFE508: hue angle of 53.68º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #FFE508 is Cyan = 0, Magento = 0.10, Yellow = 0.97 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 229 | 8 | - |
| CMYK | 0 | 0.10 | 0.97 | 0 |
| HSL | 53.68º | 1% | 0.52% | - |
| HSV(B) | 53.68º | 0.97% | 1% | - |
| XYZ | 69.3 | 77.32 | 11.5 | - |
| YUV | 211.58 | 13.11 | 158.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 229 | 8 | 0 | 0.10 | 0.97 | 0 | 53.68 | 1 | 0.52 |
| Hex | FF | E5 | 8 | 0 | A | 61 | 0 | 36 | 64 | 34 |
| Octal | 377 | 345 | 10 | 0 | 12 | 141 | 0 | 66 | 144 | 64 |
| Binary | 11111111 | 11100101 | 1000 | 0 | 1010 | 1100001 | 0 | 110110 | 1100100 | 110100 |
Color Harmonies of #FFE508
Complementary color
Monochromatic Colors of #FFE508
Black with #FFE508
Text Example
Text Example
White with #FFE508
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFE508; }
p { color: rgb(255,229,8); }
H1.HeaderClassName
{
color: #FFE508;
}
.AnyTagClassName
{
color: #FFE508;
}
</style>
background-color css
<style>
a { background-color: #FFE508; }
a { background-color: rgb(255,229,8); }
div.DivClassName
{
background-color: #FFE508;
}
.BgClassName
{
background-color: #FFE508;
}
</style>
border-color css
<style>
span { border-color: #FFE508; }
span { border-color: rgb(255,229,8); }
td.TdClassName
{
border-color: #FFE508;
}
.TagClassName
{
border-color: #FFE508;
}
</style>