Shades of Lemon #EFEC0D
Tints of Lemon #EFEC0D
RGB
CMYK
RGB Variations
Color information
#EFEC0D (or 0xEFEC0D) is known color: Lemon. HEX triplet: EF, EC and 0D. RGB value is (239,236,13). Sum of RGB (Red+Green+Blue) = 239+236+13=488 (64% of max value = 765). Red value is 239 (93.75% from 255 or 48.98% from 488); Green value is 236 (92.58% from 255 or 48.36% from 488); Blue value is 13 (5.47% from 255 or 2.66% from 488); Max value from RGB is 239 - color contains mainly: red. Hex color #EFEC0D is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EFEC0D is #1013F2. Grayscale: #D4D4D4. Windows color (decimal): -1053683 or 912623. OLE color: 912623.
HSL color Cylindrical-coordinate representation of color #EFEC0D: hue angle of 59.2º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #EFEC0D is Cyan = 0, Magento = 0.01, Yellow = 0.95 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 236 | 13 | - |
| CMYK | 0 | 0.01 | 0.95 | 0.06 |
| HSL | 59.2º | 0.9% | 0.49% | - |
| HSV(B) | 59.2º | 0.95% | 0.94% | - |
| XYZ | 65.66 | 78.37 | 12.05 | - |
| YUV | 211.48 | 15.99 | 147.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 236 | 13 | 0 | 0.01 | 0.95 | 0.06 | 59.2 | 0.9 | 0.49 |
| Hex | EF | EC | D | 0 | 1 | 5F | 6 | 3B | 5A | 31 |
| Octal | 357 | 354 | 15 | 0 | 1 | 137 | 6 | 73 | 132 | 61 |
| Binary | 11101111 | 11101100 | 1101 | 0 | 1 | 1011111 | 110 | 111011 | 1011010 | 110001 |
Color Harmonies of #EFEC0D
Complementary color
Monochromatic Colors of #EFEC0D
Black with #EFEC0D
Text Example
Text Example
White with #EFEC0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFEC0D; }
p { color: rgb(239,236,13); }
H1.HeaderClassName
{
color: #EFEC0D;
}
.AnyTagClassName
{
color: #EFEC0D;
}
</style>
background-color css
<style>
a { background-color: #EFEC0D; }
a { background-color: rgb(239,236,13); }
div.DivClassName
{
background-color: #EFEC0D;
}
.BgClassName
{
background-color: #EFEC0D;
}
</style>
border-color css
<style>
span { border-color: #EFEC0D; }
span { border-color: rgb(239,236,13); }
td.TdClassName
{
border-color: #EFEC0D;
}
.TagClassName
{
border-color: #EFEC0D;
}
</style>