Shades of Lemon #FEEC07
Tints of Lemon #FEEC07
RGB
CMYK
RGB Variations
Color information
#FEEC07 (or 0xFEEC07) is known color: Lemon. HEX triplet: FE, EC and 07. RGB value is (254,236,7). Sum of RGB (Red+Green+Blue) = 254+236+7=497 (65% of max value = 765). Red value is 254 (99.61% from 255 or 51.11% from 497); Green value is 236 (92.58% from 255 or 47.48% from 497); Blue value is 7 (3.12% from 255 or 1.41% from 497); Max value from RGB is 254 - color contains mainly: red. Hex color #FEEC07 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FEEC07 is #0113F8. Grayscale: #D8D8D8. Windows color (decimal): -70649 or 519422. OLE color: 519422.
HSL color Cylindrical-coordinate representation of color #FEEC07: hue angle of 55.63º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #FEEC07 is Cyan = 0, Magento = 0.07, Yellow = 0.97 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 236 | 7 | - |
| CMYK | 0 | 0.07 | 0.97 | 0.00 |
| HSL | 55.63º | 0.99% | 0.51% | - |
| HSV(B) | 55.63º | 0.97% | 1% | - |
| XYZ | 70.91 | 81.08 | 12.11 | - |
| YUV | 215.28 | 10.46 | 155.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 236 | 7 | 0 | 0.07 | 0.97 | 0.00 | 55.63 | 0.99 | 0.51 |
| Hex | FE | EC | 7 | 0 | 7 | 61 | 0 | 38 | 63 | 33 |
| Octal | 376 | 354 | 7 | 0 | 7 | 141 | 0 | 70 | 143 | 63 |
| Binary | 11111110 | 11101100 | 111 | 0 | 111 | 1100001 | 0 | 111000 | 1100011 | 110011 |
Color Harmonies of #FEEC07
Complementary color
Monochromatic Colors of #FEEC07
Black with #FEEC07
Text Example
Text Example
White with #FEEC07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEEC07; }
p { color: rgb(254,236,7); }
H1.HeaderClassName
{
color: #FEEC07;
}
.AnyTagClassName
{
color: #FEEC07;
}
</style>
background-color css
<style>
a { background-color: #FEEC07; }
a { background-color: rgb(254,236,7); }
div.DivClassName
{
background-color: #FEEC07;
}
.BgClassName
{
background-color: #FEEC07;
}
</style>
border-color css
<style>
span { border-color: #FEEC07; }
span { border-color: rgb(254,236,7); }
td.TdClassName
{
border-color: #FEEC07;
}
.TagClassName
{
border-color: #FEEC07;
}
</style>