Shades of Lemon #FFE512
Tints of Lemon #FFE512
RGB
CMYK
RGB Variations
Color information
#FFE512 (or 0xFFE512) is known color: Lemon. HEX triplet: FF, E5 and 12. RGB value is (255,229,18). Sum of RGB (Red+Green+Blue) = 255+229+18=502 (66% of max value = 765). Red value is 255 (100% from 255 or 50.80% from 502); Green value is 229 (89.84% from 255 or 45.62% from 502); Blue value is 18 (7.42% from 255 or 3.59% from 502); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE512 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFE512 is #001AED. Grayscale: #D5D5D5. Windows color (decimal): -6894 or 1238527. OLE color: 1238527.
HSL color Cylindrical-coordinate representation of color #FFE512: hue angle of 53.42º 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 #FFE512 is Cyan = 0, Magento = 0.10, Yellow = 0.93 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 229 | 18 | - |
| CMYK | 0 | 0.10 | 0.93 | 0 |
| HSL | 53.42º | 1% | 0.54% | - |
| HSV(B) | 53.42º | 0.93% | 1% | - |
| XYZ | 69.37 | 77.34 | 11.84 | - |
| YUV | 212.72 | 18.11 | 158.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 229 | 18 | 0 | 0.10 | 0.93 | 0 | 53.42 | 1 | 0.54 |
| Hex | FF | E5 | 12 | 0 | A | 5D | 0 | 35 | 64 | 36 |
| Octal | 377 | 345 | 22 | 0 | 12 | 135 | 0 | 65 | 144 | 66 |
| Binary | 11111111 | 11100101 | 10010 | 0 | 1010 | 1011101 | 0 | 110101 | 1100100 | 110110 |
Color Harmonies of #FFE512
Complementary color
Monochromatic Colors of #FFE512
Black with #FFE512
Text Example
Text Example
White with #FFE512
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFE512; }
p { color: rgb(255,229,18); }
H1.HeaderClassName
{
color: #FFE512;
}
.AnyTagClassName
{
color: #FFE512;
}
</style>
background-color css
<style>
a { background-color: #FFE512; }
a { background-color: rgb(255,229,18); }
div.DivClassName
{
background-color: #FFE512;
}
.BgClassName
{
background-color: #FFE512;
}
</style>
border-color css
<style>
span { border-color: #FFE512; }
span { border-color: rgb(255,229,18); }
td.TdClassName
{
border-color: #FFE512;
}
.TagClassName
{
border-color: #FFE512;
}
</style>