Shades of Lemon #FFEA06
Tints of Lemon #FFEA06
RGB
CMYK
RGB Variations
Color information
#FFEA06 (or 0xFFEA06) is known color: Lemon. HEX triplet: FF, EA and 06. RGB value is (255,234,6). Sum of RGB (Red+Green+Blue) = 255+234+6=495 (65% of max value = 765). Red value is 255 (100% from 255 or 51.52% from 495); Green value is 234 (91.80% from 255 or 47.27% from 495); Blue value is 6 (2.73% from 255 or 1.21% from 495); Max value from RGB is 255 - color contains mainly: red. Hex color #FFEA06 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FFEA06 is #0015F9. Grayscale: #D7D7D7. Windows color (decimal): -5626 or 453375. OLE color: 453375.
HSL color Cylindrical-coordinate representation of color #FFEA06: hue angle of 54.94º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FFEA06 is Cyan = 0, Magento = 0.08, Yellow = 0.98 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 234 | 6 | - |
| CMYK | 0 | 0.08 | 0.98 | 0 |
| HSL | 54.94º | 1% | 0.51% | - |
| HSV(B) | 54.94º | 0.98% | 1% | - |
| XYZ | 70.7 | 80.12 | 11.91 | - |
| YUV | 214.29 | 10.46 | 157.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 234 | 6 | 0 | 0.08 | 0.98 | 0 | 54.94 | 1 | 0.51 |
| Hex | FF | EA | 6 | 0 | 8 | 62 | 0 | 37 | 64 | 33 |
| Octal | 377 | 352 | 6 | 0 | 10 | 142 | 0 | 67 | 144 | 63 |
| Binary | 11111111 | 11101010 | 110 | 0 | 1000 | 1100010 | 0 | 110111 | 1100100 | 110011 |
Color Harmonies of #FFEA06
Complementary color
Monochromatic Colors of #FFEA06
Black with #FFEA06
Text Example
Text Example
White with #FFEA06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFEA06; }
p { color: rgb(255,234,6); }
H1.HeaderClassName
{
color: #FFEA06;
}
.AnyTagClassName
{
color: #FFEA06;
}
</style>
background-color css
<style>
a { background-color: #FFEA06; }
a { background-color: rgb(255,234,6); }
div.DivClassName
{
background-color: #FFEA06;
}
.BgClassName
{
background-color: #FFEA06;
}
</style>
border-color css
<style>
span { border-color: #FFEA06; }
span { border-color: rgb(255,234,6); }
td.TdClassName
{
border-color: #FFEA06;
}
.TagClassName
{
border-color: #FFEA06;
}
</style>