Shades of Lemon #FFE112
Tints of Lemon #FFE112
RGB
CMYK
RGB Variations
Color information
#FFE112 (or 0xFFE112) is known color: Lemon. HEX triplet: FF, E1 and 12. RGB value is (255,225,18). Sum of RGB (Red+Green+Blue) = 255+225+18=498 (65% of max value = 765). Red value is 255 (100% from 255 or 51.20% from 498); Green value is 225 (88.28% from 255 or 45.18% from 498); Blue value is 18 (7.42% from 255 or 3.61% from 498); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE112 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFE112 is #001EED. Grayscale: #D3D3D3. Windows color (decimal): -7918 or 1237503. OLE color: 1237503.
HSL color Cylindrical-coordinate representation of color #FFE112: hue angle of 52.41º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #FFE112 is Cyan = 0, Magento = 0.12, Yellow = 0.93 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 225 | 18 | - |
| CMYK | 0 | 0.12 | 0.93 | 0 |
| HSL | 52.41º | 1% | 0.54% | - |
| HSV(B) | 52.41º | 0.93% | 1% | - |
| XYZ | 68.27 | 75.15 | 11.48 | - |
| YUV | 210.37 | 19.44 | 159.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 225 | 18 | 0 | 0.12 | 0.93 | 0 | 52.41 | 1 | 0.54 |
| Hex | FF | E1 | 12 | 0 | C | 5D | 0 | 34 | 64 | 36 |
| Octal | 377 | 341 | 22 | 0 | 14 | 135 | 0 | 64 | 144 | 66 |
| Binary | 11111111 | 11100001 | 10010 | 0 | 1100 | 1011101 | 0 | 110100 | 1100100 | 110110 |
Color Harmonies of #FFE112
Complementary color
Monochromatic Colors of #FFE112
Black with #FFE112
Text Example
Text Example
White with #FFE112
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFE112; }
p { color: rgb(255,225,18); }
H1.HeaderClassName
{
color: #FFE112;
}
.AnyTagClassName
{
color: #FFE112;
}
</style>
background-color css
<style>
a { background-color: #FFE112; }
a { background-color: rgb(255,225,18); }
div.DivClassName
{
background-color: #FFE112;
}
.BgClassName
{
background-color: #FFE112;
}
</style>
border-color css
<style>
span { border-color: #FFE112; }
span { border-color: rgb(255,225,18); }
td.TdClassName
{
border-color: #FFE112;
}
.TagClassName
{
border-color: #FFE112;
}
</style>