Shades of Lemon #FEE70E
Tints of Lemon #FEE70E
RGB
CMYK
RGB Variations
Color information
#FEE70E (or 0xFEE70E) is known color: Lemon. HEX triplet: FE, E7 and 0E. RGB value is (254,231,14). Sum of RGB (Red+Green+Blue) = 254+231+14=499 (66% of max value = 765). Red value is 254 (99.61% from 255 or 50.90% from 499); Green value is 231 (90.62% from 255 or 46.29% from 499); Blue value is 14 (5.86% from 255 or 2.81% from 499); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE70E is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FEE70E is #0118F1. Grayscale: #D6D6D6. Windows color (decimal): -71922 or 976894. OLE color: 976894.
HSL color Cylindrical-coordinate representation of color #FEE70E: hue angle of 54.25º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FEE70E is Cyan = 0, Magento = 0.09, Yellow = 0.94 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 231 | 14 | - |
| CMYK | 0 | 0.09 | 0.94 | 0.00 |
| HSL | 54.25º | 0.99% | 0.53% | - |
| HSV(B) | 54.25º | 0.94% | 1% | - |
| XYZ | 69.53 | 78.25 | 11.86 | - |
| YUV | 213.14 | 15.62 | 157.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 231 | 14 | 0 | 0.09 | 0.94 | 0.00 | 54.25 | 0.99 | 0.53 |
| Hex | FE | E7 | E | 0 | 9 | 5E | 0 | 36 | 63 | 35 |
| Octal | 376 | 347 | 16 | 0 | 11 | 136 | 0 | 66 | 143 | 65 |
| Binary | 11111110 | 11100111 | 1110 | 0 | 1001 | 1011110 | 0 | 110110 | 1100011 | 110101 |
Color Harmonies of #FEE70E
Complementary color
Monochromatic Colors of #FEE70E
Black with #FEE70E
Text Example
Text Example
White with #FEE70E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEE70E; }
p { color: rgb(254,231,14); }
H1.HeaderClassName
{
color: #FEE70E;
}
.AnyTagClassName
{
color: #FEE70E;
}
</style>
background-color css
<style>
a { background-color: #FEE70E; }
a { background-color: rgb(254,231,14); }
div.DivClassName
{
background-color: #FEE70E;
}
.BgClassName
{
background-color: #FEE70E;
}
</style>
border-color css
<style>
span { border-color: #FEE70E; }
span { border-color: rgb(254,231,14); }
td.TdClassName
{
border-color: #FEE70E;
}
.TagClassName
{
border-color: #FEE70E;
}
</style>