Shades of Lemon #FFE707
Tints of Lemon #FFE707
RGB
CMYK
RGB Variations
Color information
#FFE707 (or 0xFFE707) is known color: Lemon. HEX triplet: FF, E7 and 07. RGB value is (255,231,7). Sum of RGB (Red+Green+Blue) = 255+231+7=493 (65% of max value = 765). Red value is 255 (100% from 255 or 51.72% from 493); Green value is 231 (90.62% from 255 or 46.86% from 493); Blue value is 7 (3.12% from 255 or 1.42% from 493); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE707 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FFE707 is #0018F8. Grayscale: #D5D5D5. Windows color (decimal): -6393 or 518143. OLE color: 518143.
HSL color Cylindrical-coordinate representation of color #FFE707: hue angle of 54.19º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #FFE707 is Cyan = 0, Magento = 0.09, Yellow = 0.97 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 231 | 7 | - |
| CMYK | 0 | 0.09 | 0.97 | 0 |
| HSL | 54.19º | 1% | 0.51% | - |
| HSV(B) | 54.19º | 0.97% | 1% | - |
| XYZ | 69.85 | 78.43 | 11.66 | - |
| YUV | 212.64 | 11.95 | 158.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 231 | 7 | 0 | 0.09 | 0.97 | 0 | 54.19 | 1 | 0.51 |
| Hex | FF | E7 | 7 | 0 | 9 | 61 | 0 | 36 | 64 | 33 |
| Octal | 377 | 347 | 7 | 0 | 11 | 141 | 0 | 66 | 144 | 63 |
| Binary | 11111111 | 11100111 | 111 | 0 | 1001 | 1100001 | 0 | 110110 | 1100100 | 110011 |
Color Harmonies of #FFE707
Complementary color
Monochromatic Colors of #FFE707
Black with #FFE707
Text Example
Text Example
White with #FFE707
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFE707; }
p { color: rgb(255,231,7); }
H1.HeaderClassName
{
color: #FFE707;
}
.AnyTagClassName
{
color: #FFE707;
}
</style>
background-color css
<style>
a { background-color: #FFE707; }
a { background-color: rgb(255,231,7); }
div.DivClassName
{
background-color: #FFE707;
}
.BgClassName
{
background-color: #FFE707;
}
</style>
border-color css
<style>
span { border-color: #FFE707; }
span { border-color: rgb(255,231,7); }
td.TdClassName
{
border-color: #FFE707;
}
.TagClassName
{
border-color: #FFE707;
}
</style>