Shades of Lemon #FFEA0A
Tints of Lemon #FFEA0A
RGB
CMYK
RGB Variations
Color information
#FFEA0A (or 0xFFEA0A) is known color: Lemon. HEX triplet: FF, EA and 0A. RGB value is (255,234,10). Sum of RGB (Red+Green+Blue) = 255+234+10=499 (66% of max value = 765). Red value is 255 (100% from 255 or 51.10% from 499); Green value is 234 (91.80% from 255 or 46.89% from 499); Blue value is 10 (4.30% from 255 or 2.00% from 499); Max value from RGB is 255 - color contains mainly: red. Hex color #FFEA0A is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FFEA0A is #0015F5. Grayscale: #D7D7D7. Windows color (decimal): -5622 or 715519. OLE color: 715519.
HSL color Cylindrical-coordinate representation of color #FFEA0A: hue angle of 54.86º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FFEA0A is Cyan = 0, Magento = 0.08, Yellow = 0.96 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 234 | 10 | - |
| CMYK | 0 | 0.08 | 0.96 | 0 |
| HSL | 54.86º | 1% | 0.52% | - |
| HSV(B) | 54.86º | 0.96% | 1% | - |
| XYZ | 70.72 | 80.13 | 12.03 | - |
| YUV | 214.74 | 12.46 | 156.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 234 | 10 | 0 | 0.08 | 0.96 | 0 | 54.86 | 1 | 0.52 |
| Hex | FF | EA | A | 0 | 8 | 60 | 0 | 37 | 64 | 34 |
| Octal | 377 | 352 | 12 | 0 | 10 | 140 | 0 | 67 | 144 | 64 |
| Binary | 11111111 | 11101010 | 1010 | 0 | 1000 | 1100000 | 0 | 110111 | 1100100 | 110100 |
Color Harmonies of #FFEA0A
Complementary color
Monochromatic Colors of #FFEA0A
Black with #FFEA0A
Text Example
Text Example
White with #FFEA0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFEA0A; }
p { color: rgb(255,234,10); }
H1.HeaderClassName
{
color: #FFEA0A;
}
.AnyTagClassName
{
color: #FFEA0A;
}
</style>
background-color css
<style>
a { background-color: #FFEA0A; }
a { background-color: rgb(255,234,10); }
div.DivClassName
{
background-color: #FFEA0A;
}
.BgClassName
{
background-color: #FFEA0A;
}
</style>
border-color css
<style>
span { border-color: #FFEA0A; }
span { border-color: rgb(255,234,10); }
td.TdClassName
{
border-color: #FFEA0A;
}
.TagClassName
{
border-color: #FFEA0A;
}
</style>