Shades of Lemon #FFEA08
Tints of Lemon #FFEA08
RGB
CMYK
RGB Variations
Color information
#FFEA08 (or 0xFFEA08) is known color: Lemon. HEX triplet: FF, EA and 08. RGB value is (255,234,8). Sum of RGB (Red+Green+Blue) = 255+234+8=497 (65% of max value = 765). Red value is 255 (100% from 255 or 51.31% from 497); Green value is 234 (91.80% from 255 or 47.08% from 497); Blue value is 8 (3.52% from 255 or 1.61% from 497); Max value from RGB is 255 - color contains mainly: red. Hex color #FFEA08 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FFEA08 is #0015F7. Grayscale: #D7D7D7. Windows color (decimal): -5624 or 584447. OLE color: 584447.
HSL color Cylindrical-coordinate representation of color #FFEA08: hue angle of 54.9º 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 #FFEA08 is Cyan = 0, Magento = 0.08, Yellow = 0.97 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 234 | 8 | - |
| CMYK | 0 | 0.08 | 0.97 | 0 |
| HSL | 54.9º | 1% | 0.52% | - |
| HSV(B) | 54.9º | 0.97% | 1% | - |
| XYZ | 70.71 | 80.12 | 11.97 | - |
| YUV | 214.52 | 11.46 | 156.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 234 | 8 | 0 | 0.08 | 0.97 | 0 | 54.9 | 1 | 0.52 |
| Hex | FF | EA | 8 | 0 | 8 | 61 | 0 | 37 | 64 | 34 |
| Octal | 377 | 352 | 10 | 0 | 10 | 141 | 0 | 67 | 144 | 64 |
| Binary | 11111111 | 11101010 | 1000 | 0 | 1000 | 1100001 | 0 | 110111 | 1100100 | 110100 |
Color Harmonies of #FFEA08
Complementary color
Monochromatic Colors of #FFEA08
Black with #FFEA08
Text Example
Text Example
White with #FFEA08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFEA08; }
p { color: rgb(255,234,8); }
H1.HeaderClassName
{
color: #FFEA08;
}
.AnyTagClassName
{
color: #FFEA08;
}
</style>
background-color css
<style>
a { background-color: #FFEA08; }
a { background-color: rgb(255,234,8); }
div.DivClassName
{
background-color: #FFEA08;
}
.BgClassName
{
background-color: #FFEA08;
}
</style>
border-color css
<style>
span { border-color: #FFEA08; }
span { border-color: rgb(255,234,8); }
td.TdClassName
{
border-color: #FFEA08;
}
.TagClassName
{
border-color: #FFEA08;
}
</style>