Shades of Lemon #EFE013
Tints of Lemon #EFE013
RGB
CMYK
RGB Variations
Color information
#EFE013 (or 0xEFE013) is known color: Lemon. HEX triplet: EF, E0 and 13. RGB value is (239,224,19). Sum of RGB (Red+Green+Blue) = 239+224+19=482 (63% of max value = 765). Red value is 239 (93.75% from 255 or 49.59% from 482); Green value is 224 (87.89% from 255 or 46.47% from 482); Blue value is 19 (7.81% from 255 or 3.94% from 482); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE013 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EFE013 is #101FEC. Grayscale: #CDCDCD. Windows color (decimal): -1056749 or 1302767. OLE color: 1302767.
HSL color Cylindrical-coordinate representation of color #EFE013: hue angle of 55.91º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #EFE013 is Cyan = 0, Magento = 0.06, Yellow = 0.92 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 224 | 19 | - |
| CMYK | 0 | 0.06 | 0.92 | 0.06 |
| HSL | 55.91º | 0.87% | 0.51% | - |
| HSV(B) | 55.91º | 0.92% | 0.94% | - |
| XYZ | 62.37 | 71.71 | 11.17 | - |
| YUV | 205.12 | 22.97 | 152.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 224 | 19 | 0 | 0.06 | 0.92 | 0.06 | 55.91 | 0.87 | 0.51 |
| Hex | EF | E0 | 13 | 0 | 6 | 5C | 6 | 38 | 57 | 33 |
| Octal | 357 | 340 | 23 | 0 | 6 | 134 | 6 | 70 | 127 | 63 |
| Binary | 11101111 | 11100000 | 10011 | 0 | 110 | 1011100 | 110 | 111000 | 1010111 | 110011 |
Color Harmonies of #EFE013
Complementary color
Monochromatic Colors of #EFE013
Black with #EFE013
Text Example
Text Example
White with #EFE013
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFE013; }
p { color: rgb(239,224,19); }
H1.HeaderClassName
{
color: #EFE013;
}
.AnyTagClassName
{
color: #EFE013;
}
</style>
background-color css
<style>
a { background-color: #EFE013; }
a { background-color: rgb(239,224,19); }
div.DivClassName
{
background-color: #EFE013;
}
.BgClassName
{
background-color: #EFE013;
}
</style>
border-color css
<style>
span { border-color: #EFE013; }
span { border-color: rgb(239,224,19); }
td.TdClassName
{
border-color: #EFE013;
}
.TagClassName
{
border-color: #EFE013;
}
</style>