Shades of Lemon #FEE71D
Tints of Lemon #FEE71D
RGB
CMYK
RGB Variations
Color information
#FEE71D (or 0xFEE71D) is known color: Lemon. HEX triplet: FE, E7 and 1D. RGB value is (254,231,29). Sum of RGB (Red+Green+Blue) = 254+231+29=514 (68% of max value = 765). Red value is 254 (99.61% from 255 or 49.42% from 514); Green value is 231 (90.62% from 255 or 44.94% from 514); Blue value is 29 (11.72% from 255 or 5.64% from 514); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE71D is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FEE71D is #0118E2. Grayscale: #D7D7D7. Windows color (decimal): -71907 or 1959934. OLE color: 1959934.
HSL color Cylindrical-coordinate representation of color #FEE71D: hue angle of 53.87º 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 #FEE71D is Cyan = 0, Magento = 0.09, Yellow = 0.89 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 231 | 29 | - |
| CMYK | 0 | 0.09 | 0.89 | 0.00 |
| HSL | 53.87º | 0.99% | 0.55% | - |
| HSV(B) | 53.87º | 0.89% | 1% | - |
| XYZ | 69.67 | 78.31 | 12.61 | - |
| YUV | 214.85 | 23.12 | 155.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 231 | 29 | 0 | 0.09 | 0.89 | 0.00 | 53.87 | 0.99 | 0.55 |
| Hex | FE | E7 | 1D | 0 | 9 | 59 | 0 | 36 | 63 | 37 |
| Octal | 376 | 347 | 35 | 0 | 11 | 131 | 0 | 66 | 143 | 67 |
| Binary | 11111110 | 11100111 | 11101 | 0 | 1001 | 1011001 | 0 | 110110 | 1100011 | 110111 |
Color Harmonies of #FEE71D
Complementary color
Monochromatic Colors of #FEE71D
Black with #FEE71D
Text Example
Text Example
White with #FEE71D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEE71D; }
p { color: rgb(254,231,29); }
H1.HeaderClassName
{
color: #FEE71D;
}
.AnyTagClassName
{
color: #FEE71D;
}
</style>
background-color css
<style>
a { background-color: #FEE71D; }
a { background-color: rgb(254,231,29); }
div.DivClassName
{
background-color: #FEE71D;
}
.BgClassName
{
background-color: #FEE71D;
}
</style>
border-color css
<style>
span { border-color: #FEE71D; }
span { border-color: rgb(254,231,29); }
td.TdClassName
{
border-color: #FEE71D;
}
.TagClassName
{
border-color: #FEE71D;
}
</style>