Shades of Lemon #FEEA20
Tints of Lemon #FEEA20
RGB
CMYK
RGB Variations
Color information
#FEEA20 (or 0xFEEA20) is known color: Lemon. HEX triplet: FE, EA and 20. RGB value is (254,234,32). Sum of RGB (Red+Green+Blue) = 254+234+32=520 (68% of max value = 765). Red value is 254 (99.61% from 255 or 48.85% from 520); Green value is 234 (91.80% from 255 or 45% from 520); Blue value is 32 (12.89% from 255 or 6.15% from 520); Max value from RGB is 254 - color contains mainly: red. Hex color #FEEA20 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FEEA20 is #0115DF. Grayscale: #D9D9D9. Windows color (decimal): -71136 or 2157310. OLE color: 2157310.
HSL color Cylindrical-coordinate representation of color #FEEA20: hue angle of 54.59º degrees, saturation: 0.99, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #FEEA20 is Cyan = 0, Magento = 0.08, Yellow = 0.87 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 234 | 32 | - |
| CMYK | 0 | 0.08 | 0.87 | 0.00 |
| HSL | 54.59º | 0.99% | 0.56% | - |
| HSV(B) | 54.59º | 0.87% | 1% | - |
| XYZ | 70.56 | 80.02 | 13.09 | - |
| YUV | 216.95 | 23.63 | 154.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 234 | 32 | 0 | 0.08 | 0.87 | 0.00 | 54.59 | 0.99 | 0.56 |
| Hex | FE | EA | 20 | 0 | 8 | 57 | 0 | 37 | 63 | 38 |
| Octal | 376 | 352 | 40 | 0 | 10 | 127 | 0 | 67 | 143 | 70 |
| Binary | 11111110 | 11101010 | 100000 | 0 | 1000 | 1010111 | 0 | 110111 | 1100011 | 111000 |
Color Harmonies of #FEEA20
Complementary color
Monochromatic Colors of #FEEA20
Black with #FEEA20
Text Example
Text Example
White with #FEEA20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEEA20; }
p { color: rgb(254,234,32); }
H1.HeaderClassName
{
color: #FEEA20;
}
.AnyTagClassName
{
color: #FEEA20;
}
</style>
background-color css
<style>
a { background-color: #FEEA20; }
a { background-color: rgb(254,234,32); }
div.DivClassName
{
background-color: #FEEA20;
}
.BgClassName
{
background-color: #FEEA20;
}
</style>
border-color css
<style>
span { border-color: #FEEA20; }
span { border-color: rgb(254,234,32); }
td.TdClassName
{
border-color: #FEEA20;
}
.TagClassName
{
border-color: #FEEA20;
}
</style>