Shades of Lemon #FEEA1D
Tints of Lemon #FEEA1D
RGB
CMYK
RGB Variations
Color information
#FEEA1D (or 0xFEEA1D) is known color: Lemon. HEX triplet: FE, EA and 1D. RGB value is (254,234,29). Sum of RGB (Red+Green+Blue) = 254+234+29=517 (68% of max value = 765). Red value is 254 (99.61% from 255 or 49.13% from 517); Green value is 234 (91.80% from 255 or 45.26% from 517); Blue value is 29 (11.72% from 255 or 5.61% from 517); Max value from RGB is 254 - color contains mainly: red. Hex color #FEEA1D is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FEEA1D is #0115E2. Grayscale: #D9D9D9. Windows color (decimal): -71139 or 1960702. OLE color: 1960702.
HSL color Cylindrical-coordinate representation of color #FEEA1D: hue angle of 54.67º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #FEEA1D is Cyan = 0, Magento = 0.08, Yellow = 0.89 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 234 | 29 | - |
| CMYK | 0 | 0.08 | 0.89 | 0.00 |
| HSL | 54.67º | 0.99% | 0.55% | - |
| HSV(B) | 54.67º | 0.89% | 1% | - |
| XYZ | 70.52 | 80.01 | 12.89 | - |
| YUV | 216.61 | 22.13 | 154.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 234 | 29 | 0 | 0.08 | 0.89 | 0.00 | 54.67 | 0.99 | 0.55 |
| Hex | FE | EA | 1D | 0 | 8 | 59 | 0 | 37 | 63 | 37 |
| Octal | 376 | 352 | 35 | 0 | 10 | 131 | 0 | 67 | 143 | 67 |
| Binary | 11111110 | 11101010 | 11101 | 0 | 1000 | 1011001 | 0 | 110111 | 1100011 | 110111 |
Color Harmonies of #FEEA1D
Complementary color
Monochromatic Colors of #FEEA1D
Black with #FEEA1D
Text Example
Text Example
White with #FEEA1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEEA1D; }
p { color: rgb(254,234,29); }
H1.HeaderClassName
{
color: #FEEA1D;
}
.AnyTagClassName
{
color: #FEEA1D;
}
</style>
background-color css
<style>
a { background-color: #FEEA1D; }
a { background-color: rgb(254,234,29); }
div.DivClassName
{
background-color: #FEEA1D;
}
.BgClassName
{
background-color: #FEEA1D;
}
</style>
border-color css
<style>
span { border-color: #FEEA1D; }
span { border-color: rgb(254,234,29); }
td.TdClassName
{
border-color: #FEEA1D;
}
.TagClassName
{
border-color: #FEEA1D;
}
</style>