Shades of Lemon #EFEC0F
Tints of Lemon #EFEC0F
RGB
CMYK
RGB Variations
Color information
#EFEC0F (or 0xEFEC0F) is known color: Lemon. HEX triplet: EF, EC and 0F. RGB value is (239,236,15). Sum of RGB (Red+Green+Blue) = 239+236+15=490 (64% of max value = 765). Red value is 239 (93.75% from 255 or 48.78% from 490); Green value is 236 (92.58% from 255 or 48.16% from 490); Blue value is 15 (6.25% from 255 or 3.06% from 490); Max value from RGB is 239 - color contains mainly: red. Hex color #EFEC0F is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EFEC0F is #1013F0. Grayscale: #D4D4D4. Windows color (decimal): -1053681 or 1043695. OLE color: 1043695.
HSL color Cylindrical-coordinate representation of color #EFEC0F: hue angle of 59.2º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #EFEC0F is Cyan = 0, Magento = 0.01, Yellow = 0.94 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 236 | 15 | - |
| CMYK | 0 | 0.01 | 0.94 | 0.06 |
| HSL | 59.2º | 0.88% | 0.5% | - |
| HSV(B) | 59.2º | 0.94% | 0.94% | - |
| XYZ | 65.68 | 78.38 | 12.12 | - |
| YUV | 211.7 | 16.99 | 147.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 236 | 15 | 0 | 0.01 | 0.94 | 0.06 | 59.2 | 0.88 | 0.5 |
| Hex | EF | EC | F | 0 | 1 | 5E | 6 | 3B | 58 | 32 |
| Octal | 357 | 354 | 17 | 0 | 1 | 136 | 6 | 73 | 130 | 62 |
| Binary | 11101111 | 11101100 | 1111 | 0 | 1 | 1011110 | 110 | 111011 | 1011000 | 110010 |
Color Harmonies of #EFEC0F
Complementary color
Monochromatic Colors of #EFEC0F
Black with #EFEC0F
Text Example
Text Example
White with #EFEC0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFEC0F; }
p { color: rgb(239,236,15); }
H1.HeaderClassName
{
color: #EFEC0F;
}
.AnyTagClassName
{
color: #EFEC0F;
}
</style>
background-color css
<style>
a { background-color: #EFEC0F; }
a { background-color: rgb(239,236,15); }
div.DivClassName
{
background-color: #EFEC0F;
}
.BgClassName
{
background-color: #EFEC0F;
}
</style>
border-color css
<style>
span { border-color: #EFEC0F; }
span { border-color: rgb(239,236,15); }
td.TdClassName
{
border-color: #EFEC0F;
}
.TagClassName
{
border-color: #EFEC0F;
}
</style>