Shades of Lemon #EFE512
Tints of Lemon #EFE512
RGB
CMYK
RGB Variations
Color information
#EFE512 (or 0xEFE512) is known color: Lemon. HEX triplet: EF, E5 and 12. RGB value is (239,229,18). Sum of RGB (Red+Green+Blue) = 239+229+18=486 (64% of max value = 765). Red value is 239 (93.75% from 255 or 49.18% from 486); Green value is 229 (89.84% from 255 or 47.12% from 486); Blue value is 18 (7.42% from 255 or 3.70% from 486); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE512 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EFE512 is #101AED. Grayscale: #D0D0D0. Windows color (decimal): -1055470 or 1238511. OLE color: 1238511.
HSL color Cylindrical-coordinate representation of color #EFE512: hue angle of 57.29º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #EFE512 is Cyan = 0, Magento = 0.04, Yellow = 0.92 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 229 | 18 | - |
| CMYK | 0 | 0.04 | 0.92 | 0.06 |
| HSL | 57.29º | 0.87% | 0.5% | - |
| HSV(B) | 57.29º | 0.92% | 0.94% | - |
| XYZ | 63.73 | 74.43 | 11.58 | - |
| YUV | 207.94 | 20.81 | 150.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 229 | 18 | 0 | 0.04 | 0.92 | 0.06 | 57.29 | 0.87 | 0.5 |
| Hex | EF | E5 | 12 | 0 | 4 | 5C | 6 | 39 | 57 | 32 |
| Octal | 357 | 345 | 22 | 0 | 4 | 134 | 6 | 71 | 127 | 62 |
| Binary | 11101111 | 11100101 | 10010 | 0 | 100 | 1011100 | 110 | 111001 | 1010111 | 110010 |
Color Harmonies of #EFE512
Complementary color
Monochromatic Colors of #EFE512
Black with #EFE512
Text Example
Text Example
White with #EFE512
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFE512; }
p { color: rgb(239,229,18); }
H1.HeaderClassName
{
color: #EFE512;
}
.AnyTagClassName
{
color: #EFE512;
}
</style>
background-color css
<style>
a { background-color: #EFE512; }
a { background-color: rgb(239,229,18); }
div.DivClassName
{
background-color: #EFE512;
}
.BgClassName
{
background-color: #EFE512;
}
</style>
border-color css
<style>
span { border-color: #EFE512; }
span { border-color: rgb(239,229,18); }
td.TdClassName
{
border-color: #EFE512;
}
.TagClassName
{
border-color: #EFE512;
}
</style>