Shades of Lemon #FFE714
Tints of Lemon #FFE714
RGB
CMYK
RGB Variations
Color information
#FFE714 (or 0xFFE714) is known color: Lemon. HEX triplet: FF, E7 and 14. RGB value is (255,231,20). Sum of RGB (Red+Green+Blue) = 255+231+20=506 (67% of max value = 765). Red value is 255 (100% from 255 or 50.40% from 506); Green value is 231 (90.62% from 255 or 45.65% from 506); Blue value is 20 (8.20% from 255 or 3.95% from 506); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE714 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FFE714 is #0018EB. Grayscale: #D6D6D6. Windows color (decimal): -6380 or 1370111. OLE color: 1370111.
HSL color Cylindrical-coordinate representation of color #FFE714: hue angle of 53.87º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #FFE714 is Cyan = 0, Magento = 0.09, Yellow = 0.92 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 231 | 20 | - |
| CMYK | 0 | 0.09 | 0.92 | 0 |
| HSL | 53.87º | 1% | 0.54% | - |
| HSV(B) | 53.87º | 0.92% | 1% | - |
| XYZ | 69.94 | 78.46 | 12.12 | - |
| YUV | 214.12 | 18.45 | 157.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 231 | 20 | 0 | 0.09 | 0.92 | 0 | 53.87 | 1 | 0.54 |
| Hex | FF | E7 | 14 | 0 | 9 | 5C | 0 | 36 | 64 | 36 |
| Octal | 377 | 347 | 24 | 0 | 11 | 134 | 0 | 66 | 144 | 66 |
| Binary | 11111111 | 11100111 | 10100 | 0 | 1001 | 1011100 | 0 | 110110 | 1100100 | 110110 |
Color Harmonies of #FFE714
Complementary color
Monochromatic Colors of #FFE714
Black with #FFE714
Text Example
Text Example
White with #FFE714
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFE714; }
p { color: rgb(255,231,20); }
H1.HeaderClassName
{
color: #FFE714;
}
.AnyTagClassName
{
color: #FFE714;
}
</style>
background-color css
<style>
a { background-color: #FFE714; }
a { background-color: rgb(255,231,20); }
div.DivClassName
{
background-color: #FFE714;
}
.BgClassName
{
background-color: #FFE714;
}
</style>
border-color css
<style>
span { border-color: #FFE714; }
span { border-color: rgb(255,231,20); }
td.TdClassName
{
border-color: #FFE714;
}
.TagClassName
{
border-color: #FFE714;
}
</style>