Shades of Lemon #FEE814
Tints of Lemon #FEE814
RGB
CMYK
RGB Variations
Color information
#FEE814 (or 0xFEE814) is known color: Lemon. HEX triplet: FE, E8 and 14. RGB value is (254,232,20). Sum of RGB (Red+Green+Blue) = 254+232+20=506 (67% of max value = 765). Red value is 254 (99.61% from 255 or 50.20% from 506); Green value is 232 (91.02% from 255 or 45.85% from 506); Blue value is 20 (8.20% from 255 or 3.95% from 506); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE814 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FEE814 is #0117EB. Grayscale: #D7D7D7. Windows color (decimal): -71660 or 1370366. OLE color: 1370366.
HSL color Cylindrical-coordinate representation of color #FEE814: hue angle of 54.36º degrees, saturation: 0.99, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #FEE814 is Cyan = 0, Magento = 0.09, Yellow = 0.92 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 232 | 20 | - |
| CMYK | 0 | 0.09 | 0.92 | 0.00 |
| HSL | 54.36º | 0.99% | 0.54% | - |
| HSV(B) | 54.36º | 0.92% | 1% | - |
| XYZ | 69.86 | 78.83 | 12.2 | - |
| YUV | 214.41 | 18.29 | 156.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 232 | 20 | 0 | 0.09 | 0.92 | 0.00 | 54.36 | 0.99 | 0.54 |
| Hex | FE | E8 | 14 | 0 | 9 | 5C | 0 | 36 | 63 | 36 |
| Octal | 376 | 350 | 24 | 0 | 11 | 134 | 0 | 66 | 143 | 66 |
| Binary | 11111110 | 11101000 | 10100 | 0 | 1001 | 1011100 | 0 | 110110 | 1100011 | 110110 |
Color Harmonies of #FEE814
Complementary color
Monochromatic Colors of #FEE814
Black with #FEE814
Text Example
Text Example
White with #FEE814
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEE814; }
p { color: rgb(254,232,20); }
H1.HeaderClassName
{
color: #FEE814;
}
.AnyTagClassName
{
color: #FEE814;
}
</style>
background-color css
<style>
a { background-color: #FEE814; }
a { background-color: rgb(254,232,20); }
div.DivClassName
{
background-color: #FEE814;
}
.BgClassName
{
background-color: #FEE814;
}
</style>
border-color css
<style>
span { border-color: #FEE814; }
span { border-color: rgb(254,232,20); }
td.TdClassName
{
border-color: #FEE814;
}
.TagClassName
{
border-color: #FEE814;
}
</style>