Shades of Lemon #FFE010
Tints of Lemon #FFE010
RGB
CMYK
RGB Variations
Color information
#FFE010 (or 0xFFE010) is known color: Lemon. HEX triplet: FF, E0 and 10. RGB value is (255,224,16). Sum of RGB (Red+Green+Blue) = 255+224+16=495 (65% of max value = 765). Red value is 255 (100% from 255 or 51.52% from 495); Green value is 224 (87.89% from 255 or 45.25% from 495); Blue value is 16 (6.64% from 255 or 3.23% from 495); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE010 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFE010 is #001FEF. Grayscale: #D2D2D2. Windows color (decimal): -8176 or 1106175. OLE color: 1106175.
HSL color Cylindrical-coordinate representation of color #FFE010: hue angle of 52.22º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FFE010 is Cyan = 0, Magento = 0.12, Yellow = 0.94 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 224 | 16 | - |
| CMYK | 0 | 0.12 | 0.94 | 0 |
| HSL | 52.22º | 1% | 0.53% | - |
| HSV(B) | 52.22º | 0.94% | 1% | - |
| XYZ | 67.99 | 74.61 | 11.31 | - |
| YUV | 209.56 | 18.77 | 160.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 224 | 16 | 0 | 0.12 | 0.94 | 0 | 52.22 | 1 | 0.53 |
| Hex | FF | E0 | 10 | 0 | C | 5E | 0 | 34 | 64 | 35 |
| Octal | 377 | 340 | 20 | 0 | 14 | 136 | 0 | 64 | 144 | 65 |
| Binary | 11111111 | 11100000 | 10000 | 0 | 1100 | 1011110 | 0 | 110100 | 1100100 | 110101 |
Color Harmonies of #FFE010
Complementary color
Monochromatic Colors of #FFE010
Black with #FFE010
Text Example
Text Example
White with #FFE010
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFE010; }
p { color: rgb(255,224,16); }
H1.HeaderClassName
{
color: #FFE010;
}
.AnyTagClassName
{
color: #FFE010;
}
</style>
background-color css
<style>
a { background-color: #FFE010; }
a { background-color: rgb(255,224,16); }
div.DivClassName
{
background-color: #FFE010;
}
.BgClassName
{
background-color: #FFE010;
}
</style>
border-color css
<style>
span { border-color: #FFE010; }
span { border-color: rgb(255,224,16); }
td.TdClassName
{
border-color: #FFE010;
}
.TagClassName
{
border-color: #FFE010;
}
</style>